aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02serial: omap: Fix RTS handlingPeter Hurley1-8/+14
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley1-1/+6
2015-01-09trivial fixes for omap-serialPavel Machek1-4/+4
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-25tty: serial: omap_serial: line is unsigned, don't check < 0Sebastian Andrzej Siewior1-5/+5
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado1-3/+0
2014-11-06serial/omap: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-47/+22
2014-11-06tty: serial: omap: Increase max consoles and add check to prevent crashNishanth Menon1-1/+8
2014-11-05tty: serial: omap: Remove probe error messageMarkus Pargmann1-2/+0
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