summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-271-3/+1
|\
| * tty: use of_match_ptr() for of_match_table entryBen Dooks2011-09-291-3/+1
* | TTY: serial, fix includes in some driversJiri Slaby2011-09-221-0/+1
|/
* dt: uartlite: merge platform and of_platform driver bindingsGrant Likely2011-02-281-79/+24
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+709