index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
uartlite.c
Age
Commit message (
Expand
)
Author
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-10-20
serial-uartlite: pr_err() strings should end with newlines
Arvind Yadav
2017-03-17
uartlite: Adding a kernel parameter for the number of uartlites
Sam Povilus
2016-09-02
serial-uartlite: constify uart_ops structures
Julia Lawall
2016-04-30
serial-uartlite: Constify uartlite_be/uartlite_le
Maarten Brock
2016-04-19
Revert "serial-uartlite: Constify uartlite_be/uartlite_le"
Sudip Mukherjee
2016-03-07
serial-uartlite: Configure for rising edge irq trigger.
Maarten Brock
2016-03-07
serial-uartlite: Spinlock inside the loop.
Maarten Brock
2016-03-07
serial-uartlite: Constify uartlite_be/uartlite_le
Maarten Brock
2016-03-07
serial-uartlite: Enlarge maximum nr of devices to 16.
Maarten Brock
2016-02-06
serial-uartlite: fix missing locking in isr
Rich Felker
2016-02-06
serial-uartlite: add earlycon support
Rich Felker
2015-04-28
serial: xilinx: Use platform_get_irq to get irq description structure
Michal Simek
2015-03-26
tty: constify of_device_id array
Fabian Frederick
2014-09-08
tty: serial: uartlite: Remove .owner field for driver
Michal Simek
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-05-28
tty: serial: uartlite: Specify time for sending chars
Michal Simek
2013-02-13
tty: serial: uartlite: Support uartlite on big and little endian systems
Michal Simek
2013-02-13
tty: serial: uartlite: Fix sparse and checkpatch warnings
Michal Simek
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
2012-11-21
tty: remove use of __devexit
Bill Pemberton
2012-11-21
tty: remove use of __devinitdata
Bill Pemberton
2012-11-21
tty: remove use of __devinit
Bill Pemberton
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-07-19
uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op
Theodore Ts'o
2011-10-27
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-09-29
tty: use of_match_ptr() for of_match_table entry
Ben Dooks
2011-09-22
TTY: serial, fix includes in some drivers
Jiri Slaby
2011-02-28
dt: uartlite: merge platform and of_platform driver bindings
Grant Likely
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman