index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
2016-03-07
serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE()
Geert Uytterhoeven
2016-02-06
serial: sh-sci: Add support for SCIFA/SCIFB variable sampling rates
Geert Uytterhoeven
2016-02-06
serial: sh-sci: Use a bitmask to indicate supported sampling rates
Geert Uytterhoeven
2016-02-06
serial: sh-sci: Use premultiplier to handle half sampling rate
Geert Uytterhoeven
2016-02-06
serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial console
Geert Uytterhoeven
2016-02-06
serial: sh-sci: Add more Serial Mode Register documentation
Geert Uytterhoeven
2016-02-06
serial: sh-sci: Add CONFIG_SERIAL_EARLYCON support
Yoshinori Sato
2016-01-07
serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock
Geert Uytterhoeven
2016-01-07
Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...
Greg Kroah-Hartman
2015-12-17
serial: sh-sci: Drop the sci_fck clock fallback
Laurent Pinchart
2015-12-17
serial: sh-sci: Add support for optional BRG on (H)SCIF
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Add support for optional external (H)SCK input
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Prepare for multiple sampling clock sources
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Correct SCIF type on R-Car for BRG
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Correct SCIF type on RZ/A1H
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Add BRG register definitions
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Take into account sampling rate for max baud rate
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Avoid calculating the receive margin for HSCIF
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Improve bit rate error calculation for HSCIF
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsigned
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Convert from clk_get() to devm_clk_get()
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Don't overwrite clock selection in serial_console_write()
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Use existing local variable in sci_parse_dt()
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Grammar s/Get ... for/Get ... from/
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Drop useless check for zero sampling_rate
Geert Uytterhoeven
2015-12-17
serial: sh-sci: Drop the interface clock
Laurent Pinchart
2015-12-12
serial: sh-sci: Fix length of scatterlist
Yoshihiro Shimoda
2015-10-04
serial: sh-sci: Add DT support to DMA setup
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Pause DMA engine and get DMA status again
Muhammad Hamza Farooq
2015-10-04
serial: sh-sci: Do not terminate DMA engine when race condition occurs
Muhammad Hamza Farooq
2015-10-04
serial: sh-sci: Call dma_async_issue_pending when transaction completes
Muhammad Hamza Farooq
2015-10-04
serial: sh-sci: Redirect port interrupts to CPU _only_ when DMA stops
Muhammad Hamza Farooq
2015-10-04
serial: sh-sci: Remove timer on shutdown of port
Aleksandar Mitev
2015-10-04
serial: sh-sci: Stop calling sci_start_rx() from sci_request_dma()
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Submit RX DMA from RX interrupt on (H)SCIF
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Get rid of the workqueue to handle receive DMA requests
Geert Uytterhoeven
2015-10-04
serial: sh-sci: Shuffle functions around
Geert Uytterhoeven
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
[next]