summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-31serial: omap: fix missing commaPhilippe Proulx1-1/+1
2013-10-30serial: omap: fix a few checkpatch warningsPhilippe Proulx1-9/+8
2013-10-30serial: omap: improve RS-485 performancePhilippe Proulx1-12/+38
2013-10-30serial: omap: Add support for optional wake-upTony Lindgren1-8/+46
2013-10-17serial: omap: delete .set_wake callbackLinus Walleij1-10/+0
2013-09-27OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh1-1/+1
2013-09-27OMAP/serial: Fix misnamed variableAlexey Pelykh1-4/+4
2013-08-28Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman1-2/+1
2013-08-28Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman1-1/+3
2013-08-16OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson1-3/+0
2013-08-14OMAP: add RS485 supportMark Jackson1-0/+179
2013-08-01serial: use dev_get_platdata()Jingoo Han1-3/+3
2013-07-27serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko1-1/+2
2013-07-27serial: omap: Fix IRQ handling return valueRuchika Kharwar1-3/+1
2013-07-27serial: omap: Initialize platform_dataVikram Pandita1-1/+3
2013-07-27OMAP: UART: Fix the revision register read.Ruchika Kharwar1-1/+1
2013-07-27OMAP: UART: Keep the TX fifo full when possibleDmitry Fink1-1/+2
2013-07-27OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R1-1/+15
2013-07-25drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-9/+0
2013-06-17serial: omap: Fix device tree based PM runtimeTony Lindgren1-6/+5
2013-06-07serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...Wei Yongjun1-3/+3
2013-06-04serial: omap: repair building without PM_SLEEPArnd Bergmann1-1/+1
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman1-23/+0
2013-05-20serial: omap: prevent runtime PM for "no_console_suspend"Sourav Poddar1-1/+33
2013-05-20SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar1-23/+0
2013-04-04OMAP/serial: Revert bad fix of Rx FIFO threshold granularityAlexey Pelykh1-0/+11
2013-02-05OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, a...Alexey Pelykh1-6/+2
2013-01-18OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead...Alexey Pelykh1-10/+28
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-16serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAREnric Balletbo i Serra1-0/+2
2012-12-15ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren1-2/+1
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-81/+150
2012-11-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-04SERIAL: omap: fix hardware assisted flow controlRussell King1-8/+39
2012-11-04SERIAL: omap: simplify (2)Russell King1-9/+0
2012-11-04SERIAL: omap: move xon/xoff setting earlierRussell King1-6/+7
2012-11-04SERIAL: omap: always set TCRRussell King1-17/+11
2012-11-04SERIAL: omap: simplifyRussell King1-11/+4
2012-11-04SERIAL: omap: don't read back LCR/MCR/EFRRussell King1-7/+6
2012-11-04SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King1-59/+53
2012-11-04SERIAL: omap: configure xon/xoff before setting modem control linesRussell King1-1/+2
2012-11-04SERIAL: omap: move driver private definitions and structures to driverRussell King1-0/+52
2012-11-04SERIAL: omap: remove 'irq_pending' bitfieldRussell King1-1/+0
2012-11-04SERIAL: omap: fix MCR TCRTLR bit handlingRussell King1-16/+21
2012-11-04SERIAL: omap: fix set_mctrl() breakageRussell King1-3/+5
2012-11-04SERIAL: omap: no need to re-read EFRRussell King1-2/+0
2012-11-04SERIAL: omap: remove setting of EFR SCD bitRussell King1-6/+2
2012-11-04SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King1-0/+2