aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/st-asc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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