index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
2015-10-04
serial: sh-sci: Don't call sci_dma_rx_push() if no data has arrived
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Don't kick tx in sci_er_interrupt() when using DMA
Yoshihiro Shimoda
2015-10-04
serial: sh-sci: Don't call sci_rx_interrupt() on error when using DMA
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix NULL pointer dereference if HIGHMEM is enabled
Yoshihiro Shimoda
2015-10-04
serial: sh-sci: Use incrementing pointers instead of stack array
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use tty_insert_flip_string() for DMA receive
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Pass scatterlist to sci_dma_rx_push()
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix race condition between RX worker and cleanup
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_complete
Kazuya Mizuguchi
2015-10-04
serial: sh-sci: Do not resubmit DMA descriptors
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Simplify sci_submit_rx() error handling
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Stop acknowledging DMA transmit completions
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Switch to generic DMA residue handling
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use DMA submission helpers instead of open-coding
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Fix TX buffer mapping leak
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Switch to dma_map_single() for DMA transmission
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use min_t()/max_t() instead of casts
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use correct device for DMA mapping with IOMMU
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Handle DMA init failures inside sci_request_dma()
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Improve comments for DMA timeout calculation
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Improve DMA error messages
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Return IRQ_HANDLED when overrun if detected
Yoshihiro Shimoda
2015-10-04
serial: sh-sci: Remove bogus sci_handle_fifo_overrun() call on (H)SCIF
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Remove useless memory allocation failure printks
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Make sci_regmap[] const
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Make sci_irq_desc[] const
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Improve readability of sampling rate configuration
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Drop path in reference to serial_core.c
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use SCSMR_CKS instead of hardcoded literal 3
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Use SCIF_DR instead of hardcoded literal 1
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIF
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Replace buggy big #ifdef by runtime logic
Geert Uytterhoeven
2015-06-26
Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-06-23
sh-sci: Get register size from platform device
Yoshinori Sato
2015-06-23
sh-sci: Add h8300 SCI
Yoshinori Sato
2015-05-10
serial: sh-sci: Remove obsolete comment about overrun detection
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Use the correct register for overrun checks
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Replace hardcoded overrun bit values
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Add SCIFA/B SCPCR register definitions
Geert Uytterhoeven
2015-03-26
serial: sh-sci: Update calculation of timeout for DMA
Nobuhiro Iwamatsu
2015-03-26
serial: sh-sci: Add overrun handling of SCIFA and SCIFB
Nobuhiro Iwamatsu
2015-02-02
serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handling
Hisashi Nakamura
2015-02-02
serial: sh-sci: Use dev_dbg() to log an error message
Yoshihiro Kaneko
2015-02-02
sh-sci: extend PM methods
Sergei Shtylyov
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-25
serial: sh-sci: Change checking for error rate of HSCIF
Nobuhiro Iwamatsu
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-15
serial: sh-sci: use dmaengine_terminate_all() API
Vinod Koul
2014-07-17
serial: sh-sci: Add calculation recive margin for HSCIF
Nobuhiro Iwamatsu
[prev]
[next]