aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/uartlite.c
AgeCommit message (Expand)Author
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
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-09-29tty: use of_match_ptr() for of_match_table entryBen Dooks
2011-09-22TTY: serial, fix includes in some driversJiri Slaby
2011-02-28dt: uartlite: merge platform and of_platform driver bindingsGrant Likely
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman