summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-10/+6
* serial: omap: do not override settings for RS485 supportLino Sanfilippo2024-01-041-13/+14
* serial: omap: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: omap: Use port lock wrappersThomas Gleixner2023-09-181-19/+19
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-7/+4
|\
| * serial: omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
| * serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-2/+2
| * serial: omap-serial: remove flag from serial_omap_rdi()Jiri Slaby2023-07-251-3/+1
* | drm/i915: Move abs_diff() to math.hAndy Shevchenko2023-08-181-6/+1
|/
* tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)2022-11-031-27/+5
* tty: serial: extract serial_omap_put_char() from transmit_chars()Jiri Slaby2022-09-221-9/+11
* serial: omap: Disallow RS-485 if rts-gpio is not specifiedLukas Wunner2022-09-221-14/+13
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+2
* serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-271-4/+3
* serial: omap: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+8
* serial: omap: remove redundant code in rs485_configLino Sanfilippo2022-04-151-10/+3
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren2021-07-291-73/+2
* serial: drop irq-flags initialisationsJohan Hovold2021-05-201-5/+5
* serial: omap: fix rs485 half-duplex filteringDario Binacchi2021-04-221-15/+24
* serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi2021-04-221-8/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+0
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+3
* serial: omap: Convert to use GPIO descriptorsLinus Walleij2020-04-161-23/+25
* Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-311-2/+0
|\
| * serial: omap: drop unused dt-bindings headerUwe Kleine-König2020-03-241-2/+0
* | drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-5/+4
* | PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki2020-02-131-3/+3
|/
* tty/serial: Migrate omap-serial to use has_sysrqDmitry Safonov2019-12-181-4/+1
* tty: omap-serial: remove set but unused variableXiongfeng Wang2019-12-101-2/+5
* tty: omap-serial: Fix initial on-boot RTS GPIO levelRafael Gago2018-01-091-4/+3
* serial: core: Support common rs485 binding for RTS polarityLukas Wunner2017-11-281-2/+5
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-2/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: omap: Fix EFR write on RTS deassertionLukas Wunner2017-10-231-1/+1
* omap_serial: Removing superfluous check on no interrupt pending.Martin Townsend2017-10-231-1/+1
* serial: omap-serial: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-12/+1
* serial: omap: Remove __init marking from early writeJeffy Chen2017-07-301-7/+6
* serial: omap: suspend device on probe errorsJohan Hovold2017-04-111-1/+2
* serial: omap: fix runtime-pm handling on unbindJohan Hovold2017-04-111-1/+5
* tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel2017-04-081-0/+3
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* serial: omap: Add omapserial earlyconLokesh Vutla2017-01-191-0/+55
* Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-141-3/+7
|\
| * serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann2016-02-061-1/+1
| * serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley2016-02-061-2/+6