aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-28tty: omap-serial: pull out calculation from baud_is_mode16Frans Klaver1-18/+24
2014-09-28tty: omap-serial: fix division by zeroFrans Klaver1-2/+10
2014-04-24tty: serial: omap: fix Sparse warningsFelipe Balbi1-2/+2
2014-04-24tty: serial: omap: remove unneeded singlethread workqueueFelipe Balbi1-3/+0
2014-04-24tty: serial: omap: remove some dead codeFelipe Balbi1-39/+0
2014-04-24tty: serial: omap: switch over to devm_ioremap_resourceFelipe Balbi1-23/+9
2014-04-24tty: serial: omap: switch over to platform_get_resourceFelipe Balbi1-7/+3
2014-04-24tty: serial: omap: cleanup variable declarationsFelipe Balbi1-3/+6
2014-04-24tty: serial: omap: switch over to devm_request_gpioFelipe Balbi1-2/+3
2014-04-24tty: serial: add missing bracesFelipe Balbi1-1/+4
2014-04-24Revert "serial: omap: unlock the port lock"Felipe Balbi1-4/+1
2014-04-16serial: omap: Fix missing pm_runtime_resume handling by simplifying codeTony Lindgren1-12/+17
2014-04-16serial: omap: free the wakeup settings in removeSanjay Singh Rawat1-0/+1
2014-03-17tty/serial: omap: empty the RX FIFO at the end of half-duplex TXDimitris Lampridis1-0/+6
2014-03-17tty/serial: omap: fix RX interrupt enable/disable in half-duplex TXDimitris Lampridis1-2/+3
2014-02-13serial: omap: fix rs485 probe on defered pinctrlMichael Grzeschik1-1/+4
2014-02-13serial: omap-serial: Move info message to probe functionMarkus Pargmann1-3/+3
2013-10-31serial: omap: fix missing commaPhilippe Proulx1-1/+1
2013-10-29serial: omap: fix a few checkpatch warningsPhilippe Proulx1-9/+8
2013-10-29serial: omap: improve RS-485 performancePhilippe Proulx1-12/+38
2013-10-29serial: omap: Add support for optional wake-upTony Lindgren1-8/+46
2013-10-16serial: omap: delete .set_wake callbackLinus Walleij1-10/+0
2013-09-26OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh1-1/+1
2013-09-26OMAP/serial: Fix misnamed variableAlexey Pelykh1-4/+4
2013-08-27Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman1-2/+1
2013-08-27Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman1-1/+3
2013-08-15OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson1-3/+0
2013-08-14OMAP: add RS485 supportMark Jackson1-0/+179
2013-07-31serial: use dev_get_platdata()Jingoo Han1-3/+3
2013-07-26serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko1-1/+2
2013-07-26serial: omap: Fix IRQ handling return valueRuchika Kharwar1-3/+1
2013-07-26serial: omap: Initialize platform_dataVikram Pandita1-1/+3
2013-07-26OMAP: UART: Fix the revision register read.Ruchika Kharwar1-1/+1
2013-07-26OMAP: UART: Keep the TX fifo full when possibleDmitry Fink1-1/+2
2013-07-26OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R1-1/+15
2013-07-24drivers/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-06serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_suspend()Wei Yongjun1-3/+3
2013-06-03serial: 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-19SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar1-23/+0
2013-04-03OMAP/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, and Tx FIFO IRQ generationAlexey Pelykh1-6/+2
2013-01-17OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13Alexey Pelykh1-10/+28
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-15serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAREnric Balletbo i Serra1-0/+2
2012-12-14ARM: 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-21tty: remove use of __devexitBill Pemberton1-1/+1