summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: uartlite: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
* Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman2019-11-141-9/+9
* Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman2019-11-141-7/+0
* Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman2019-11-141-15/+5
* Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman2019-11-141-43/+9
* Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman2019-11-141-8/+2
* Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman2019-11-141-2/+2
* serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta2019-11-131-2/+2
* serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta2019-11-131-2/+8
* tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan2019-11-041-1/+1
* serial: uartlite: fix exit path null pointerRandy Dunlap2019-10-041-1/+2
* serial-uartlite: fix null pointer dereference on pointer portColin Ian King2018-11-271-5/+10
* serial-uartlite: Fix the unbind pathShubhrajyoti Datta2018-11-091-1/+1
* serial-uartlite: Add runtime supportShubhrajyoti Datta2018-11-091-9/+43
* serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta2018-11-091-3/+8
* serial-uartlite: Add get serial id if not providedShubhrajyoti Datta2018-11-091-0/+7
* serial-uartlite: Move the uart registerShubhrajyoti Datta2018-11-091-9/+9
* tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta2018-09-181-4/+24
* tty: serial: uartlite: remove console_initShubhrajyoti Datta2018-09-181-8/+0
* tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta2018-09-181-17/+10
* tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta2018-09-181-2/+6
* tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta2018-08-021-0/+36
* tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta2018-08-021-2/+47
* tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta2018-08-021-8/+21
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial-uartlite: pr_err() strings should end with newlinesArvind Yadav2017-10-201-1/+1
* uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus2017-03-171-1/+1
* serial-uartlite: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock2016-04-301-6/+6
* Revert "serial-uartlite: Constify uartlite_be/uartlite_le"Sudip Mukherjee2016-04-191-4/+4
* serial-uartlite: Configure for rising edge irq trigger.Maarten Brock2016-03-071-1/+2
* serial-uartlite: Spinlock inside the loop.Maarten Brock2016-03-071-5/+4
* serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock2016-03-071-4/+4
* serial-uartlite: Enlarge maximum nr of devices to 16.Maarten Brock2016-03-071-1/+1
* serial-uartlite: fix missing locking in isrRich Felker2016-02-061-0/+4
* serial-uartlite: add earlycon supportRich Felker2016-02-061-0/+41
* serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2015-04-281-5/+6
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* tty: serial: uartlite: Remove .owner field for driverMichal Simek2014-09-081-1/+0
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-6/+0
* tty: serial: uartlite: Specify time for sending charsMichal Simek2014-05-281-4/+13
* tty: serial: uartlite: Support uartlite on big and little endian systemsMichal Simek2013-02-131-22/+79
* tty: serial: uartlite: Fix sparse and checkpatch warningsMichal Simek2013-02-131-4/+4
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-4/+4
* tty: remove use of __devexitBill Pemberton2012-11-211-2/+2
* tty: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-3/+3
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1