summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/uartlite.c
AgeCommit message (Expand)Author
2019-11-14Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman
2019-11-13serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta
2019-11-13serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta
2019-11-04tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap
2018-11-27serial-uartlite: fix null pointer dereference on pointer portColin Ian King
2018-11-09serial-uartlite: Fix the unbind pathShubhrajyoti Datta
2018-11-09serial-uartlite: Add runtime supportShubhrajyoti Datta
2018-11-09serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta
2018-11-09serial-uartlite: Add get serial id if not providedShubhrajyoti Datta
2018-11-09serial-uartlite: Move the uart registerShubhrajyoti Datta
2018-09-18tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta
2018-09-18tty: serial: uartlite: remove console_initShubhrajyoti Datta
2018-09-18tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta
2018-09-18tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta
2018-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-20serial-uartlite: pr_err() strings should end with newlinesArvind Yadav
2017-03-17uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus
2016-09-02serial-uartlite: constify uart_ops structuresJulia Lawall
2016-04-30serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock
2016-04-19Revert "serial-uartlite: Constify uartlite_be/uartlite_le"Sudip Mukherjee
2016-03-07serial-uartlite: Configure for rising edge irq trigger.Maarten Brock
2016-03-07serial-uartlite: Spinlock inside the loop.Maarten Brock
2016-03-07serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock
2016-03-07serial-uartlite: Enlarge maximum nr of devices to 16.Maarten Brock
2016-02-06serial-uartlite: fix missing locking in isrRich Felker
2016-02-06serial-uartlite: add earlycon supportRich Felker
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek
2015-03-26tty: constify of_device_id arrayFabian Frederick
2014-09-08tty: serial: uartlite: Remove .owner field for driverMichal Simek
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-05-28tty: serial: uartlite: Specify time for sending charsMichal Simek
2013-02-13tty: serial: uartlite: Support uartlite on big and little endian systemsMichal Simek
2013-02-13tty: serial: uartlite: Fix sparse and checkpatch warningsMichal Simek
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitdataBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o