aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/vt8500_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18tty/serial: Migrate vt8500_serial to use has_sysrqDmitry Safonov1-4/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2016-08-31serial: vt8500_serial: Fix a parameter of find_first_zero_bit.Christophe JAILLET1-4/+4
2016-06-25serial: vt8500_serial: make it explicitly non-modularPaul Gortmaker1-28/+2
2015-12-13serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-08tty: vt8500_serial: explicitly calculate base baud rateAlexey Charkov1-6/+21
2014-09-08tty: vt8500_serial: add polled console functionsAlexey Charkov1-0/+31
2014-09-08tty: vt8500_serial: add missing support for RTS settingAlexey Charkov1-0/+8
2014-09-08tty: vt8500_serial: add support for UART in WM8880 chipsAlexey Charkov1-14/+56
2013-10-16serial: vt8500: add missing bracesRoel Kluin1-2/+3
2013-08-27tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-03serial: vt8500: Remove redundant use of of_match_ptr macroSachin Kamat1-1/+1
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-8/+1
2013-03-15serial: vt8500_serial: Convert to devm_ioremap_resource()Sachin Kamat1-3/+4
2013-03-12tty: serial: vt8500: Unneccessary duplicated clock code removedTony Prisk1-8/+1
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-1/+9
2013-01-17serial: vt8500: Cleanup code using devm_ functionTony Prisk1-9/+4
2013-01-17serial: vt8500: UART uses gated clock rather than 24Mhz referenceTony Prisk1-15/+19
2013-01-17serial: vt8500: ioremap'd resource is never freedTony Prisk1-2/+2
2013-01-17serial: vt8500: Fix range-checking on vt8500_uart_portsTony Prisk1-2/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-11/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-3/+4
2013-01-15tty: serial: vt8500: fix return value check in vt8500_serial_probe()Wei Yongjun1-1/+1
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-10-24serial: vt8500: fix possible memory leak in vt8500_serial_probe()Wei Yongjun1-4/+4
2012-09-21serial: vt8500: Add devicetree support for vt8500-serialTony Prisk1-5/+53
2012-03-12tty: serial: vt8500: fix annotations for probe/removeWolfram Sang1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+1
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+648