summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sccnxp.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sccnxp: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: sccnxp: Improve error message if regulator_disable() failsUwe Kleine-König2023-11-231-2/+5
* serial: sccnxp: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+2
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-2/+1
* serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET2023-01-191-11/+1
* serial: sccnxp: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty/serial: Migrate sccnxp to use has_sysrqDmitry Safonov2019-12-181-4/+1
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-1/+0
* serial: sccnxp: Allow to use non-standard baud ratesAlexander Shiyan2018-12-201-3/+19
* serial: sccnxp: Adds a delay between sequential read/write cyclesAlexander Shiyan2018-12-201-5/+27
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: sccnxp: Convert timers to use timer_setup()Kees Cook2017-11-041-4/+3
* serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov2017-09-181-2/+11
* Fix serial console on SNI RM400 machinesThomas Bogendoerfer2017-06-031-5/+10
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-6/+0
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* serial: sccnxp: Add IGNPAR flag handlingAlexander Shiyan2014-05-281-0/+2
* serial: sccnxp: Remove useless timer_pending() checkAlexander Shiyan2014-05-281-3/+1
* serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()Wei Yongjun2013-09-261-0/+1
* Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman2013-08-021-37/+9
* serial: sccnxp: Add DT supportAlexander Shiyan2013-07-311-9/+37
* serial: sccnxp: Using structure for each supported IC instead of switch in probeAlexander Shiyan2013-07-311-148/+124
* serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan2013-07-311-14/+22
* serial: sccnxp: Disable regulator on errorAlexander Shiyan2013-07-311-22/+18
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-3/+0
* serial: sccnxp: Replace pdata.init/exit with regulator APIAlexander Shiyan2013-04-151-6/+15
* serial: sccnxp: Do not override device nameAlexander Shiyan2013-04-151-2/+0
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-58/+113
|\
| * serial: sccnxp: Make baudrate table struct staticAlexander Shiyan2013-01-211-4/+2
| * serial: sccnxp: Reset break and overrun bits in RX handlerAlexander Shiyan2013-01-211-1/+6
| * serial: sccnxp: Fix possible crash if no platform data suppliedAlexander Shiyan2013-01-171-2/+2
| * serial: sccnxp: Rename header file to match functionalityAlexander Shiyan2013-01-151-1/+1
| * serial: sccnxp: Implement polling modeAlexander Shiyan2013-01-151-45/+103
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* | serial: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-4/+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
* tty: serial: sccnxp: Fix bug with unterminated platform_id listGreg Kroah-Hartman2012-10-051-0/+1
* serial: sccnxp: Make 'default' choice in switch lastAlexander Shiyan2012-09-261-1/+1
* serial: sccnxp: Remove mask termios caps for SW flow controlAlexander Shiyan2012-09-261-1/+0
* serial: sccnxp: Report actual baudrate back to coreAlexander Shiyan2012-09-261-4/+10
* serial: serial_core.h needs console.h included firstStephen Rothwell2012-09-061-1/+1
* serial: New serial driver SCCNXPAlexander Shiyan2012-09-051-0/+985