aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/st-asc.c
AgeCommit message (Expand)Author
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang
2018-03-14tty: st-asc: Update tty aliasPatrice Chotard
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-08-28serial: st-asc: Avoid using irq_wake flagAndy Shevchenko
2017-07-17serial: st-asc: Potential error pointer dereferenceDan Carpenter
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-05-08format-security: move static strings to constKees Cook
2017-03-31serial: st-asc: Change default baudrate from 9600 to 115200Lee Jones
2017-03-31tty: serial: st-asc: Make the locking RT awareLionel Debieve
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones
2017-02-06serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones
2017-02-06serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones
2017-02-06serial: st-asc: Read in all Pinctrl statesLee Jones
2017-02-06serial: st-asc: Provide RTS functionalityLee Jones
2017-02-06serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones
2016-09-02serial: st-asc: constify uart_ops structuresJulia Lawall
2015-10-04tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla
2015-03-26tty: constify of_device_id arrayFabian Frederick
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-09-28serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson
2014-09-10serial: asc: Adopt readl_/writel_relaxed()Daniel Thompson
2014-07-27serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN
2014-07-27serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-05-28serial: st-asc: Fix data corruption during long console burstsDaniel Thompson
2014-04-16serial: st-asc: Fix SysRq char handlingDaniel Thompson
2013-08-27serial: st-asc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-19serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall
2013-08-03serial: st-asc: Fix unused variable warning for non DT.Srinivas Kandagatla
2013-07-26serial:st-asc: Add ST ASC driver.Srinivas Kandagatla