diff options
author | Pradeep Goudagunta <pgoudagunta@nvidia.com> | 2011-02-15 16:39:08 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-02-22 18:03:59 -0800 |
commit | 30f8e96200c5bb29be447456eeeb9e3e220dd0b1 (patch) | |
tree | 4b1722317720cc2de3d3f0e5f413f41e74babb70 /include | |
parent | 65aaf50c61234103c3d9359dd8d4558306a262f8 (diff) |
arm: tegra: hsuart: Support for Bluetooth wakeup
Added support to tegra_hsuart driver for bluetooth wakeup.
Bug 773186
Change-Id: Id8f1face1b99942fd13949d0815a1dedd1a5a5d0
Reviewed-on: http://git-master/r/19586
Reviewed-by: Anantha Idapalapati <aidapalapati@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Anantha Idapalapati <aidapalapati@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tegra_uart.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/tegra_uart.h b/include/linux/tegra_uart.h index b33bbb6f366a..435b4198e4be 100644 --- a/include/linux/tegra_uart.h +++ b/include/linux/tegra_uart.h @@ -24,4 +24,10 @@ struct tegra_uart_platform_data { void (*wake_peer)(struct uart_port *); }; +int tegra_uart_is_tx_empty(struct uart_port *); +void tegra_uart_request_clock_on(struct uart_port *); +void tegra_uart_set_mctrl(struct uart_port *, unsigned int); +void tegra_uart_request_clock_off(struct uart_port *uport); + #endif /* _TEGRA_UART_H_ */ + |