aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09tty: omap-serial: Fix initial on-boot RTS GPIO levelRafael Gago1-4/+3
2017-11-28serial: core: Support common rs485 binding for RTS polarityLukas Wunner1-2/+5
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-2/+2
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-23serial: omap: Fix EFR write on RTS deassertionLukas Wunner1-1/+1
2017-10-23omap_serial: Removing superfluous check on no interrupt pending.Martin Townsend1-1/+1
2017-09-18serial: omap-serial: Use common rs485 device tree parsing functionSascha Hauer1-12/+1
2017-07-30serial: omap: Remove __init marking from early writeJeffy Chen1-7/+6
2017-04-11serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-04-11serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
2017-04-08tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel1-0/+3
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2017-01-19serial: omap: Add omapserial earlyconLokesh Vutla1-0/+55
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-3/+7
2016-02-06ARM: OMAP: serial: Rename DRIVER_NAMEJean Delvare1-1/+1
2016-02-06serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann1-1/+1
2016-02-06serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2015-12-13serial/omap-serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-10-04serial: omap: remove warnings about unused functionsEzequiel Garcia1-0/+2
2015-06-09serial: omap: Switch wake-up interrupt to generic wakeirqTony Lindgren1-31/+4
2015-05-08serial: omap: Fix error handling in probeSemen Protsenko1-0/+2
2015-03-26tty/serial: omap: fix !wakeirq messageDoug Kehn1-5/+5
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