summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
Commit message (Expand)AuthorAgeFilesLines
* 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