summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-201-0/+2
|\
| * serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-02-281-0/+2
* | serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-281-0/+4
* | serial: sh-sci: use hrtimer for receive timeoutUlrich Hecht2018-02-281-17/+30
|/
* treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-9/+7
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: sh-sci: Fix unlocked access to SCSCR registerTakatoshi Akiyama2017-11-041-9/+16
* serial: sh-sci: Fix init data attribute for struct 'port_cfg'Matthias Kaehlcke2017-10-201-1/+1
* serial: sh-sci: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-201-6/+5
* serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe2017-10-041-0/+8
* serial: sh-sci: Support for variable HSCIF hardware RX timeoutUlrich Hecht2017-10-031-15/+37
* serial: sh-sci: use of_property_read_bool()Sergei Shtylyov2017-08-281-2/+1
* serial: sh-sci: Uninitialized variables in sysfs filesDan Carpenter2017-07-171-4/+8
* serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven2017-05-241-2/+1
* serial: sh-sci: Move uart_register_driver call to device probeSjoerd Simons2017-05-181-11/+15
* serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven2017-05-181-2/+14
* serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()Geert Uytterhoeven2017-03-311-6/+19
* serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven2017-03-311-0/+4
* serial: sh-sci: Fix hang in sci_reset()Geert Uytterhoeven2017-03-311-4/+0
* serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama2017-03-141-4/+6
* serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht2017-02-101-2/+9
* serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht2017-02-061-0/+87
* serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht2017-02-061-33/+68
* serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht2017-02-061-1/+28
* serial: sh-sci: implement FIFO threshold register settingUlrich Hecht2017-02-031-0/+59
* serial: sh-sci: add FIFO trigger bitsUlrich Hecht2017-02-031-0/+2
* serial: sh-sci: Reformat sci_parse_dt() for git diffGeert Uytterhoeven2017-01-271-2/+2
* serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart2017-01-191-1/+7
* serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart2017-01-191-4/+7
* serial: sh-sci: Remove manual break debouncingLaurent Pinchart2017-01-191-117/+7
* serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart2017-01-191-17/+6
* serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart2017-01-191-81/+100
* serial: sh-sci: Constify platform dataLaurent Pinchart2017-01-191-48/+49
* serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart2017-01-191-123/+155
* serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart2017-01-191-94/+0
* serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart2017-01-191-9/+8
* serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart2017-01-191-4/+3
* serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart2017-01-191-6/+7
* tty: serial: sh-sci: set error code when kasprintf failsPan Bian2017-01-121-1/+3
* serial: sh-sci: Fix deadlock caused by serial output requestTakatoshi Akiyama2016-11-101-15/+5
* tty: serial: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven2016-06-261-0/+4
* serial: sh-sci: Clear (H)SCIF timeout and overrun during resetGeert Uytterhoeven2016-06-251-0/+5
* serial: sh-sci: Clear RX, error, and break flags during resetGeert Uytterhoeven2016-06-251-0/+4
* serial: sh-sci: Do not start transfers from sci_startup()Geert Uytterhoeven2016-06-251-6/+0
* serial: sh-sci: Add DT support for dedicated RTS/CTSGeert Uytterhoeven2016-06-251-0/+3
* serial: sh-sci: Fix support for hardware-assisted RTS/CTSGeert Uytterhoeven2016-06-251-7/+83
* serial: sh-sci: Add pin initialization for SCIFA/SCIFBGeert Uytterhoeven2016-06-251-1/+15
OpenPOWER on IntegriCloud