summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/vt8500_serial.c
AgeCommit message (Expand)Author
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-09-08tty: vt8500_serial: explicitly calculate base baud rateAlexey Charkov
2014-09-08tty: vt8500_serial: add polled console functionsAlexey Charkov
2014-09-08tty: vt8500_serial: add missing support for RTS settingAlexey Charkov
2014-09-08tty: vt8500_serial: add support for UART in WM8880 chipsAlexey Charkov
2013-10-16serial: vt8500: add missing bracesRoel Kluin
2013-08-27tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-06-03serial: vt8500: Remove redundant use of of_match_ptr macroSachin Kamat
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-15serial: vt8500_serial: Convert to devm_ioremap_resource()Sachin Kamat
2013-03-12tty: serial: vt8500: Unneccessary duplicated clock code removedTony Prisk
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman
2013-01-17serial: vt8500: Cleanup code using devm_ functionTony Prisk
2013-01-17serial: vt8500: UART uses gated clock rather than 24Mhz referenceTony Prisk
2013-01-17serial: vt8500: ioremap'd resource is never freedTony Prisk
2013-01-17serial: vt8500: Fix range-checking on vt8500_uart_portsTony Prisk
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15tty: serial: vt8500: fix return value check in vt8500_serial_probe()Wei Yongjun
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-10-24serial: vt8500: fix possible memory leak in vt8500_serial_probe()Wei Yongjun
2012-09-21serial: vt8500: Add devicetree support for vt8500-serialTony Prisk
2012-03-12tty: serial: vt8500: fix annotations for probe/removeWolfram Sang
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman