summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
AgeCommit message (Expand)AuthorLines
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
2016-04-19Revert "serial-uartlite: Constify uartlite_be/uartlite_le"Sudip Mukherjee-4/+4
2016-03-07serial-uartlite: Configure for rising edge irq trigger.Maarten Brock-1/+2
2016-03-07serial-uartlite: Spinlock inside the loop.Maarten Brock-5/+4
2016-03-07serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock-4/+4
2016-03-07serial-uartlite: Enlarge maximum nr of devices to 16.Maarten Brock-1/+1
2016-02-06serial-uartlite: fix missing locking in isrRich Felker-0/+4
2016-02-06serial-uartlite: add earlycon supportRich Felker-0/+41
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek-5/+6
2015-03-26tty: constify of_device_id arrayFabian Frederick-1/+1
2014-09-08tty: serial: uartlite: Remove .owner field for driverMichal Simek-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan-6/+0
2014-05-28tty: serial: uartlite: Specify time for sending charsMichal Simek-4/+13
2013-02-13tty: serial: uartlite: Support uartlite on big and little endian systemsMichal Simek-22/+79
2013-02-13tty: serial: uartlite: Fix sparse and checkpatch warningsMichal Simek-4/+4
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby-4/+4
2012-11-21tty: remove use of __devexitBill Pemberton-2/+2
2012-11-21tty: remove use of __devinitdataBill Pemberton-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton-3/+3
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton-1/+1
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o-2/+1
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-3/+1
2011-09-29tty: use of_match_ptr() for of_match_table entryBen Dooks-3/+1
2011-09-22TTY: serial, fix includes in some driversJiri Slaby-0/+1
2011-02-28dt: uartlite: merge platform and of_platform driver bindingsGrant Likely-79/+24
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman-0/+709