aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)Author
2014-06-18serial: omap: Fix missing pm_runtime_resume handling by simplifying codeTony Lindgren
2014-02-13serial: omap: fix rs485 probe on defered pinctrlMichael Grzeschik
2014-02-13serial: omap-serial: Move info message to probe functionMarkus Pargmann
2013-10-31serial: omap: fix missing commaPhilippe Proulx
2013-10-29serial: omap: fix a few checkpatch warningsPhilippe Proulx
2013-10-29serial: omap: improve RS-485 performancePhilippe Proulx
2013-10-29serial: omap: Add support for optional wake-upTony Lindgren
2013-10-16serial: omap: delete .set_wake callbackLinus Walleij
2013-09-26OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh
2013-09-26OMAP/serial: Fix misnamed variableAlexey Pelykh
2013-08-27Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman
2013-08-27Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman
2013-08-15OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson
2013-08-14OMAP: add RS485 supportMark Jackson
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-07-26serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko
2013-07-26serial: omap: Fix IRQ handling return valueRuchika Kharwar
2013-07-26serial: omap: Initialize platform_dataVikram Pandita
2013-07-26OMAP: UART: Fix the revision register read.Ruchika Kharwar
2013-07-26OMAP: UART: Keep the TX fifo full when possibleDmitry Fink
2013-07-26OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R
2013-07-24drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-06-17serial: omap: Fix device tree based PM runtimeTony Lindgren
2013-06-06serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...Wei Yongjun
2013-06-03serial: omap: repair building without PM_SLEEPArnd Bergmann
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman
2013-05-20serial: omap: prevent runtime PM for "no_console_suspend"Sourav Poddar
2013-05-19SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar
2013-04-03OMAP/serial: Revert bad fix of Rx FIFO threshold granularityAlexey Pelykh
2013-02-05OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, a...Alexey Pelykh
2013-01-17OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead...Alexey Pelykh
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAREnric Balletbo i Serra
2012-12-14ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-11-04SERIAL: omap: fix hardware assisted flow controlRussell King
2012-11-04SERIAL: omap: simplify (2)Russell King
2012-11-04SERIAL: omap: move xon/xoff setting earlierRussell King
2012-11-04SERIAL: omap: always set TCRRussell King
2012-11-04SERIAL: omap: simplifyRussell King
2012-11-04SERIAL: omap: don't read back LCR/MCR/EFRRussell King
2012-11-04SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King
2012-11-04SERIAL: omap: configure xon/xoff before setting modem control linesRussell King
2012-11-04SERIAL: omap: move driver private definitions and structures to driverRussell King
2012-11-04SERIAL: omap: remove 'irq_pending' bitfieldRussell King
2012-11-04SERIAL: omap: fix MCR TCRTLR bit handlingRussell King
2012-11-04SERIAL: omap: fix set_mctrl() breakageRussell King