aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-18/+346
2022-07-28Documentation: serial: move uart_ops documentation to the structJiri Slaby1-16/+329
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-0/+5
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-0/+1
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen1-2/+14
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman1-0/+1
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-0/+1
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present.Vijaya Krishna Nivarthi1-0/+1
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen1-0/+1
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-0/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-04serial: core: Fix the definition name in the comment of UPF_* flagsAndy Shevchenko1-1/+1
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold1-0/+24
2021-05-20tty/serial: clean up uart_match_portJiri Slaby1-1/+2
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-1/+1
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold1-5/+5
2020-12-07earlycon: drop semicolon from earlycon macroJohan Hovold1-1/+1
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold1-13/+7
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-0/+1
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-4/+98
2020-06-27serial: core: drop redundant sysrq checksJohan Hovold1-2/+2
2020-06-27serial: core: fix sysrq overhead regressionJohan Hovold1-5/+98
2020-06-27Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold1-1/+2
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold1-1/+1
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner1-0/+2
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+1
2020-03-12serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko1-2/+1
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov1-0/+1
2020-01-15serial_core: Remove unused member in uart_portDmitry Safonov1-1/+0
2020-01-10serial_core: Move sysrq functions from header fileDmitry Safonov1-79/+5
2019-12-18serial_core: Remove SUPPORT_SYSRQ ifdefferyDmitry Safonov1-10/+4
2019-12-17serial_core: Un-ifdef sysrq SUPPORT_SYSRQDmitry Safonov1-34/+43
2019-12-17serial: Move sysrq members aboveDmitry Safonov1-5/+6
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2018-11-09serial: core: Include console.h from serial_core.hDouglas Anderson1-0/+1
2018-11-09serial: core: Allow processing sysrq at port unlock timeDouglas Anderson1-1/+36
2018-10-04Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman1-2/+1
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+3
2018-10-02serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman1-1/+2
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang1-0/+7
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-7/+14
2018-04-23serial: core: Make sure compiler barfs for 16-byte earlycon namesDouglas Anderson1-1/+2
2018-04-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr1-0/+1
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-7/+14
2018-03-15powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unusedMathieu Malaterre1-1/+1