diff options
| author | Andrey Gostev <fga022c@motorola.com> | 2014-05-16 22:41:14 -0400 |
|---|---|---|
| committer | Andrey Gostev <fga022c@motorola.com> | 2014-05-19 15:43:34 +0000 |
| commit | 8f2a382307c62a6e140e7b26356e374954cdee7c (patch) | |
| tree | 60bce353bc67be0e36c04176647bd0d03071f00b /include/linux/platform_data/serial-omap.h | |
| parent | 8ed52cf68c04f91a453e75a13b49202945695e47 (diff) | |
| download | olio-linux-3.10-8f2a382307c62a6e140e7b26356e374954cdee7c.tar.xz olio-linux-3.10-8f2a382307c62a6e140e7b26356e374954cdee7c.zip | |
IKXCLOCK-1236 SERIAL: omap: configurable PM QoS
Change-Id: If21c9b6d586bb5fdeb6f8bf0230f05e5207da174
Diffstat (limited to 'include/linux/platform_data/serial-omap.h')
| -rw-r--r-- | include/linux/platform_data/serial-omap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/serial-omap.h b/include/linux/platform_data/serial-omap.h index c860c1b314c..9041c6d5169 100644 --- a/include/linux/platform_data/serial-omap.h +++ b/include/linux/platform_data/serial-omap.h @@ -41,6 +41,7 @@ struct omap_uart_port_info { int DTR_gpio; int DTR_inverted; int DTR_present; + bool pm_qos_disabled; int (*get_context_loss_count)(struct device *); void (*enable_wakeup)(struct device *, bool); |