aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-9/+7
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: sh-sci: Fix unlocked access to SCSCR registerTakatoshi Akiyama1-9/+16
2017-10-20serial: sh-sci: Fix init data attribute for struct 'port_cfg'Matthias Kaehlcke1-1/+1
2017-10-20serial: sh-sci: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+5
2017-10-04serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe1-0/+8
2017-10-03serial: sh-sci: Support for variable HSCIF hardware RX timeoutUlrich Hecht1-15/+37
2017-08-28serial: sh-sci: use of_property_read_bool()Sergei Shtylyov1-2/+1
2017-07-17serial: sh-sci: Uninitialized variables in sysfs filesDan Carpenter1-4/+8
2017-05-24serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven1-2/+1
2017-05-18serial: sh-sci: Move uart_register_driver call to device probeSjoerd Simons1-11/+15
2017-05-18serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven1-2/+14
2017-03-31serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()Geert Uytterhoeven1-6/+19
2017-03-31serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven1-0/+4
2017-03-31serial: sh-sci: Fix hang in sci_reset()Geert Uytterhoeven1-4/+0
2017-03-14serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-02-10serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht1-2/+9
2017-02-06serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht1-0/+87
2017-02-06serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht1-33/+68
2017-02-06serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht1-1/+28
2017-02-03serial: sh-sci: implement FIFO threshold register settingUlrich Hecht1-0/+59
2017-02-03serial: sh-sci: add FIFO trigger bitsUlrich Hecht1-0/+2
2017-01-27serial: sh-sci: Reformat sci_parse_dt() for git diffGeert Uytterhoeven1-2/+2
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart1-1/+7
2017-01-19serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart1-4/+7
2017-01-19serial: sh-sci: Remove manual break debouncingLaurent Pinchart1-117/+7
2017-01-19serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart1-17/+6
2017-01-19serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart1-81/+100
2017-01-19serial: sh-sci: Constify platform dataLaurent Pinchart1-48/+49
2017-01-19serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart1-123/+155
2017-01-19serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart1-94/+0
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-9/+8
2017-01-19serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart1-4/+3
2017-01-19serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart1-6/+7
2017-01-12tty: serial: sh-sci: set error code when kasprintf failsPan Bian1-1/+3
2016-11-10serial: sh-sci: Fix deadlock caused by serial output requestTakatoshi Akiyama1-15/+5
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall1-1/+1
2016-06-26serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven1-0/+4
2016-06-25serial: sh-sci: Clear (H)SCIF timeout and overrun during resetGeert Uytterhoeven1-0/+5
2016-06-25serial: sh-sci: Clear RX, error, and break flags during resetGeert Uytterhoeven1-0/+4
2016-06-25serial: sh-sci: Do not start transfers from sci_startup()Geert Uytterhoeven1-6/+0
2016-06-25serial: sh-sci: Add DT support for dedicated RTS/CTSGeert Uytterhoeven1-0/+3
2016-06-25serial: sh-sci: Fix support for hardware-assisted RTS/CTSGeert Uytterhoeven1-7/+83
2016-06-25serial: sh-sci: Add pin initialization for SCIFA/SCIFBGeert Uytterhoeven1-1/+15
2016-06-25serial: sh-sci: Correct pin initialization on (H)SCIFGeert Uytterhoeven1-15/+8
2016-06-25serial: sh-sci: Do not open-code sci_getreg()Geert Uytterhoeven1-5/+2
2016-06-25serial: sh-sci: Add support for GPIO-controlled modem linesGeert Uytterhoeven1-1/+45