summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2024-07-22drivers/tty/serial/8250: update driver for JH7100Samin Guo1-0/+8
2024-07-22serial: 8250_dw: Add starfive,jh7100-hsuart compatibleEmil Renner Berthing1-0/+1
2024-07-03serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar1-1/+2
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman1-5/+0
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar1-5/+20
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh1-1/+12
2024-06-04serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown1-0/+1
2024-06-04serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko2-32/+27
2024-06-04serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko3-5/+10
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-43/+66
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-244/+1137
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-30/+0
2024-05-10serial: 8250_pnp: Simplify "line" related codeIlpo Järvinen1-10/+6
2024-05-04serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger1-41/+60
2024-05-04serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin1-2/+6
2024-05-04serial: 8250_pnp: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-4/+5
2024-05-04serial: 8250_exar: Keep the includes sortedAndy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()Andy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Use BIT() in exar_ee_read()Andy Shevchenko1-6/+7
2024-05-04serial: 8250_exar: Switch to use dev_err_probe()Andy Shevchenko1-14/+7
2024-05-04serial: 8250_exar: Return directly from switch-casesAndy Shevchenko1-52/+30
2024-05-04serial: 8250_exar: Decrease indentation levelAndy Shevchenko1-50/+50
2024-05-04serial: 8250_exar: Kill unneeded ->board_init()Andy Shevchenko1-90/+81
2024-05-04serial: 8250_exar: Extract cti_board_init_osc_freq() helperAndy Shevchenko1-29/+19
2024-05-04serial: 8250_exar: Trivia typo fixesAndy Shevchenko1-4/+4
2024-05-04serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor IDAndy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Kill CTI_PCI_DEVICE()Andy Shevchenko1-14/+5
2024-05-04serial: 8250_exar: Describe all parameters in kernel docAndy Shevchenko1-0/+3
2024-05-04serial: 8250_exar: Don't return positive values as error codesAndy Shevchenko1-2/+2
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann4-30/+0
2024-04-25tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman3-10/+4
2024-04-18serial: exar: fix checkpach warningsParker Newman1-5/+5
2024-04-18serial: exar: add CTI specific setup codeParker Newman1-0/+846
2024-04-18serial: exar: add CTI cards to exar_get_nr_portsParker Newman1-3/+19
2024-04-18serial: exar: moved generic_rs485 further up in 8250_exar.cParker Newman1-25/+25
2024-04-18serial: exar: add optional board_init functionParker Newman1-1/+12
2024-04-18serial: exar: added a exar_get_nr_ports functionParker Newman1-6/+21
2024-04-18serial: exar: remove old Connect Tech setupParker Newman1-37/+0
2024-04-17serial: exar: adding missing CTI and Exar PCI idsParker Newman1-0/+42
2024-04-17serial: 8250_pnp: Support configurable reg shift propertyGuanbing Huang1-15/+25
2024-04-17serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko1-3/+1
2024-04-17serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko1-26/+15
2024-04-09serial: 8250: Remove superfluous sanity checkLino Sanfilippo1-7/+0
2024-04-09serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko1-6/+0
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede1-3/+3
2024-04-09serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter1-1/+1
2024-04-09serial: 8250_of: Add clock_notifierBastien Curutchet1-0/+37
2024-04-09serial: 8250_omap: Remove unused of_gpio.hAndy Shevchenko1-1/+0