aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07serial-uartlite: Configure for rising edge irq trigger.Maarten Brock1-1/+2
2016-03-07serial-uartlite: Spinlock inside the loop.Maarten Brock1-5/+4
2016-03-07serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock1-4/+4
2016-03-07serial-uartlite: Enlarge maximum nr of devices to 16.Maarten Brock1-1/+1
2016-02-06serial-uartlite: fix missing locking in isrRich Felker1-0/+4
2016-02-06serial-uartlite: add earlycon supportRich Felker1-0/+41
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek1-5/+6
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2014-09-08tty: serial: uartlite: Remove .owner field for driverMichal Simek1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2014-05-28tty: serial: uartlite: Specify time for sending charsMichal Simek1-4/+13
2013-02-13tty: serial: uartlite: Support uartlite on big and little endian systemsMichal Simek1-22/+79
2013-02-13tty: serial: uartlite: Fix sparse and checkpatch warningsMichal Simek1-4/+4
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-4/+4
2012-11-21tty: remove use of __devexitBill Pemberton1-2/+2
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1