summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_bcm7271.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-241-41/+60
|\
| * serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger2024-05-041-41/+60
* | tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)2024-04-091-8/+6
|/
* serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-37/+19
* serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko2024-02-181-9/+8
* serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-3/+2
* serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()Andy Shevchenko2023-10-071-15/+9
* serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko2023-10-031-10/+7
* serial: 8250_bcm7271: Use port lock wrappersThomas Gleixner2023-09-181-14/+14
* serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2023-08-221-3/+1
* serial: 8250: lock port in startup() callbacksJohn Ogness2023-05-301-0/+4
* serial: 8250_bcm7271: fix leak in `brcmuart_probe`Doug Berger2023-05-131-1/+1
* serial: 8250_bcm7271: balance clk_enable callsDoug Berger2023-05-131-1/+4
* serial: 8250_bcm7271: Fix arbitration handlingDoug Berger2023-03-171-6/+12
* serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can2022-11-091-1/+9
* serial: 8250_bcm7271: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-3/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger2022-07-141-6/+18
* serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() f...Lad Prabhakar2022-01-061-2/+2
* serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()Lad Prabhakar2021-12-301-3/+8
* serial: 8250_bcm7271: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-7/+5
* serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper2021-12-031-0/+13
* serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King2021-07-211-1/+1
* serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng2021-04-021-1/+1
* serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun2021-04-021-2/+2
* serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper2021-03-261-0/+1202