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
/
sirfsoc_uart.c
Age
Commit message (
Expand
)
Author
2018-02-28
serial: sirf: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
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-06-20
serial: sirf: make of_device_ids const
Arvind Yadav
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
2016-04-30
serial: sirf: Use generic uart-has-rtscts DT property
Geert Uytterhoeven
2016-04-30
serial: sirf: Introduce helper variable struct device_node *np
Geert Uytterhoeven
2015-07-23
serial: sirf: let uart's receive start in right place
Qipan Li
2015-07-23
serial: sirf: workaround rx process to avoid possible data loss
Qipan Li
2015-06-09
tty/serial: kill off set_irq_flags usage
Rob Herring
2015-06-01
serial: sirf: use hrtimer for data rx
Qipan Li
2015-06-01
serial: sirf: fix system hung on console log output
Qipan Li
2015-05-24
serial: sirf: assign console default index if users not set a valid one
Qipan Li
2015-05-24
serial: sirf: add serial loopback function support
Qipan Li
2015-05-24
serial: sirf: add uart receive's some error counter and mark
Qipan Li
2015-05-24
serial: sirf: fix endless loop bug in uart receive tasklet
Qipan Li
2015-05-24
serial: sirf: fix the issue that HW flow control doesn't work for BT
Qipan Li
2015-05-24
serial: sirf: enable ATLAS7 USP serial support
Qipan Li
2015-05-10
serial: sirf: use uart_port's fifosize for fifo related operation
Qipan Li
2015-05-10
serial: sirf: use dynamic method allocate uart structure
Qipan Li
2015-05-06
serial: sirf: move from clk_get to devm_clk_get
Qipan Li
2015-05-06
Revert "serial: sirf: add a new uart type support"
Qipan Li
2015-03-26
tty: constify of_device_id array
Fabian Frederick
2015-01-09
serial: sirf: rename marco to atlas7
Barry Song
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-25
serial: sirf: add a new uart type support
Qipan Li
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-09
serial: sirf: transfer more bytes once to decrease interrupts
Qipan Li
2014-06-19
serial: Fix IGNBRK handling
Peter Hurley
2014-05-29
serial: sirf: Fix compilation failure
Daniel Thompson
2014-05-28
serial: sirf: fix spinlock deadlock issue
Qipan Li
2014-05-28
serial: sirf: move to writel for TXFIFO instead of writeb
Barry Song
2014-02-13
serial: sirf: move to use generic dma dt-binding to get dma channels
Qipan Li
2014-02-13
serial: sirf: fix kernel panic caused by unpaired spinlock
Qipan Li
2014-01-07
serial: sirf: correct condition for fetching dma buffer into tty
Qipan Li
2014-01-07
serial: sirf: provide pm entries of uart_ops
Qipan Li
2014-01-07
serial: sirf: use PM macro initialize PM functions
Qipan Li
2013-09-26
serial: sirf: don't submit dma desc after timeout irqs occur
Qipan Li
2013-08-27
serial: sirf: fix the amount of serial ports
Qipan Li
2013-08-27
serial: sirf: define macro for some magic numbers of USP
Qipan Li
2013-08-27
tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
2013-08-19
serial: sirf: add DMA support using dmaengine APIs
Qipan Li
2013-08-19
serial: sirf: fix the namespace of startup_uart entry
Qipan Li
2013-08-19
serial: sirf: fix the typo for rts/cts gpio
Qipan Li
2013-08-14
serial: sirf: fix the hardware-flow-ctrl for USP-based UART
Qipan Li
2013-08-14
serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does it
Barry Song
2013-08-12
serial: sirf: Staticize local symbols
Jingoo Han
2013-08-12
serial: sirf: make the driver also support USP-based UART
Qipan Li
2013-08-12
serial: sirf: add support for Marco chip
Barry Song
2013-07-26
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
[next]