summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/vt8500_serial.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-9/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* serial: vt8500_serial: Fix a parameter of find_first_zero_bit.Christophe JAILLET2016-08-311-4/+4
* serial: vt8500_serial: make it explicitly non-modularPaul Gortmaker2016-06-251-28/+2
* serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko2015-12-131-1/+1
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* tty: vt8500_serial: explicitly calculate base baud rateAlexey Charkov2014-09-081-6/+21
* tty: vt8500_serial: add polled console functionsAlexey Charkov2014-09-081-0/+31
* tty: vt8500_serial: add missing support for RTS settingAlexey Charkov2014-09-081-0/+8
* tty: vt8500_serial: add support for UART in WM8880 chipsAlexey Charkov2014-09-081-14/+56
* serial: vt8500: add missing bracesRoel Kluin2013-10-161-2/+3
* tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-0/+2
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-1/+0
* serial: vt8500: Remove redundant use of of_match_ptr macroSachin Kamat2013-06-031-1/+1
* Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-211-8/+1
|\
| * tty: serial: vt8500: Unneccessary duplicated clock code removedTony Prisk2013-03-121-8/+1
* | serial: vt8500_serial: Convert to devm_ioremap_resource()Sachin Kamat2013-03-151-3/+4
|/
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+9
|\
| * tty: serial: vt8500: fix return value check in vt8500_serial_probe()Wei Yongjun2013-01-151-1/+1
* | serial: vt8500: Cleanup code using devm_ functionTony Prisk2013-01-171-9/+4
* | serial: vt8500: UART uses gated clock rather than 24Mhz referenceTony Prisk2013-01-171-15/+19
* | serial: vt8500: ioremap'd resource is never freedTony Prisk2013-01-171-2/+2
* | serial: vt8500: Fix range-checking on vt8500_uart_portsTony Prisk2013-01-171-2/+2
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-11/+1
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-3/+4
|/
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-1/+1
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* serial: vt8500: fix possible memory leak in vt8500_serial_probe()Wei Yongjun2012-10-241-4/+4
* serial: vt8500: Add devicetree support for vt8500-serialTony Prisk2012-09-211-5/+53
* tty: serial: vt8500: fix annotations for probe/removeWolfram Sang2012-03-121-2/+2
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-2/+1
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+648
OpenPOWER on IntegriCloud