aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/serial-omap.h
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10ARM: OMAP: serial: remove last vestige of DTR_gpio support.NeilBrown1-3/+0
These fields were added by: commit 9574f36fb801035f6ab0fbb1b53ce2c12c17d100 OMAP/serial: Add support for driving a GPIO as DTR. but not removed by commit 985bfd54c826c0ba873ca0adfd5589263e0c6ee2 tty: serial: omap: remove some dead code which reverted most of that commit. Time to revert the rest. Signed-off-by: NeilBrown <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
2013-05-19SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar1-2/+0
UART IP slave idle handling now taken care by runtime pm backend(hwmod layer) so remove the hackery from the driver. As discussed on the list, in future if dma mode needs to be brought back to this driver, UART sysc handling needs to be updated in framework such a way that no-idle/force idle profile can be supported. Given the broken dma mode for OMAP uarts, its very unlikely. Acked-by: Greg Kroah-Hartman <[email protected]> Tested-by: Vaibhav Bedia <[email protected]> Tested-by: Sourav Poddar <[email protected]> Signed-off-by: Rajendra nayak <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]> Reviewed-by: Kevin Hilman <[email protected]> Tested-by: Kevin Hilman <[email protected]> # OMAP4/Panda Signed-off-by: Paul Walmsley <[email protected]>
2012-12-14ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren1-0/+51
We need to move this file to allow ARM multiplatform configurations to build for omap2+. This can now be done as this file now only contains platform_data. cc: Russell King <[email protected]> cc: Alan Cox <[email protected]> cc: Greg Kroah-Hartman <[email protected]> cc: Govindraj.R <[email protected]> cc: Kevin Hilman <[email protected]> cc: [email protected] Reviewed-by: Felipe Balbi <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>