Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
11b3770d54b28dcd905155a6d4aa551187ff00eb
/
drivers
/
tty
/
serial
/
sh-sci.c
11b3770
serial: sh-sci: Extract sci_dma_rx_chan_invalidate()
by Geert Uytterhoeven
· 6 years ago
71ab1c0
serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure
by Geert Uytterhoeven
· 6 years ago
2e94821
serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback
by Geert Uytterhoeven
· 6 years ago
dd1f225
serial: sh-sci: Fix locking in sci_submit_rx()
by Geert Uytterhoeven
· 6 years ago
c17a1ca
Merge 4.20-rc2 into tty-next
by Greg Kroah-Hartman
· 6 years ago
e255aee
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
641a41d
serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
by Yoshihiro Shimoda
· 6 years ago
ed8c8e1
serial: sh-sci: Improve type-safety calling sci_receive_chars()
by Geert Uytterhoeven
· 6 years ago
202dc3c
serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
by Geert Uytterhoeven
· 6 years ago
c58a3ae
serial: sh-sci: do not warn if DMA transfers are not supported
by Ulrich Hecht
· 6 years ago
5b162cc
Revert "serial: sh-sci: Allow for compressed SCIF address"
by Geert Uytterhoeven
· 6 years ago
1065302
Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"
by Geert Uytterhoeven
· 6 years ago
3d8b43a
serial: sh-sci: Add earlycon for R7S9210
by Chris Brandt
· 6 years ago
a1c2fd7
Revert "serial: sh-sci: Allow for compressed SCIF address"
by Geert Uytterhoeven
· 6 years ago
10c6344
Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"
by Geert Uytterhoeven
· 6 years ago
628c534
serial: sh-sci: Improve support for separate TEI and DRI interrupts
by Chris Brandt
· 6 years ago
7acece7
serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE
by Chris Brandt
· 6 years ago
2d4dd0d
serial: sh-sci: Allow for compressed SCIF address
by Chris Brandt
· 6 years ago
ac8a103
serial: sh-sci: Drop superfluous assignment in sci_request_dma()
by Geert Uytterhoeven
· 6 years ago
1481ecf
serial: sh-sci: Fix use-after-free on subsequent port startup
by Geert Uytterhoeven
· 7 years ago
8b0bbd9
serial: sh-sci: Add support for R7S9210
by Chris Brandt
· 7 years ago
6eefc68
serial: sh-sci: Stop using deprecated dmaengine_terminate_all()
by Geert Uytterhoeven
· 7 years ago
f661131
serial: sh-sci: Stop TX DMA workqueue during port shutdown
by Geert Uytterhoeven
· 7 years ago
2c4ee23
serial: sh-sci: Postpone DMA release when falling back to PIO
by Geert Uytterhoeven
· 7 years ago
c5a9262
serial: sh-sci: Stop RX FIFO timer during port shutdown
by Geert Uytterhoeven
· 7 years ago
d75ae5b
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
d63c16f
serial: sh-sci: Stop using printk format %pCr
by Geert Uytterhoeven
· 7 years ago
8afb1d2
serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
by Daniel Wagner
· 7 years ago
63ba1e0
serial: sh-sci: Support for HSCIF RX sampling point adjustment
by Ulrich Hecht
· 7 years ago
7678f4c
serial: sh-sci: Add support for dynamic instances
by Geert Uytterhoeven
· 7 years ago
4958134
Merge 4.16-rc6 into tty-next
by Greg Kroah-Hartman
· 7 years ago
090fa4b
serial: sh-sci: Fix out-of-bounds access through DT alias
by Geert Uytterhoeven
· 7 years ago
7842055
serial: sh-sci: prevent lockup on full TTY buffers
by Ulrich Hecht
· 7 years ago
b96408b
serial: sh-sci: use hrtimer for receive timeout
by Ulrich Hecht
· 7 years ago
b6b996b
treewide: Use DEVICE_ATTR_RW
by Joe Perches
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
4793f2e
tty: serial: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
e3b3d0f
tty: add SPDX identifiers to all remaining files in drivers/tty/
by Greg Kroah-Hartman
· 7 years ago
1be2266
serial: sh-sci: Fix unlocked access to SCSCR register
by Takatoshi Akiyama
· 7 years ago
dd076cf
serial: sh-sci: Fix init data attribute for struct 'port_cfg'
by Matthias Kaehlcke
· 7 years ago
6e605a0
serial: sh-sci: Use of_device_get_match_data() helper
by Geert Uytterhoeven
· 7 years ago
7464779
serial: sh-sci: suppress warning for ports without dma channels
by Andy Lowe
· 7 years ago
fa2abb0
serial: sh-sci: Support for variable HSCIF hardware RX timeout
by Ulrich Hecht
· 7 years ago
43c6128
serial: sh-sci: use of_property_read_bool()
by Sergei Shtylyov
· 7 years ago
4ab3c51
serial: sh-sci: Uninitialized variables in sysfs files
by Dan Carpenter
· 8 years ago
9b7becf
serial: sh-sci: Update warning message in sci_request_dma_chan()
by Geert Uytterhoeven
· 8 years ago
352b926
serial: sh-sci: Move uart_register_driver call to device probe
by Sjoerd Simons
· 8 years ago
1cf4a7e
serial: sh-sci: Fix race condition causing garbage during shutdown
by Geert Uytterhoeven
· 8 years ago
cfa6eb2
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
by Geert Uytterhoeven
· 8 years ago
5f76895
serial: sh-sci: Fix late enablement of AUTORTS
by Geert Uytterhoeven
· 8 years ago
e37f712
serial: sh-sci: Fix hang in sci_reset()
by Geert Uytterhoeven
· 8 years ago
3c91017
serial: sh-sci: Fix panic when serial console and DMA are enabled
by Takatoshi Akiyama
· 8 years ago
90afa52
serial: sh-sci: fix hardware RX trigger level setting
by Ulrich Hecht
· 8 years ago
5d23188
serial: sh-sci: make RX FIFO parameters tunable via sysfs
by Ulrich Hecht
· 8 years ago
0394037
serial: sh-sci: SCIFA/B RX FIFO software timeout
by Ulrich Hecht
· 8 years ago
18e8cf1
serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF
by Ulrich Hecht
· 8 years ago
a380ed4
serial: sh-sci: implement FIFO threshold register setting
by Ulrich Hecht
· 8 years ago
54e14ae
serial: sh-sci: add FIFO trigger bits
by Ulrich Hecht
· 8 years ago
54b12c4
serial: sh-sci: Reformat sci_parse_dt() for git diff
by Geert Uytterhoeven
· 8 years ago
dfc8038
serial: sh-sci: Compute the regshift value for SCI ports
by Laurent Pinchart
· 8 years ago
97ed979
serial: sh-sci: Remove unused platform data capabilities field
by Laurent Pinchart
· 8 years ago
d5cb131
serial: sh-sci: Remove manual break debouncing
by Laurent Pinchart
· 8 years ago
219fb0c
serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs
by Laurent Pinchart
· 8 years ago
b2f20ed
serial: sh-sci: Extend sci_port_params with more port parameters
by Laurent Pinchart
· 8 years ago
daf5a89
serial: sh-sci: Constify platform data
by Laurent Pinchart
· 8 years ago
e095ee6
serial: sh-sci: Replace regmap array with port parameters
by Laurent Pinchart
· 8 years ago
40b34dd
serial: sh-sci: Remove initialization of zero fields in sci_port_params
by Laurent Pinchart
· 8 years ago
a752ba1
serial: sh-sci: Fix register offsets for the IRDA serial port
by Laurent Pinchart
· 8 years ago
3d73f32
serial: sh-sci: Don't rely on platform data flags when not needed
by Laurent Pinchart
· 8 years ago
9f8325b
serial: sh-sci: Set the SCSCR TE and RE bits in the driver
by Laurent Pinchart
· 8 years ago
623ac1d
tty: serial: sh-sci: set error code when kasprintf fails
by Pan Bian
· 8 years ago
6fc5a52
serial: sh-sci: Fix deadlock caused by serial output request
by Takatoshi Akiyama
· 8 years ago
069a47e
tty: serial: constify uart_ops structures
by Julia Lawall
· 8 years ago
5fd2b6e
serial: sh-sci: Stop transfers in sci_shutdown()
by Geert Uytterhoeven
· 9 years ago
fc2af33
serial: sh-sci: Clear (H)SCIF timeout and overrun during reset
by Geert Uytterhoeven
· 9 years ago
2768cf4
serial: sh-sci: Clear RX, error, and break flags during reset
by Geert Uytterhoeven
· 9 years ago
44763d3
serial: sh-sci: Do not start transfers from sci_startup()
by Geert Uytterhoeven
· 9 years ago
861a70a
serial: sh-sci: Add DT support for dedicated RTS/CTS
by Geert Uytterhoeven
· 9 years ago
33f50ff
serial: sh-sci: Fix support for hardware-assisted RTS/CTS
by Geert Uytterhoeven
· 9 years ago
e9d7a45
serial: sh-sci: Add pin initialization for SCIFA/SCIFB
by Geert Uytterhoeven
· 9 years ago
d2b9775
serial: sh-sci: Correct pin initialization on (H)SCIF
by Geert Uytterhoeven
· 9 years ago
abbf121
serial: sh-sci: Do not open-code sci_getreg()
by Geert Uytterhoeven
· 9 years ago
f907c9e
serial: sh-sci: Add support for GPIO-controlled modem lines
by Geert Uytterhoeven
· 9 years ago
71e98e0
serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback
by Geert Uytterhoeven
· 9 years ago
9a7a6eb
serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE()
by Geert Uytterhoeven
· 9 years ago
92a0574
serial: sh-sci: Add support for SCIFA/SCIFB variable sampling rates
by Geert Uytterhoeven
· 9 years ago
69eee8e
serial: sh-sci: Use a bitmask to indicate supported sampling rates
by Geert Uytterhoeven
· 9 years ago
7b5c0c0
serial: sh-sci: Use premultiplier to handle half sampling rate
by Geert Uytterhoeven
· 9 years ago
3a964ab
serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial console
by Geert Uytterhoeven
· 9 years ago
95ee05c
serial: sh-sci: Add more Serial Mode Register documentation
by Geert Uytterhoeven
· 9 years ago
0b0cced
serial: sh-sci: Add CONFIG_SERIAL_EARLYCON support
by Yoshinori Sato
· 9 years ago
ff1cab3
serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
by Geert Uytterhoeven
· 9 years ago
f658f21
Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into tty-next
by Greg Kroah-Hartman
· 9 years ago
192d367
serial: sh-sci: Drop the sci_fck clock fallback
by Laurent Pinchart
· 9 years ago
1270f86
serial: sh-sci: Add support for optional BRG on (H)SCIF
by Geert Uytterhoeven
· 9 years ago
6af27bf
serial: sh-sci: Add support for optional external (H)SCK input
by Geert Uytterhoeven
· 9 years ago
f4998e5
serial: sh-sci: Prepare for multiple sampling clock sources
by Geert Uytterhoeven
· 9 years ago
9ed44bb
serial: sh-sci: Correct SCIF type on R-Car for BRG
by Geert Uytterhoeven
· 9 years ago
f443ff8
serial: sh-sci: Correct SCIF type on RZ/A1H
by Geert Uytterhoeven
· 9 years ago
bd2238f
serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
by Geert Uytterhoeven
· 9 years ago
Next »