index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-06
1
-2
/
+2
|
\
|
*
serial: sh-sci: Stop using printk format %pCr
Geert Uytterhoeven
2018-06-05
1
-2
/
+2
*
|
serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
Daniel Wagner
2018-05-14
1
-5
/
+3
*
|
serial: sh-sci: Support for HSCIF RX sampling point adjustment
Ulrich Hecht
2018-04-23
1
-23
/
+42
*
|
serial: sh-sci: Add support for dynamic instances
Geert Uytterhoeven
2018-04-23
1
-0
/
+8
|
/
*
Merge 4.16-rc6 into tty-next
Greg Kroah-Hartman
2018-03-20
1
-0
/
+2
|
\
|
*
serial: sh-sci: prevent lockup on full TTY buffers
Ulrich Hecht
2018-02-28
1
-0
/
+2
*
|
serial: sh-sci: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
1
-0
/
+4
*
|
serial: sh-sci: use hrtimer for receive timeout
Ulrich Hecht
2018-02-28
1
-17
/
+30
|
/
*
treewide: Use DEVICE_ATTR_RW
Joe Perches
2018-01-09
1
-1
/
+1
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-9
/
+7
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-4
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: sh-sci: Fix unlocked access to SCSCR register
Takatoshi Akiyama
2017-11-04
1
-9
/
+16
*
serial: sh-sci: Fix init data attribute for struct 'port_cfg'
Matthias Kaehlcke
2017-10-20
1
-1
/
+1
*
serial: sh-sci: Use of_device_get_match_data() helper
Geert Uytterhoeven
2017-10-20
1
-6
/
+5
*
serial: sh-sci: suppress warning for ports without dma channels
Andy Lowe
2017-10-04
1
-0
/
+8
*
serial: sh-sci: Support for variable HSCIF hardware RX timeout
Ulrich Hecht
2017-10-03
1
-15
/
+37
*
serial: sh-sci: use of_property_read_bool()
Sergei Shtylyov
2017-08-28
1
-2
/
+1
*
serial: sh-sci: Uninitialized variables in sysfs files
Dan Carpenter
2017-07-17
1
-4
/
+8
*
serial: sh-sci: Update warning message in sci_request_dma_chan()
Geert Uytterhoeven
2017-05-24
1
-2
/
+1
*
serial: sh-sci: Move uart_register_driver call to device probe
Sjoerd Simons
2017-05-18
1
-11
/
+15
*
serial: sh-sci: Fix race condition causing garbage during shutdown
Geert Uytterhoeven
2017-05-18
1
-2
/
+14
*
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
Geert Uytterhoeven
2017-03-31
1
-6
/
+19
*
serial: sh-sci: Fix late enablement of AUTORTS
Geert Uytterhoeven
2017-03-31
1
-0
/
+4
*
serial: sh-sci: Fix hang in sci_reset()
Geert Uytterhoeven
2017-03-31
1
-4
/
+0
*
serial: sh-sci: Fix panic when serial console and DMA are enabled
Takatoshi Akiyama
2017-03-14
1
-4
/
+6
*
serial: sh-sci: fix hardware RX trigger level setting
Ulrich Hecht
2017-02-10
1
-2
/
+9
*
serial: sh-sci: make RX FIFO parameters tunable via sysfs
Ulrich Hecht
2017-02-06
1
-0
/
+87
*
serial: sh-sci: SCIFA/B RX FIFO software timeout
Ulrich Hecht
2017-02-06
1
-33
/
+68
*
serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF
Ulrich Hecht
2017-02-06
1
-1
/
+28
*
serial: sh-sci: implement FIFO threshold register setting
Ulrich Hecht
2017-02-03
1
-0
/
+59
*
serial: sh-sci: add FIFO trigger bits
Ulrich Hecht
2017-02-03
1
-0
/
+2
*
serial: sh-sci: Reformat sci_parse_dt() for git diff
Geert Uytterhoeven
2017-01-27
1
-2
/
+2
*
serial: sh-sci: Compute the regshift value for SCI ports
Laurent Pinchart
2017-01-19
1
-1
/
+7
*
serial: sh-sci: Remove unused platform data capabilities field
Laurent Pinchart
2017-01-19
1
-4
/
+7
*
serial: sh-sci: Remove manual break debouncing
Laurent Pinchart
2017-01-19
1
-117
/
+7
*
serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs
Laurent Pinchart
2017-01-19
1
-17
/
+6
*
serial: sh-sci: Extend sci_port_params with more port parameters
Laurent Pinchart
2017-01-19
1
-81
/
+100
*
serial: sh-sci: Constify platform data
Laurent Pinchart
2017-01-19
1
-48
/
+49
*
serial: sh-sci: Replace regmap array with port parameters
Laurent Pinchart
2017-01-19
1
-123
/
+155
*
serial: sh-sci: Remove initialization of zero fields in sci_port_params
Laurent Pinchart
2017-01-19
1
-94
/
+0
*
serial: sh-sci: Fix register offsets for the IRDA serial port
Laurent Pinchart
2017-01-19
1
-9
/
+8
*
serial: sh-sci: Don't rely on platform data flags when not needed
Laurent Pinchart
2017-01-19
1
-4
/
+3
*
serial: sh-sci: Set the SCSCR TE and RE bits in the driver
Laurent Pinchart
2017-01-19
1
-6
/
+7
*
tty: serial: sh-sci: set error code when kasprintf fails
Pan Bian
2017-01-12
1
-1
/
+3
*
serial: sh-sci: Fix deadlock caused by serial output request
Takatoshi Akiyama
2016-11-10
1
-15
/
+5
*
tty: serial: constify uart_ops structures
Julia Lawall
2016-09-02
1
-1
/
+1
*
serial: sh-sci: Stop transfers in sci_shutdown()
Geert Uytterhoeven
2016-06-26
1
-0
/
+4
*
serial: sh-sci: Clear (H)SCIF timeout and overrun during reset
Geert Uytterhoeven
2016-06-25
1
-0
/
+5
[next]