Sign in
android-kvm
/
linux
/
37d9453b052dec46f6439658536ca8f301566559
/
drivers
/
tty
/
serial
/
sh-sci.c
f38278e
serial: sh-sci: Initialize spinlock for uart console
by Lad Prabhakar
· 4 years, 8 months ago
3dc4db3
serial: sh-sci: Make sure status register SCxSR is read in correct sequence
by Kazuhiro Fujita
· 5 years ago
ca9b5b6
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
4bdc0d6
remove ioremap_nocache and devm_ioremap_nocache
by Christoph Hellwig
· 5 years ago
dc9a325
tty/serial: Migrate sh-sci to use has_sysrq
by Dmitry Safonov
· 5 years ago
8f677bc
Merge 5.4-rc5 into driver-core-next
by Greg Kroah-Hartman
· 5 years ago
201e910
sh: add the sh_ prefix to early platform symbols
by Bartosz Golaszewski
· 5 years ago
507fd01
drivers: move the early platform device support to arch/sh
by Bartosz Golaszewski
· 5 years ago
392fb8d
serial: sh-sci: Use platform_get_irq_optional() for optional interrupts
by Geert Uytterhoeven
· 5 years ago
a16c4c5
serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning error
by Geert Uytterhoeven
· 6 years ago
e55a097
serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
by Frieder Schrempf
· 6 years ago
7027e62
serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_trigger
by Geert Uytterhoeven
· 6 years ago
6aa57f1
serial: sh-sci: use driver core functions, not sysfs ones.
by Greg Kroah-Hartman
· 6 years ago
775b7ff
serial: sh-sci: Terminate TX DMA during buffer flushing
by Geert Uytterhoeven
· 6 years ago
8493eab
serial: sh-sci: Fix TX DMA buffer flushing and workqueue races
by Geert Uytterhoeven
· 6 years ago
099506cb
serial: sh-sci: disable DMA for uart_console
by George G. Davis
· 6 years ago
6b87784
serial: sh-sci: Fix HSCIF RX sampling point adjustment
by Geert Uytterhoeven
· 6 years ago
ace9656
serial: sh-sci: Fix HSCIF RX sampling point calculation
by Geert Uytterhoeven
· 6 years ago
93bcefd
serial: sh-sci: Fix setting SCSCR_TIE while transferring data
by Hoan Nguyen An
· 6 years ago
c744ca3
Merge 5.0-rc6 into tty-next
by Greg Kroah-Hartman
· 6 years ago
4d95987
serial: sh-sci: Do not free irqs that have already been freed
by Chris Brandt
· 6 years ago
8fcf7a6
serial: sh-sci: Make RX/TX DMA function names consistent
by Geert Uytterhoeven
· 6 years ago
26f0739
serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()
by Geert Uytterhoeven
· 6 years ago
38766e4
serial: sh-sci: Extract sci_dma_rx_reenable_irq()
by Geert Uytterhoeven
· 6 years ago
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
· 7 years ago
7acece7
serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE
by Chris Brandt
· 7 years ago
2d4dd0d
serial: sh-sci: Allow for compressed SCIF address
by Chris Brandt
· 7 years ago
ac8a103
serial: sh-sci: Drop superfluous assignment in sci_request_dma()
by Geert Uytterhoeven
· 7 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
· 8 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
Next »