summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)1-27/+5
2022-09-22tty: serial: extract serial_omap_put_char() from transmit_chars()Jiri Slaby1-9/+11
2022-09-22serial: omap: Disallow RS-485 if rts-gpio is not specifiedLukas Wunner1-14/+13
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+2
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen1-4/+3
2022-06-10serial: omap: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-04-15serial: omap: remove redundant code in rs485_configLino Sanfilippo1-10/+3
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-15/+1
2021-07-29serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren1-73/+2
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-5/+5
2021-04-22serial: omap: fix rs485 half-duplex filteringDario Binacchi1-15/+24
2021-04-22serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi1-8/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+0
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+3
2020-04-16serial: omap: Convert to use GPIO descriptorsLinus Walleij1-23/+25
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2020-03-24serial: omap: drop unused dt-bindings headerUwe Kleine-König1-2/+0
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-5/+4
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki1-3/+3
2019-12-18tty/serial: Migrate omap-serial to use has_sysrqDmitry Safonov1-4/+1
2019-12-10tty: omap-serial: remove set but unused variableXiongfeng Wang1-2/+5
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