summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh
2024-06-04serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown
2024-06-04serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko
2024-06-04serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-10serial: 8250_pnp: Simplify "line" related codeIlpo Järvinen
2024-05-04serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger
2024-05-04serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin
2024-05-04serial: 8250_pnp: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-05-04serial: 8250_exar: Keep the includes sortedAndy Shevchenko
2024-05-04serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()Andy Shevchenko
2024-05-04serial: 8250_exar: Use BIT() in exar_ee_read()Andy Shevchenko
2024-05-04serial: 8250_exar: Switch to use dev_err_probe()Andy Shevchenko
2024-05-04serial: 8250_exar: Return directly from switch-casesAndy Shevchenko
2024-05-04serial: 8250_exar: Decrease indentation levelAndy Shevchenko
2024-05-04serial: 8250_exar: Kill unneeded ->board_init()Andy Shevchenko
2024-05-04serial: 8250_exar: Extract cti_board_init_osc_freq() helperAndy Shevchenko
2024-05-04serial: 8250_exar: Trivia typo fixesAndy Shevchenko
2024-05-04serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor IDAndy Shevchenko
2024-05-04serial: 8250_exar: Kill CTI_PCI_DEVICE()Andy Shevchenko
2024-05-04serial: 8250_exar: Describe all parameters in kernel docAndy Shevchenko
2024-05-04serial: 8250_exar: Don't return positive values as error codesAndy Shevchenko
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann
2024-04-25tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman
2024-04-18serial: exar: fix checkpach warningsParker Newman
2024-04-18serial: exar: add CTI specific setup codeParker Newman
2024-04-18serial: exar: add CTI cards to exar_get_nr_portsParker Newman
2024-04-18serial: exar: moved generic_rs485 further up in 8250_exar.cParker Newman
2024-04-18serial: exar: add optional board_init functionParker Newman
2024-04-18serial: exar: added a exar_get_nr_ports functionParker Newman
2024-04-18serial: exar: remove old Connect Tech setupParker Newman
2024-04-17serial: exar: adding missing CTI and Exar PCI idsParker Newman
2024-04-17serial: 8250_pnp: Support configurable reg shift propertyGuanbing Huang
2024-04-17serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko
2024-04-17serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko
2024-04-09serial: 8250: Remove superfluous sanity checkLino Sanfilippo
2024-04-09serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede
2024-04-09serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter
2024-04-09serial: 8250_of: Add clock_notifierBastien Curutchet
2024-04-09serial: 8250_omap: Remove unused of_gpio.hAndy Shevchenko
2024-04-09serial: 8250: Add preferred console in serial8250_isa_init_ports()Tony Lindgren
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-04-09tty: 8250_omap: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)