aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ar933x_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-05tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_portFabian Frederick1-10/+20
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-5/+0
2013-08-30tty: ar933x_uart: add device tree support and binding documentationGabor Juhos1-3/+25
2013-08-28tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos1-13/+12
2013-08-28tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos1-1/+0
2013-08-28tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos1-9/+26
2013-08-27tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-08-14tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-08-12tty: ar933x_uart: convert to use devm_* functionsGabor Juhos1-18/+8
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-6/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-7/+3
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos1-5/+85
2011-12-07SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos1-0/+688