summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
AgeCommit message (Expand)AuthorLines
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)-5/+8
2023-11-25serial: uartlite: Use dynamic allocation for major number when uart ports > 4Manikanta Guntupalli-0/+5
2023-11-23tty: serial: uartlite: Document uartlite_data in kernel-doc styleSean Anderson-5/+5
2023-11-23serial: uartlite: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-09-18serial: uartlite: Use port lock wrappersThomas Gleixner-9/+9
2023-07-25tty: Explicitly include correct DT includesRob Herring-3/+0
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König-8/+4
2022-11-03serial: uartlite: Use uart_xmit_advance()Ilpo Järvinen-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen-2/+3
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen-1/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby-2/+2
2021-12-03tty: serial: uartlite: allow 64 bit addressLizhi Hou-1/+1
2021-09-14tty: serial: uartlite: Prevent changing fixed parametersSean Anderson-11/+80
2021-08-27tty: serial: uartlite: Use read_poll_timeout for a polling loopSean Anderson-13/+5
2021-08-27tty: serial: uartlite: Use constants in early_uartlite_putcSean Anderson-5/+4
2021-07-21tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta-8/+52
2021-07-21tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta-0/+1
2021-06-04serial: tty: uartlite: fix console setupDaniel Mack-21/+6
2020-12-04tty: serial: uartlite: Support probe deferralAlexander Sverdlin-2/+2
2020-07-21tty: serial: uartlite: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2019-11-14Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman-9/+9
2019-11-14Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman-7/+0
2019-11-14Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman-15/+5
2019-11-14Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman-43/+9
2019-11-14Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman-8/+2
2019-11-14Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman-2/+2
2019-11-13serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta-2/+2
2019-11-13serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta-2/+8
2019-11-04tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan-1/+1
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap-1/+2
2018-11-27serial-uartlite: fix null pointer dereference on pointer portColin Ian King-5/+10
2018-11-09serial-uartlite: Fix the unbind pathShubhrajyoti Datta-1/+1
2018-11-09serial-uartlite: Add runtime supportShubhrajyoti Datta-9/+43
2018-11-09serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta-3/+8
2018-11-09serial-uartlite: Add get serial id if not providedShubhrajyoti Datta-0/+7
2018-11-09serial-uartlite: Move the uart registerShubhrajyoti Datta-9/+9
2018-09-18tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta-4/+24
2018-09-18tty: serial: uartlite: remove console_initShubhrajyoti Datta-8/+0
2018-09-18tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta-17/+10
2018-09-18tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta-2/+6
2018-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta-0/+36
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta-2/+47
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta-8/+21
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-10-20serial-uartlite: pr_err() strings should end with newlinesArvind Yadav-1/+1
2017-03-17uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus-1/+1
2016-09-02serial-uartlite: constify uart_ops structuresJulia Lawall-1/+1
2016-04-30serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock-6/+6