aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/st-asc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-06-27serial: st-asc: remove include of pm_runtime.hClaudiu Beznea1-1/+0
2022-05-19serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen1-0/+4
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-05-20tty: serial: st-asc: Demote a kernel-doc formatting abuseLee Jones1-1/+1
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-1/+1
2020-01-10tty: st-asc: switch to using devm_gpiod_get()Dmitry Torokhov1-7/+5
2019-12-18tty/serial: Migrate st-asc to use has_sysrqDmitry Safonov1-4/+1
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang1-4/+2
2018-03-14tty: st-asc: Update tty aliasPatrice Chotard1-1/+3
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28serial: st-asc: Avoid using irq_wake flagAndy Shevchenko1-1/+1
2017-07-17serial: st-asc: Potential error pointer dereferenceDan Carpenter1-0/+1
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+4
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-03-31serial: st-asc: Change default baudrate from 9600 to 115200Lee Jones1-1/+1
2017-03-31tty: serial: st-asc: Make the locking RT awareLionel Debieve1-5/+3
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones1-5/+6
2017-02-06serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones1-1/+1
2017-02-06serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones1-1/+26
2017-02-06serial: st-asc: Read in all Pinctrl statesLee Jones1-0/+29
2017-02-06serial: st-asc: Provide RTS functionalityLee Jones1-4/+23
2017-02-06serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones1-3/+13
2016-09-02serial: st-asc: constify uart_ops structuresJulia Lawall1-1/+1
2015-10-04tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla1-1/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-28serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson1-0/+4
2014-09-10serial: asc: Adopt readl_/writel_relaxed()Daniel Thompson1-1/+5
2014-07-27serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN1-5/+5
2014-07-27serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN1-1/+2
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-7/+0
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-05-28serial: st-asc: Fix data corruption during long console burstsDaniel Thompson1-4/+4
2014-04-16serial: st-asc: Fix SysRq char handlingDaniel Thompson1-2/+2
2013-08-27serial: st-asc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-19serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-12/+6
2013-08-03serial: st-asc: Fix unused variable warning for non DT.Srinivas Kandagatla1-0/+2
2013-07-26serial:st-asc: Add ST ASC driver.Srinivas Kandagatla1-0/+937