index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-30
serial: sh-sci: Do not free irqs that have already been freed
Chris Brandt
1
-1
/
+8
2018-12-17
serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure
Geert Uytterhoeven
1
-3
/
+8
2018-12-17
serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback
Geert Uytterhoeven
1
-1
/
+1
2018-12-17
serial: sh-sci: Fix locking in sci_submit_rx()
Geert Uytterhoeven
1
-7
/
+9
2018-11-11
Merge 4.20-rc2 into tty-next
Greg Kroah-Hartman
1
-4
/
+4
2018-11-10
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+4
2018-11-09
serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
Yoshihiro Shimoda
1
-2
/
+2
2018-11-09
serial: sh-sci: Improve type-safety calling sci_receive_chars()
Geert Uytterhoeven
1
-2
/
+2
2018-10-15
serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
Geert Uytterhoeven
1
-2
/
+2
2018-10-15
serial: sh-sci: do not warn if DMA transfers are not supported
Ulrich Hecht
1
-1
/
+1
2018-10-02
Revert "serial: sh-sci: Allow for compressed SCIF address"
Geert Uytterhoeven
1
-15
/
+10
2018-10-02
Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"
Geert Uytterhoeven
1
-0
/
+31
2018-09-18
serial: sh-sci: Add earlycon for R7S9210
Chris Brandt
1
-0
/
+7
2018-09-18
Revert "serial: sh-sci: Allow for compressed SCIF address"
Geert Uytterhoeven
1
-15
/
+10
2018-09-18
Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"
Geert Uytterhoeven
1
-0
/
+31
2018-08-02
serial: sh-sci: Improve support for separate TEI and DRI interrupts
Chris Brandt
1
-51
/
+40
2018-08-02
serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE
Chris Brandt
1
-31
/
+0
2018-08-02
serial: sh-sci: Allow for compressed SCIF address
Chris Brandt
1
-10
/
+15
2018-07-21
serial: sh-sci: Drop superfluous assignment in sci_request_dma()
Geert Uytterhoeven
1
-1
/
+0
2018-07-21
serial: sh-sci: Fix use-after-free on subsequent port startup
Geert Uytterhoeven
1
-0
/
+1
2018-07-16
serial: sh-sci: Add support for R7S9210
Chris Brandt
1
-2
/
+75
2018-07-06
serial: sh-sci: Stop using deprecated dmaengine_terminate_all()
Geert Uytterhoeven
1
-4
/
+4
2018-07-06
serial: sh-sci: Stop TX DMA workqueue during port shutdown
Geert Uytterhoeven
1
-2
/
+2
2018-07-06
serial: sh-sci: Postpone DMA release when falling back to PIO
Geert Uytterhoeven
1
-42
/
+41
2018-07-06
serial: sh-sci: Stop RX FIFO timer during port shutdown
Geert Uytterhoeven
1
-0
/
+2
2018-06-06
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2018-06-05
serial: sh-sci: Stop using printk format %pCr
Geert Uytterhoeven
1
-2
/
+2
2018-05-14
serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
Daniel Wagner
1
-5
/
+3
2018-04-23
serial: sh-sci: Support for HSCIF RX sampling point adjustment
Ulrich Hecht
1
-23
/
+42
2018-04-23
serial: sh-sci: Add support for dynamic instances
Geert Uytterhoeven
1
-0
/
+8
2018-03-20
Merge 4.16-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+2
2018-02-28
serial: sh-sci: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
1
-0
/
+4
2018-02-28
serial: sh-sci: prevent lockup on full TTY buffers
Ulrich Hecht
1
-0
/
+2
2018-02-28
serial: sh-sci: use hrtimer for receive timeout
Ulrich Hecht
1
-17
/
+30
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
1
-1
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-9
/
+7
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
serial: sh-sci: Fix unlocked access to SCSCR register
Takatoshi Akiyama
1
-9
/
+16
2017-10-20
serial: sh-sci: Fix init data attribute for struct 'port_cfg'
Matthias Kaehlcke
1
-1
/
+1
2017-10-20
serial: sh-sci: Use of_device_get_match_data() helper
Geert Uytterhoeven
1
-6
/
+5
2017-10-04
serial: sh-sci: suppress warning for ports without dma channels
Andy Lowe
1
-0
/
+8
2017-10-03
serial: sh-sci: Support for variable HSCIF hardware RX timeout
Ulrich Hecht
1
-15
/
+37
2017-08-28
serial: sh-sci: use of_property_read_bool()
Sergei Shtylyov
1
-2
/
+1
2017-07-17
serial: sh-sci: Uninitialized variables in sysfs files
Dan Carpenter
1
-4
/
+8
2017-05-24
serial: sh-sci: Update warning message in sci_request_dma_chan()
Geert Uytterhoeven
1
-2
/
+1
2017-05-18
serial: sh-sci: Move uart_register_driver call to device probe
Sjoerd Simons
1
-11
/
+15
2017-05-18
serial: sh-sci: Fix race condition causing garbage during shutdown
Geert Uytterhoeven
1
-2
/
+14
2017-03-31
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
Geert Uytterhoeven
1
-6
/
+19
2017-03-31
serial: sh-sci: Fix late enablement of AUTORTS
Geert Uytterhoeven
1
-0
/
+4
[next]