summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sccnxp.c
AgeCommit message (Expand)Author
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-12-20serial: sccnxp: Allow to use non-standard baud ratesAlexander Shiyan
2018-12-20serial: sccnxp: Adds a delay between sequential read/write cyclesAlexander Shiyan
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-04serial: sccnxp: Convert timers to use timer_setup()Kees Cook
2017-09-18serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov
2017-06-03Fix serial console on SNI RM400 machinesThomas Bogendoerfer
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-05-28serial: sccnxp: Add IGNPAR flag handlingAlexander Shiyan
2014-05-28serial: sccnxp: Remove useless timer_pending() checkAlexander Shiyan
2013-09-26serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()Wei Yongjun
2013-08-02Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman
2013-07-31serial: sccnxp: Add DT supportAlexander Shiyan
2013-07-31serial: sccnxp: Using structure for each supported IC instead of switch in probeAlexander Shiyan
2013-07-31serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan
2013-07-31serial: sccnxp: Disable regulator on errorAlexander Shiyan
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-15serial: sccnxp: Replace pdata.init/exit with regulator APIAlexander Shiyan
2013-04-15serial: sccnxp: Do not override device nameAlexander Shiyan
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-22serial: Convert to devm_ioremap_resource()Thierry Reding
2013-01-21serial: sccnxp: Make baudrate table struct staticAlexander Shiyan
2013-01-21serial: sccnxp: Reset break and overrun bits in RX handlerAlexander Shiyan
2013-01-17serial: sccnxp: Fix possible crash if no platform data suppliedAlexander Shiyan
2013-01-15serial: sccnxp: Rename header file to match functionalityAlexander Shiyan
2013-01-15serial: sccnxp: Implement polling modeAlexander Shiyan
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
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-05tty: serial: sccnxp: Fix bug with unterminated platform_id listGreg Kroah-Hartman
2012-09-26serial: sccnxp: Make 'default' choice in switch lastAlexander Shiyan
2012-09-26serial: sccnxp: Remove mask termios caps for SW flow controlAlexander Shiyan
2012-09-26serial: sccnxp: Report actual baudrate back to coreAlexander Shiyan
2012-09-06serial: serial_core.h needs console.h included firstStephen Rothwell
2012-09-05serial: New serial driver SCCNXPAlexander Shiyan