From 9ccd6e0d99208ca9a7bb514cc956b1de6800940b Mon Sep 17 00:00:00 2001 From: mattis fjallstrom Date: Tue, 11 Aug 2015 19:29:20 -0700 Subject: Bluetooth working in sleep mode. Change-Id: I20e42e204dbf73c5f8468fc7733fa29c6ea1c2f2 --- include/linux/platform_data/serial-omap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/linux/platform_data/serial-omap.h') diff --git a/include/linux/platform_data/serial-omap.h b/include/linux/platform_data/serial-omap.h index 9990f7cd03c..b430bbc3093 100644 --- a/include/linux/platform_data/serial-omap.h +++ b/include/linux/platform_data/serial-omap.h @@ -45,10 +45,13 @@ struct omap_uart_port_info { bool wakeup_capable; bool open_close_pm; unsigned int rx_trig; + bool rts_wait; int (*get_context_loss_count)(struct device *); void (*enable_wakeup)(struct device *, bool); - void (*wake_peer)(struct uart_port *); + void (*wake_peer)(struct uart_port *); + void (*rts_enable_fn)(void); + void (*rts_disable_fn)(void); }; extern void omap_uart_remove_wakeup(struct device *dev); -- cgit v1.2.3-70-g09d2