| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-21 | 1 | -9/+7 |
* | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-08 | 1 | -4/+0 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 1 | -0/+1 |
* | serial: sh-sci: Fix unlocked access to SCSCR register | Takatoshi Akiyama | 2017-11-04 | 1 | -9/+16 |
* | serial: sh-sci: Fix init data attribute for struct 'port_cfg' | Matthias Kaehlcke | 2017-10-20 | 1 | -1/+1 |
* | serial: sh-sci: Use of_device_get_match_data() helper | Geert Uytterhoeven | 2017-10-20 | 1 | -6/+5 |
* | serial: sh-sci: suppress warning for ports without dma channels | Andy Lowe | 2017-10-04 | 1 | -0/+8 |
* | serial: sh-sci: Support for variable HSCIF hardware RX timeout | Ulrich Hecht | 2017-10-03 | 1 | -15/+37 |
* | serial: sh-sci: use of_property_read_bool() | Sergei Shtylyov | 2017-08-28 | 1 | -2/+1 |
* | serial: sh-sci: Uninitialized variables in sysfs files | Dan Carpenter | 2017-07-17 | 1 | -4/+8 |
* | serial: sh-sci: Update warning message in sci_request_dma_chan() | Geert Uytterhoeven | 2017-05-24 | 1 | -2/+1 |
* | serial: sh-sci: Move uart_register_driver call to device probe | Sjoerd Simons | 2017-05-18 | 1 | -11/+15 |
* | serial: sh-sci: Fix race condition causing garbage during shutdown | Geert Uytterhoeven | 2017-05-18 | 1 | -2/+14 |
* | serial: sh-sci: Fix (AUTO)RTS in sci_init_pins() | Geert Uytterhoeven | 2017-03-31 | 1 | -6/+19 |
* | serial: sh-sci: Fix late enablement of AUTORTS | Geert Uytterhoeven | 2017-03-31 | 1 | -0/+4 |
* | serial: sh-sci: Fix hang in sci_reset() | Geert Uytterhoeven | 2017-03-31 | 1 | -4/+0 |
* | serial: sh-sci: Fix panic when serial console and DMA are enabled | Takatoshi Akiyama | 2017-03-14 | 1 | -4/+6 |
* | serial: sh-sci: fix hardware RX trigger level setting | Ulrich Hecht | 2017-02-10 | 1 | -2/+9 |
* | serial: sh-sci: make RX FIFO parameters tunable via sysfs | Ulrich Hecht | 2017-02-06 | 1 | -0/+87 |
* | serial: sh-sci: SCIFA/B RX FIFO software timeout | Ulrich Hecht | 2017-02-06 | 1 | -33/+68 |
* | serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF | Ulrich Hecht | 2017-02-06 | 1 | -1/+28 |
* | serial: sh-sci: implement FIFO threshold register setting | Ulrich Hecht | 2017-02-03 | 1 | -0/+59 |
* | serial: sh-sci: add FIFO trigger bits | Ulrich Hecht | 2017-02-03 | 1 | -0/+2 |
* | serial: sh-sci: Reformat sci_parse_dt() for git diff | Geert Uytterhoeven | 2017-01-27 | 1 | -2/+2 |
* | serial: sh-sci: Compute the regshift value for SCI ports | Laurent Pinchart | 2017-01-19 | 1 | -1/+7 |
* | serial: sh-sci: Remove unused platform data capabilities field | Laurent Pinchart | 2017-01-19 | 1 | -4/+7 |
* | serial: sh-sci: Remove manual break debouncing | Laurent Pinchart | 2017-01-19 | 1 | -117/+7 |
* | serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs | Laurent Pinchart | 2017-01-19 | 1 | -17/+6 |
* | serial: sh-sci: Extend sci_port_params with more port parameters | Laurent Pinchart | 2017-01-19 | 1 | -81/+100 |
* | serial: sh-sci: Constify platform data | Laurent Pinchart | 2017-01-19 | 1 | -48/+49 |
* | serial: sh-sci: Replace regmap array with port parameters | Laurent Pinchart | 2017-01-19 | 1 | -123/+155 |
* | serial: sh-sci: Remove initialization of zero fields in sci_port_params | Laurent Pinchart | 2017-01-19 | 1 | -94/+0 |
* | serial: sh-sci: Fix register offsets for the IRDA serial port | Laurent Pinchart | 2017-01-19 | 1 | -9/+8 |
* | serial: sh-sci: Don't rely on platform data flags when not needed | Laurent Pinchart | 2017-01-19 | 1 | -4/+3 |
* | serial: sh-sci: Set the SCSCR TE and RE bits in the driver | Laurent Pinchart | 2017-01-19 | 1 | -6/+7 |
* | tty: serial: sh-sci: set error code when kasprintf fails | Pan Bian | 2017-01-12 | 1 | -1/+3 |
* | serial: sh-sci: Fix deadlock caused by serial output request | Takatoshi Akiyama | 2016-11-10 | 1 | -15/+5 |
* | tty: serial: constify uart_ops structures | Julia Lawall | 2016-09-02 | 1 | -1/+1 |
* | serial: sh-sci: Stop transfers in sci_shutdown() | Geert Uytterhoeven | 2016-06-26 | 1 | -0/+4 |
* | serial: sh-sci: Clear (H)SCIF timeout and overrun during reset | Geert Uytterhoeven | 2016-06-25 | 1 | -0/+5 |
* | serial: sh-sci: Clear RX, error, and break flags during reset | Geert Uytterhoeven | 2016-06-25 | 1 | -0/+4 |
* | serial: sh-sci: Do not start transfers from sci_startup() | Geert Uytterhoeven | 2016-06-25 | 1 | -6/+0 |
* | serial: sh-sci: Add DT support for dedicated RTS/CTS | Geert Uytterhoeven | 2016-06-25 | 1 | -0/+3 |
* | serial: sh-sci: Fix support for hardware-assisted RTS/CTS | Geert Uytterhoeven | 2016-06-25 | 1 | -7/+83 |
* | serial: sh-sci: Add pin initialization for SCIFA/SCIFB | Geert Uytterhoeven | 2016-06-25 | 1 | -1/+15 |
* | serial: sh-sci: Correct pin initialization on (H)SCIF | Geert Uytterhoeven | 2016-06-25 | 1 | -15/+8 |
* | serial: sh-sci: Do not open-code sci_getreg() | Geert Uytterhoeven | 2016-06-25 | 1 | -5/+2 |
* | serial: sh-sci: Add support for GPIO-controlled modem lines | Geert Uytterhoeven | 2016-06-25 | 1 | -1/+45 |
* | serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback | Geert Uytterhoeven | 2016-06-25 | 1 | -2/+2 |
* | serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE() | Geert Uytterhoeven | 2016-03-07 | 1 | -5/+0 |