summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2017-02-10serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht
2017-02-06serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht
2017-02-06serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht
2017-02-06serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht
2017-02-03serial: sh-sci: implement FIFO threshold register settingUlrich Hecht
2017-02-03serial: sh-sci: add FIFO trigger bitsUlrich Hecht
2017-01-27serial: sh-sci: Reformat sci_parse_dt() for git diffGeert Uytterhoeven
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart
2017-01-19serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart
2017-01-19serial: sh-sci: Remove manual break debouncingLaurent Pinchart
2017-01-19serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart
2017-01-19serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart
2017-01-19serial: sh-sci: Constify platform dataLaurent Pinchart
2017-01-19serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart
2017-01-19serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart
2017-01-19serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart
2017-01-19serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart
2017-01-12tty: serial: sh-sci: set error code when kasprintf failsPan Bian
2016-11-10serial: sh-sci: Fix deadlock caused by serial output requestTakatoshi Akiyama
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall
2016-06-26serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven
2016-06-25serial: sh-sci: Clear (H)SCIF timeout and overrun during resetGeert Uytterhoeven
2016-06-25serial: sh-sci: Clear RX, error, and break flags during resetGeert Uytterhoeven
2016-06-25serial: sh-sci: Do not start transfers from sci_startup()Geert Uytterhoeven
2016-06-25serial: sh-sci: Add DT support for dedicated RTS/CTSGeert Uytterhoeven
2016-06-25serial: sh-sci: Fix support for hardware-assisted RTS/CTSGeert Uytterhoeven
2016-06-25serial: sh-sci: Add pin initialization for SCIFA/SCIFBGeert Uytterhoeven
2016-06-25serial: sh-sci: Correct pin initialization on (H)SCIFGeert Uytterhoeven
2016-06-25serial: sh-sci: Do not open-code sci_getreg()Geert Uytterhoeven
2016-06-25serial: sh-sci: Add support for GPIO-controlled modem linesGeert Uytterhoeven
2016-06-25serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callbackGeert Uytterhoeven
2016-03-07serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE()Geert Uytterhoeven
2016-02-06serial: sh-sci: Add support for SCIFA/SCIFB variable sampling ratesGeert Uytterhoeven
2016-02-06serial: sh-sci: Use a bitmask to indicate supported sampling ratesGeert Uytterhoeven
2016-02-06serial: sh-sci: Use premultiplier to handle half sampling rateGeert Uytterhoeven
2016-02-06serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial consoleGeert Uytterhoeven
2016-02-06serial: sh-sci: Add more Serial Mode Register documentationGeert Uytterhoeven
2016-02-06serial: sh-sci: Add CONFIG_SERIAL_EARLYCON supportYoshinori Sato
2016-01-07serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven
2016-01-07Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...Greg Kroah-Hartman
2015-12-17serial: sh-sci: Drop the sci_fck clock fallbackLaurent Pinchart
2015-12-17serial: sh-sci: Add support for optional BRG on (H)SCIFGeert Uytterhoeven
2015-12-17serial: sh-sci: Add support for optional external (H)SCK inputGeert Uytterhoeven
2015-12-17serial: sh-sci: Prepare for multiple sampling clock sourcesGeert Uytterhoeven
2015-12-17serial: sh-sci: Correct SCIF type on R-Car for BRGGeert Uytterhoeven
2015-12-17serial: sh-sci: Correct SCIF type on RZ/A1HGeert Uytterhoeven
2015-12-17serial: sh-sci: Replace struct sci_port_info by type/regtype encodingGeert Uytterhoeven
2015-12-17serial: sh-sci: Add BRG register definitionsGeert Uytterhoeven
2015-12-17serial: sh-sci: Take into account sampling rate for max baud rateGeert Uytterhoeven