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
/
of_serial.c
Age
Commit message (
Expand
)
Author
2013-06-03
serial: use platform_{get,set}_drvdata()
Jingoo Han
2013-03-25
serial: of_serial: Handle auto-flow-control property
Heikki Krogerus
2013-03-25
serial: of_serial: Handle fifo-size property
Heikki Krogerus
2013-03-12
tty/serial: Add support for Altera serial port
Ley Foon Tan
2013-02-05
tty: of_serial: unexport tegra_serial_handle_break
Stephen Warren
2012-11-21
tty: remove use of __devinitdata
Bill Pemberton
2012-11-21
tty: remove use of __devinit
Bill Pemberton
2012-11-01
tty: of_serial: fix return value check in of_platform_serial_setup()
Wei Yongjun
2012-10-25
of serial port driver - add clk_get_rate() support
Murali Karicheri
2012-07-17
tty: of_serial: add no-loopback-test property
Gabor Juhos
2012-07-17
8250: three way resolve of the 8250 diffs
Alan Cox
2012-06-12
serial/of-serial: Add LPC3220 standard UART compatible string
Roland Stigge
2012-04-18
tegra, serial8250: add ->handle_break() uart_port op
Dan Williams
2011-10-25
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-07-10
tty/serial: Add devicetree support for nVidia Tegra serial ports
Grant Likely
2011-07-04
tty/serial: change of_serial to use new of_property_read_u32() api
Grant Likely
2011-06-30
tty: of_serial: support for 32 bit accesses
Jamie Iles
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
2011-03-16
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-02-28
dt/serial: Eliminate users of of_platform_{,un}register_driver
Grant Likely
2011-02-25
tty/serial: Relax the device_type restriction from of_serial
Grant Likely
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman