summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/uartlite.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25tty: Explicitly include correct DT includesRob Herring1-3/+0
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König1-8/+4
2022-11-03serial: uartlite: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+3
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen1-1/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2021-12-03tty: serial: uartlite: allow 64 bit addressLizhi Hou1-1/+1
2021-09-14tty: serial: uartlite: Prevent changing fixed parametersSean Anderson1-11/+80
2021-08-27tty: serial: uartlite: Use read_poll_timeout for a polling loopSean Anderson1-13/+5
2021-08-27tty: serial: uartlite: Use constants in early_uartlite_putcSean Anderson1-5/+4
2021-07-21tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta1-8/+52
2021-07-21tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta1-0/+1
2021-06-04serial: tty: uartlite: fix console setupDaniel Mack1-21/+6
2020-12-04tty: serial: uartlite: Support probe deferralAlexander Sverdlin1-2/+2
2020-07-21tty: serial: uartlite: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-11-14Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman1-9/+9
2019-11-14Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman1-7/+0
2019-11-14Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman1-15/+5
2019-11-14Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman1-43/+9
2019-11-14Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman1-8/+2
2019-11-14Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman1-2/+2
2019-11-13serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta1-2/+2
2019-11-13serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta1-2/+8
2019-11-04tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan1-1/+1
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap1-1/+2
2018-11-27serial-uartlite: fix null pointer dereference on pointer portColin Ian King1-5/+10
2018-11-09serial-uartlite: Fix the unbind pathShubhrajyoti Datta1-1/+1
2018-11-09serial-uartlite: Add runtime supportShubhrajyoti Datta1-9/+43
2018-11-09serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta1-3/+8
2018-11-09serial-uartlite: Add get serial id if not providedShubhrajyoti Datta1-0/+7
2018-11-09serial-uartlite: Move the uart registerShubhrajyoti Datta1-9/+9
2018-09-18tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta1-4/+24
2018-09-18tty: serial: uartlite: remove console_initShubhrajyoti Datta1-8/+0
2018-09-18tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta1-17/+10
2018-09-18tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta1-2/+6
2018-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta1-0/+36
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta1-2/+47
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta1-8/+21
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-20serial-uartlite: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-03-17uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus1-1/+1
2016-09-02serial-uartlite: constify uart_ops structuresJulia Lawall1-1/+1
2016-04-30serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock1-6/+6
2016-04-19Revert "serial-uartlite: Constify uartlite_be/uartlite_le"Sudip Mukherjee1-4/+4
2016-03-08serial-uartlite: Configure for rising edge irq trigger.Maarten Brock1-1/+2
2016-03-08serial-uartlite: Spinlock inside the loop.Maarten Brock1-5/+4
2016-03-08serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock1-4/+4
2016-03-08serial-uartlite: Enlarge maximum nr of devices to 16.Maarten Brock1-1/+1
2016-02-07serial-uartlite: fix missing locking in isrRich Felker1-0/+4