aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_bcm7271.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-8/+6
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko1-37/+19
2024-02-18serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko1-9/+8
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-07serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()Andy Shevchenko1-15/+9
2023-10-03serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko1-10/+7
2023-09-18serial: 8250_bcm7271: Use port lock wrappersThomas Gleixner1-14/+14
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen1-3/+1
2023-05-30serial: 8250: lock port in startup() callbacksJohn Ogness1-0/+4
2023-05-13serial: 8250_bcm7271: fix leak in `brcmuart_probe`Doug Berger1-1/+1
2023-05-13serial: 8250_bcm7271: balance clk_enable callsDoug Berger1-1/+4
2023-03-17serial: 8250_bcm7271: Fix arbitration handlingDoug Berger1-6/+12
2022-11-09serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can1-1/+9
2022-11-03serial: 8250_bcm7271: Use uart_xmit_advance()Ilpo Järvinen1-3/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger1-6/+18
2022-01-06serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() f...Lad Prabhakar1-2/+2
2021-12-30serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()Lad Prabhakar1-3/+8
2021-12-30serial: 8250_bcm7271: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+5
2021-12-03serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper1-0/+13
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King1-1/+1
2021-04-02serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng1-1/+1
2021-04-02serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun1-2/+2
2021-03-26serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper1-0/+1202