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