index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
st-asc.c
Age
Commit message (
Expand
)
Author
2020-01-10
tty: st-asc: switch to using devm_gpiod_get()
Dmitry Torokhov
2019-12-18
tty/serial: Migrate st-asc to use has_sysrq
Dmitry Safonov
2018-04-22
tty: serial: simplify getting .drvdata
Wolfram Sang
2018-03-14
tty: st-asc: Update tty alias
Patrice Chotard
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-08-28
serial: st-asc: Avoid using irq_wake flag
Andy Shevchenko
2017-07-17
serial: st-asc: Potential error pointer dereference
Dan Carpenter
2017-05-08
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-05-08
format-security: move static strings to const
Kees Cook
2017-03-31
serial: st-asc: Change default baudrate from 9600 to 115200
Lee Jones
2017-03-31
tty: serial: st-asc: Make the locking RT aware
Lionel Debieve
2017-03-14
serial: st-asc: Use new GPIOD API to obtain RTS pin
Lee Jones
2017-02-06
serial: st-asc: Use generic DT binding for announcing RTS/CTS lines
Lee Jones
2017-02-06
serial: st-asc: (De)Register GPIOD and swap Pinctrl profiles
Lee Jones
2017-02-06
serial: st-asc: Read in all Pinctrl states
Lee Jones
2017-02-06
serial: st-asc: Provide RTS functionality
Lee Jones
2017-02-06
serial: st-asc: Ignore the parity error bit if 8-bit mode is enabled
Lee Jones
2016-09-02
serial: st-asc: constify uart_ops structures
Julia Lawall
2015-10-04
tty/serial: st-asc: drop the use of IRQF_NO_SUSPEND
Sudeep Holla
2015-03-26
tty: constify of_device_id array
Fabian Frederick
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-28
serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)
Daniel Thompson
2014-09-10
serial: asc: Adopt readl_/writel_relaxed()
Daniel Thompson
2014-07-27
serial: st-asc: Fix overflow in baudrate calculation
Maxime COQUELIN
2014-07-27
serial: st-asc: Don't call BUG in asc_console_setup()
Maxime COQUELIN
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-06-19
serial: Fix IGNBRK handling
Peter Hurley
2014-05-28
serial: st-asc: Fix data corruption during long console bursts
Daniel Thompson
2014-04-16
serial: st-asc: Fix SysRq char handling
Daniel Thompson
2013-08-27
serial: st-asc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-08-19
serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resource
Julia Lawall
2013-08-03
serial: st-asc: Fix unused variable warning for non DT.
Srinivas Kandagatla
2013-07-26
serial:st-asc: Add ST ASC driver.
Srinivas Kandagatla