summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/st-asc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: simplify getting .drvdataWolfram Sang2018-04-221-4/+2Star
* tty: st-asc: Update tty aliasPatrice Chotard2018-03-141-1/+3
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-6/+0Star
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: st-asc: Avoid using irq_wake flagAndy Shevchenko2017-08-281-1/+1
* serial: st-asc: Potential error pointer dereferenceDan Carpenter2017-07-171-0/+1
* Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-091-6/+4Star
|\
| * serial: st-asc: Change default baudrate from 9600 to 115200Lee Jones2017-03-311-1/+1
| * tty: serial: st-asc: Make the locking RT awareLionel Debieve2017-03-311-5/+3Star
* | format-security: move static strings to constKees Cook2017-05-091-1/+1
|/
* serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones2017-03-141-5/+6
* serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones2017-02-061-1/+1
* serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones2017-02-061-1/+26
* serial: st-asc: Read in all Pinctrl statesLee Jones2017-02-061-0/+29
* serial: st-asc: Provide RTS functionalityLee Jones2017-02-061-4/+23
* serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones2017-02-061-3/+13
* serial: st-asc: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla2015-10-041-1/+1
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson2014-09-291-0/+4
* serial: asc: Adopt readl_/writel_relaxed()Daniel Thompson2014-09-101-1/+5
* serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN2014-07-271-5/+5
* serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN2014-07-271-1/+2
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-101-7/+0Star
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* serial: st-asc: Fix data corruption during long console burstsDaniel Thompson2014-05-281-4/+4
* serial: st-asc: Fix SysRq char handlingDaniel Thompson2014-04-161-2/+2
* serial: st-asc: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-1/+0Star
* serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall2013-08-201-12/+6Star
* serial: st-asc: Fix unused variable warning for non DT.Srinivas Kandagatla2013-08-031-0/+2
* serial:st-asc: Add ST ASC driver.Srinivas Kandagatla2013-07-271-0/+937