aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_8250.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-27serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>Geert Uytterhoeven1-0/+6
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao1-1/+0
2023-05-13serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen1-2/+6
2023-05-13serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_portIlpo Järvinen1-1/+20
2023-05-13serial: 8250: Document uart_8250_port's ->dl_read/write()Ilpo Järvinen1-1/+10
2023-05-13serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen1-2/+2
2023-03-17serial: Remove extern from func prototypes in headersIlpo Järvinen1-23/+18
2023-03-09serial: 8250: Reorder fields in 'struct plat_serial8250_port'Christophe JAILLET1-2/+2
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-0/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen1-0/+1
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen1-3/+3
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner1-2/+0
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby1-1/+1
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones1-0/+5
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin1-0/+2
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko1-0/+1
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-0/+3
2019-12-18tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov1-0/+1
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-17serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel1-0/+4
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang1-0/+3
2018-04-23serial/8250: export serial8250_read_charJeremy Kerr1-0/+1
2017-08-28serial: 8250: Use hrtimers for rs485 delaysRafael Gago1-3/+4
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake1-0/+4
2016-11-16serial: 8250: Add IrDA to UART capabilitiesEd Blake1-2/+2
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko1-1/+0
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-0/+1
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie1-0/+2
2016-02-06tty: Add software emulated RS485 support for 8250Matwey V. Kornilov1-0/+8
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta1-2/+0
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley1-0/+5
2015-05-31serial: 8250: include <linux/serial_reg.h> from serial_8250.hMasahiro Yamada1-0/+1
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang1-0/+2
2015-03-26serial: 8250: Decouple RSA probePeter Hurley1-0/+2
2015-03-26serial: 8250: Separate legacy irq handling from core port operationsPeter Hurley1-0/+15
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley1-1/+0
2015-03-26console: Add extensible console matchingPeter Hurley1-2/+0
2015-02-02serial: 8250: Use canary to restart console after suspendPeter Hurley1-0/+3
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley1-0/+1
2014-11-06serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado1-3/+0
2014-09-29tty: serial: 8250: use 32bit variable for rpm_tx_activeSebastian Andrzej Siewior1-1/+1
2014-09-26tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior1-0/+1
2014-09-08tty: serial: 8250_core: allow to overwrite & export serial8250_startup()Sebastian Andrzej Siewior1-0/+2
2014-09-08serial/8250: Add support for RS485 IOCTLsRicardo Ribalda Delgado1-0/+3
2014-07-17serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE1-0/+2
2014-07-17serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko1-0/+5
2013-01-15serial: 8250: Add support for dmaengineHeikki Krogerus1-0/+4
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus1-0/+2
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-2/+30
2012-07-128250: use the 8250 register interface not the legacy oneAlan Cox1-1/+0
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+0
2012-05-17serial: delete the MCA specific 8250 support.Paul Gortmaker1-1/+0
2012-05-02serial8250: Introduce serial8250_register_8250_port()Magnus Damm1-0/+1
2012-04-18tegra, serial8250: add ->handle_break() uart_port opDan Williams1-0/+1
2011-12-09serial: add irq handler for Freescale 16550 errata.Paul Gortmaker1-0/+1
2011-12-09serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker1-0/+4
2011-08-24Revert "tty: serial8250: add helpers for the DesignWare 8250"Greg Kroah-Hartman1-8/+0
2011-08-23tty: serial8250: add helpers for the DesignWare 8250Jamie Iles1-0/+8
2011-08-23tty: serial8250: allow platforms to override irq handlerJamie Iles1-0/+2
2010-10-22serial: abstraction for 8250 legacy portsAlan Cox1-0/+4
2010-10-228250: allow platforms to override PM hook.Manuel Lauss1-0/+4
2010-08-10U6715 16550A serial driver supportPhilippe Langlais1-0/+5
2009-09-19serial: 8250: add IRQ trigger supportVikram Pandita1-0/+1
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney1-0/+1
2009-01-028250: Serial driver changes to support future Cavium OCTEON serial patches.David Daney1-0/+2
2008-04-28sm501: add uart supportMagnus Damm1-0/+1
2008-02-058250.c: support specifying DW APB UARTs in device platform_dataWill Newton1-0/+1
2007-07-24Use resource_size_t for serial port IO addressesJosh Boyer1-1/+1
2007-07-18serial: add early_serial_setup() back to header fileYinghai Lu1-0/+2
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-0/+4
2006-12-07[PATCH] Exar quad port serialPaul B Schroeder1-0/+1
2006-03-25[ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversionLennert Buytenhek1-0/+1
2006-01-21[SERIAL] Make uart_port flags a bitwise typeRussell King1-1/+1
2005-11-06[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-09-08[SERIAL] Use an enum for serial8250 platform device IDsRussell King1-0/+15
2005-09-01[SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.hRussell King1-0/+16
2005-06-27[PATCH] Serial: Split 8250 port tableRussell King1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+28