| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-26 | serial: sh-sci: Fix deadlock during RSCI FIFO overrun error | Biju Das | 1 | -2/+10 |
| 2025-10-28 | serial: sh-sci: Merge sh-sci.h into sh-sci.c | Lad Prabhakar | 1 | -1/+175 |
| 2025-10-28 | serial: sh-sci: Sort include files alphabetically | Lad Prabhakar | 1 | -5/+5 |
| 2025-10-22 | tty: serial: sh-sci: fix RSCI FIFO overrun handling | Cosmin Tanislav | 1 | -6/+8 |
| 2025-07-16 | serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS() | Geert Uytterhoeven | 1 | -4/+4 |
| 2025-07-09 | serial: sh-sci: Add support for RZ/T2H SCI | Thierry Bultel | 1 | -10/+43 |
| 2025-07-09 | serial: sh-sci: Use private port ID | Thierry Bultel | 1 | -71/+90 |
| 2025-07-09 | serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu... | Lad Prabhakar | 1 | -2/+2 |
| 2025-07-09 | serial: sh-sci: Add R-Car Gen5 support | Kuninori Morimoto | 1 | -0/+3 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-04-11 | serial: sh-sci: Introduced sci_of_data | Thierry Bultel | 1 | -42/+122 |
| 2025-04-11 | serial: sh-sci: Introduced function pointers | Thierry Bultel | 1 | -236/+248 |
| 2025-04-11 | serial: sh-sci: Fix a comment about SCIFA | Thierry Bultel | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-20 | serial: sh-sci: Save and restore more registers | Geert Uytterhoeven | 1 | -0/+25 |
| 2025-02-20 | serial: sh-sci: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
| 2025-02-19 | serial: mctrl_gpio: split disable_ms into sync and no_sync APIs | Alexis Lothoré | 1 | -1/+1 |
| 2025-02-14 | serial: sh-sci: Update the suspend/resume support | Claudiu Beznea | 1 | -2/+69 |
| 2025-01-17 | serial: sh-sci: Increment the runtime usage counter for the earlycon device | Claudiu Beznea | 1 | -0/+16 |
| 2025-01-17 | serial: sh-sci: Clean sci_ports[0] after at earlycon exit | Claudiu Beznea | 1 | -2/+30 |
| 2025-01-17 | serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in... | Claudiu Beznea | 1 | -0/+23 |
| 2025-01-17 | serial: sh-sci: Move runtime PM enable to sci_probe_single() | Claudiu Beznea | 1 | -18/+6 |
| 2025-01-17 | serial: sh-sci: Drop __initdata macro for port_cfg | Claudiu Beznea | 1 | -1/+1 |
| 2024-12-16 | Merge 6.13-rc3 into tty-next | Greg Kroah-Hartman | 1 | -0/+29 |
| 2024-12-04 | serial: sh-sci: Check if TX data was written to device in .tx_empty() | Claudiu Beznea | 1 | -0/+29 |
| 2024-12-04 | serial: sh-sci: Use plain struct copy in early_console_setup() | Geert Uytterhoeven | 1 | -1/+1 |
| 2024-11-30 | Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit" | Greg Kroah-Hartman | 1 | -28/+0 |
| 2024-11-07 | serial: sh-sci: Clean sci_ports[0] after at earlycon exit | Claudiu Beznea | 1 | -0/+28 |
| 2024-10-11 | serial: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-06-24 | serial: sh-sci: Add support for RZ/V2H(P) SoC | Lad Prabhakar | 1 | -5/+50 |
| 2024-05-10 | serial: sh-sci: simplify locking when re-issuing RXDMA fails | Wolfram Sang | 1 | -3/+1 |
| 2024-05-10 | serial: sh-sci: let timeout timer only run when DMA is scheduled | Wolfram Sang | 1 | -2/+5 |
| 2024-05-10 | serial: sh-sci: describe locking requirements for invalidating RXDMA | Wolfram Sang | 1 | -0/+1 |
| 2024-05-10 | serial: sh-sci: protect invalidating RXDMA on shutdown | Wolfram Sang | 1 | -0/+5 |
| 2024-04-09 | tty: serial: switch from circ_buf to kfifo | Jiri Slaby (SUSE) | 1 | -26/+25 |
| 2024-03-05 | serial: sh-sci: Call sci_serial_{in,out}() directly | Geert Uytterhoeven | 1 | -126/+119 |
| 2023-11-23 | serial: sh-sci: convert not to use dma_request_slave_channel() | Christophe JAILLET | 1 | -4/+3 |
| 2023-11-23 | serial: sh-sci: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-09-18 | serial: sh-sci: Use port lock wrappers | Thomas Gleixner | 1 | -34/+34 |
| 2023-07-31 | Merge 6.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-07-25 | tty: serial: sh-sci: Fix sleeping in atomic context | Biju Das | 1 | -1/+1 |
| 2023-07-25 | tty: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2023-04-20 | tty: serial: sh-sci: Fix end of transmission on SCI | Biju Das | 1 | -0/+5 |
| 2023-04-20 | tty: serial: sh-sci: Add support for tx end interrupt handling | Biju Das | 1 | -3/+28 |
| 2023-04-20 | tty: serial: sh-sci: Fix TE setting on SCI IP | Biju Das | 1 | -2/+17 |
| 2023-04-20 | tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx support | Biju Das | 1 | -7/+19 |
| 2023-04-20 | tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support | Biju Das | 1 | -2/+13 |
| 2023-04-10 | Merge 6.3-rc6 into tty-next | Greg Kroah-Hartman | 1 | -1/+9 |
| 2023-03-29 | tty: serial: sh-sci: Fix Rx on RZ/G2L SCI | Biju Das | 1 | -1/+1 |
| 2023-03-29 | tty: serial: sh-sci: Fix transmit end interrupt handler | Biju Das | 1 | -0/+8 |
| 2023-03-29 | tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ... | Biju Das | 1 | -9/+6 |
| 2023-03-16 | serial: sh-sci: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-16 | serial: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
| 2022-12-16 | Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+1 |
| 2022-12-02 | tty: serial: sh-sci: use setup() callback for early console | John Ogness | 1 | -4/+16 |
| 2022-11-03 | serial: sh-sci: Use uart_xmit_advance() | Ilpo Järvinen | 1 | -4/+1 |
| 2022-08-30 | serial: sh-sci: tail is already on valid range | Ilpo Järvinen | 1 | -1/+1 |
| 2022-08-30 | serial: sh-sci: CIRC_CNT_TO_END() is enough | Ilpo Järvinen | 1 | -3/+1 |
| 2022-08-30 | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+1 |
| 2022-05-19 | serial: sh-sci: Don't allow CS5-6 | Ilpo Järvinen | 1 | -1/+5 |
| 2022-03-03 | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby | 1 | -1/+1 |
| 2022-02-21 | serial: sh-sci: Simplify multiplication/shift logic | Geert Uytterhoeven | 1 | -1/+1 |
| 2021-12-20 | serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts | Magnus Damm | 1 | -12/+0 |
| 2021-12-17 | serial: sh-sci: Use devm_clk_get_optional() | Geert Uytterhoeven | 1 | -8/+7 |
| 2021-12-17 | serial: sh-sci: Use dev_err_probe() | Geert Uytterhoeven | 1 | -7/+4 |
| 2021-12-17 | serial: sh-sci: Drop support for "sci_ick" clock | Geert Uytterhoeven | 1 | -11/+0 |
| 2021-12-17 | tty: serial: sh-sci: Add support for R-Car Gen4 | Yoshihiro Shimoda | 1 | -0/+3 |
| 2021-11-25 | serial: sh-sci: Add support to deassert/assert reset line | Lad Prabhakar | 1 | -7/+32 |
| 2021-08-16 | serial: sh-sci: fix break handling for sysrq | Ulrich Hecht | 1 | -1/+6 |
| 2021-06-15 | tty: make use of tty_get_{char,frame}_size | Jiri Slaby | 1 | -19/+1 |
| 2021-06-15 | serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() | Yoshihiro Shimoda | 1 | -0/+8 |
| 2021-06-09 | serial: sh-sci: Remove unused STEPFN() macro | Geert Uytterhoeven | 1 | -3/+0 |
| 2021-06-04 | serial: sh-sci: Add support for RZ/G2L SoC | Biju Das | 1 | -1/+11 |
| 2021-05-13 | serial: sh-sci: Fix off-by-one error in FIFO threshold register setting | Geert Uytterhoeven | 1 | -2/+2 |
| 2021-04-15 | serial: sh-sci: remove obsolete latency workaround | Ulrich Hecht | 1 | -12/+1 |
| 2021-03-23 | drivers: tty: serial: sh-sci: fix spelling typo of 'wheter' | Wang Qing | 1 | -1/+1 |
| 2020-07-21 | Revert "serial: sh-sci: Initialize spinlock for uart console" | Andy Shevchenko | 1 | -3/+0 |
| 2020-07-03 | serial: sh-sci: Initialize spinlock for uart console | Lad Prabhakar | 1 | -0/+3 |
| 2020-04-16 | serial: sh-sci: Make sure status register SCxSR is read in correct sequence | Kazuhiro Fujita | 1 | -3/+10 |
| 2020-01-29 | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -8/+2 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
| 2019-12-18 | tty/serial: Migrate sh-sci to use has_sysrq | Dmitry Safonov | 1 | -8/+2 |
| 2019-10-27 | Merge 5.4-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+6 |
| 2019-10-07 | sh: add the sh_ prefix to early platform symbols | Bartosz Golaszewski | 1 | -2/+2 |
| 2019-10-07 | drivers: move the early platform device support to arch/sh | Bartosz Golaszewski | 1 | -1/+6 |
| 2019-10-04 | serial: sh-sci: Use platform_get_irq_optional() for optional interrupts | Geert Uytterhoeven | 1 | -2/+6 |
| 2019-09-04 | serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning error | Geert Uytterhoeven | 1 | -7/+5 |
| 2019-09-04 | serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS | Frieder Schrempf | 1 | -1/+1 |
| 2019-09-04 | serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_trigger | Geert Uytterhoeven | 1 | -8/+6 |
| 2019-09-04 | serial: sh-sci: use driver core functions, not sysfs ones. | Greg Kroah-Hartman | 1 | -14/+8 |
| 2019-07-03 | serial: sh-sci: Terminate TX DMA during buffer flushing | Geert Uytterhoeven | 1 | -2/+9 |
| 2019-07-03 | serial: sh-sci: Fix TX DMA buffer flushing and workqueue races | Geert Uytterhoeven | 1 | -7/+15 |
| 2019-05-21 | serial: sh-sci: disable DMA for uart_console | George G. Davis | 1 | -0/+7 |
| 2019-04-16 | serial: sh-sci: Fix HSCIF RX sampling point adjustment | Geert Uytterhoeven | 1 | -1/+1 |
| 2019-04-16 | serial: sh-sci: Fix HSCIF RX sampling point calculation | Geert Uytterhoeven | 1 | -1/+3 |
| 2019-03-19 | serial: sh-sci: Fix setting SCSCR_TIE while transferring data | Hoan Nguyen An | 1 | -11/+1 |
| 2019-02-11 | Merge 5.0-rc6 into tty-next | Greg Kroah-Hartman | 1 | -1/+8 |
| 2019-01-30 | serial: sh-sci: Do not free irqs that have already been freed | Chris Brandt | 1 | -1/+8 |
| 2019-01-08 | serial: sh-sci: Make RX/TX DMA function names consistent | Geert Uytterhoeven | 1 | -12/+12 |
| 2019-01-08 | serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete() | Geert Uytterhoeven | 1 | -2/+3 |
| 2019-01-08 | serial: sh-sci: Extract sci_dma_rx_reenable_irq() | Geert Uytterhoeven | 1 | -8/+15 |
| 2019-01-08 | serial: sh-sci: Extract sci_dma_rx_chan_invalidate() | Geert Uytterhoeven | 1 | -6/+13 |
| 2018-12-17 | serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failure | Geert Uytterhoeven | 1 | -3/+8 |
| 2018-12-17 | serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallback | Geert Uytterhoeven | 1 | -1/+1 |
| 2018-12-17 | serial: sh-sci: Fix locking in sci_submit_rx() | Geert Uytterhoeven | 1 | -7/+9 |
| 2018-11-11 | Merge 4.20-rc2 into tty-next | Greg Kroah-Hartman | 1 | -4/+4 |
| 2018-11-10 | Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+4 |
| 2018-11-09 | serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout | Yoshihiro Shimoda | 1 | -2/+2 |
| 2018-11-09 | serial: sh-sci: Improve type-safety calling sci_receive_chars() | Geert Uytterhoeven | 1 | -2/+2 |
| 2018-10-15 | serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA | Geert Uytterhoeven | 1 | -2/+2 |
| 2018-10-15 | serial: sh-sci: do not warn if DMA transfers are not supported | Ulrich Hecht | 1 | -1/+1 |
| 2018-10-02 | Revert "serial: sh-sci: Allow for compressed SCIF address" | Geert Uytterhoeven | 1 | -15/+10 |
| 2018-10-02 | Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE" | Geert Uytterhoeven | 1 | -0/+31 |
| 2018-09-18 | serial: sh-sci: Add earlycon for R7S9210 | Chris Brandt | 1 | -0/+7 |
| 2018-09-18 | Revert "serial: sh-sci: Allow for compressed SCIF address" | Geert Uytterhoeven | 1 | -15/+10 |
| 2018-09-18 | Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE" | Geert Uytterhoeven | 1 | -0/+31 |
| 2018-08-02 | serial: sh-sci: Improve support for separate TEI and DRI interrupts | Chris Brandt | 1 | -51/+40 |
| 2018-08-02 | serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE | Chris Brandt | 1 | -31/+0 |
| 2018-08-02 | serial: sh-sci: Allow for compressed SCIF address | Chris Brandt | 1 | -10/+15 |
| 2018-07-21 | serial: sh-sci: Drop superfluous assignment in sci_request_dma() | Geert Uytterhoeven | 1 | -1/+0 |
| 2018-07-21 | serial: sh-sci: Fix use-after-free on subsequent port startup | Geert Uytterhoeven | 1 | -0/+1 |
| 2018-07-16 | serial: sh-sci: Add support for R7S9210 | Chris Brandt | 1 | -2/+75 |
| 2018-07-06 | serial: sh-sci: Stop using deprecated dmaengine_terminate_all() | Geert Uytterhoeven | 1 | -4/+4 |
| 2018-07-06 | serial: sh-sci: Stop TX DMA workqueue during port shutdown | Geert Uytterhoeven | 1 | -2/+2 |
| 2018-07-06 | serial: sh-sci: Postpone DMA release when falling back to PIO | Geert Uytterhoeven | 1 | -42/+41 |
| 2018-07-06 | serial: sh-sci: Stop RX FIFO timer during port shutdown | Geert Uytterhoeven | 1 | -0/+2 |
| 2018-06-06 | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2018-06-05 | serial: sh-sci: Stop using printk format %pCr | Geert Uytterhoeven | 1 | -2/+2 |
| 2018-05-14 | serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version | Daniel Wagner | 1 | -5/+3 |
| 2018-04-23 | serial: sh-sci: Support for HSCIF RX sampling point adjustment | Ulrich Hecht | 1 | -23/+42 |
| 2018-04-23 | serial: sh-sci: Add support for dynamic instances | Geert Uytterhoeven | 1 | -0/+8 |
| 2018-03-20 | Merge 4.16-rc6 into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2018-02-28 | serial: sh-sci: Fix out-of-bounds access through DT alias | Geert Uytterhoeven | 1 | -0/+4 |
| 2018-02-28 | serial: sh-sci: prevent lockup on full TTY buffers | Ulrich Hecht | 1 | -0/+2 |
| 2018-02-28 | serial: sh-sci: use hrtimer for receive timeout | Ulrich Hecht | 1 | -17/+30 |
| 2018-01-09 | treewide: Use DEVICE_ATTR_RW | Joe Perches | 1 | -1/+1 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -9/+7 |
| 2017-11-08 | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 1 | -4/+0 |
| 2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-04 | serial: sh-sci: Fix unlocked access to SCSCR register | Takatoshi Akiyama | 1 | -9/+16 |
| 2017-10-20 | serial: sh-sci: Fix init data attribute for struct 'port_cfg' | Matthias Kaehlcke | 1 | -1/+1 |
| 2017-10-20 | serial: sh-sci: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -6/+5 |
| 2017-10-04 | serial: sh-sci: suppress warning for ports without dma channels | Andy Lowe | 1 | -0/+8 |
| 2017-10-03 | serial: sh-sci: Support for variable HSCIF hardware RX timeout | Ulrich Hecht | 1 | -15/+37 |
| 2017-08-28 | serial: sh-sci: use of_property_read_bool() | Sergei Shtylyov | 1 | -2/+1 |
| 2017-07-17 | serial: sh-sci: Uninitialized variables in sysfs files | Dan Carpenter | 1 | -4/+8 |
| 2017-05-24 | serial: sh-sci: Update warning message in sci_request_dma_chan() | Geert Uytterhoeven | 1 | -2/+1 |
| 2017-05-18 | serial: sh-sci: Move uart_register_driver call to device probe | Sjoerd Simons | 1 | -11/+15 |
| 2017-05-18 | serial: sh-sci: Fix race condition causing garbage during shutdown | Geert Uytterhoeven | 1 | -2/+14 |
| 2017-03-31 | serial: sh-sci: Fix (AUTO)RTS in sci_init_pins() | Geert Uytterhoeven | 1 | -6/+19 |
| 2017-03-31 | serial: sh-sci: Fix late enablement of AUTORTS | Geert Uytterhoeven | 1 | -0/+4 |
| 2017-03-31 | serial: sh-sci: Fix hang in sci_reset() | Geert Uytterhoeven | 1 | -4/+0 |
| 2017-03-14 | serial: sh-sci: Fix panic when serial console and DMA are enabled | Takatoshi Akiyama | 1 | -4/+6 |
| 2017-02-10 | serial: sh-sci: fix hardware RX trigger level setting | Ulrich Hecht | 1 | -2/+9 |
| 2017-02-06 | serial: sh-sci: make RX FIFO parameters tunable via sysfs | Ulrich Hecht | 1 | -0/+87 |
| 2017-02-06 | serial: sh-sci: SCIFA/B RX FIFO software timeout | Ulrich Hecht | 1 | -33/+68 |
| 2017-02-06 | serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF | Ulrich Hecht | 1 | -1/+28 |
| 2017-02-03 | serial: sh-sci: implement FIFO threshold register setting | Ulrich Hecht | 1 | -0/+59 |
| 2017-02-03 | serial: sh-sci: add FIFO trigger bits | Ulrich Hecht | 1 | -0/+2 |
| 2017-01-27 | serial: sh-sci: Reformat sci_parse_dt() for git diff | Geert Uytterhoeven | 1 | -2/+2 |
| 2017-01-19 | serial: sh-sci: Compute the regshift value for SCI ports | Laurent Pinchart | 1 | -1/+7 |
| 2017-01-19 | serial: sh-sci: Remove unused platform data capabilities field | Laurent Pinchart | 1 | -4/+7 |
| 2017-01-19 | serial: sh-sci: Remove manual break debouncing | Laurent Pinchart | 1 | -117/+7 |
| 2017-01-19 | serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs | Laurent Pinchart | 1 | -17/+6 |
| 2017-01-19 | serial: sh-sci: Extend sci_port_params with more port parameters | Laurent Pinchart | 1 | -81/+100 |
| 2017-01-19 | serial: sh-sci: Constify platform data | Laurent Pinchart | 1 | -48/+49 |
| 2017-01-19 | serial: sh-sci: Replace regmap array with port parameters | Laurent Pinchart | 1 | -123/+155 |
| 2017-01-19 | serial: sh-sci: Remove initialization of zero fields in sci_port_params | Laurent Pinchart | 1 | -94/+0 |
| 2017-01-19 | serial: sh-sci: Fix register offsets for the IRDA serial port | Laurent Pinchart | 1 | -9/+8 |
| 2017-01-19 | serial: sh-sci: Don't rely on platform data flags when not needed | Laurent Pinchart | 1 | -4/+3 |
| 2017-01-19 | serial: sh-sci: Set the SCSCR TE and RE bits in the driver | Laurent Pinchart | 1 | -6/+7 |
| 2017-01-12 | tty: serial: sh-sci: set error code when kasprintf fails | Pan Bian | 1 | -1/+3 |
| 2016-11-10 | serial: sh-sci: Fix deadlock caused by serial output request | Takatoshi Akiyama | 1 | -15/+5 |
| 2016-09-02 | tty: serial: constify uart_ops structures | Julia Lawall | 1 | -1/+1 |
| 2016-06-26 | serial: sh-sci: Stop transfers in sci_shutdown() | Geert Uytterhoeven | 1 | -0/+4 |
| 2016-06-25 | serial: sh-sci: Clear (H)SCIF timeout and overrun during reset | Geert Uytterhoeven | 1 | -0/+5 |
| 2016-06-25 | serial: sh-sci: Clear RX, error, and break flags during reset | Geert Uytterhoeven | 1 | -0/+4 |
| 2016-06-25 | serial: sh-sci: Do not start transfers from sci_startup() | Geert Uytterhoeven | 1 | -6/+0 |
| 2016-06-25 | serial: sh-sci: Add DT support for dedicated RTS/CTS | Geert Uytterhoeven | 1 | -0/+3 |
| 2016-06-25 | serial: sh-sci: Fix support for hardware-assisted RTS/CTS | Geert Uytterhoeven | 1 | -7/+83 |
| 2016-06-25 | serial: sh-sci: Add pin initialization for SCIFA/SCIFB | Geert Uytterhoeven | 1 | -1/+15 |
| 2016-06-25 | serial: sh-sci: Correct pin initialization on (H)SCIF | Geert Uytterhoeven | 1 | -15/+8 |
| 2016-06-25 | serial: sh-sci: Do not open-code sci_getreg() | Geert Uytterhoeven | 1 | -5/+2 |
| 2016-06-25 | serial: sh-sci: Add support for GPIO-controlled modem lines | Geert Uytterhoeven | 1 | -1/+45 |
| 2016-06-25 | serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback | Geert Uytterhoeven | 1 | -2/+2 |
| 2016-03-07 | serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE() | Geert Uytterhoeven | 1 | -5/+0 |
| 2016-02-06 | serial: sh-sci: Add support for SCIFA/SCIFB variable sampling rates | Geert Uytterhoeven | 1 | -2/+27 |
| 2016-02-06 | serial: sh-sci: Use a bitmask to indicate supported sampling rates | Geert Uytterhoeven | 1 | -39/+27 |
| 2016-02-06 | serial: sh-sci: Use premultiplier to handle half sampling rate | Geert Uytterhoeven | 1 | -6/+10 |
| 2016-02-06 | serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial console | Geert Uytterhoeven | 1 | -1/+2 |
| 2016-02-06 | serial: sh-sci: Add more Serial Mode Register documentation | Geert Uytterhoeven | 1 | -1/+1 |
| 2016-02-06 | serial: sh-sci: Add CONFIG_SERIAL_EARLYCON support | Yoshinori Sato | 1 | -5/+72 |
| 2016-01-07 | serial: sh-sci: Remove cpufreq notifier to fix crash/deadlock | Geert Uytterhoeven | 1 | -42/+0 |
| 2016-01-07 | Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu... | Greg Kroah-Hartman | 1 | -152/+403 |
| 2015-12-17 | serial: sh-sci: Drop the sci_fck clock fallback | Laurent Pinchart | 1 | -5/+0 |
| 2015-12-17 | serial: sh-sci: Add support for optional BRG on (H)SCIF | Geert Uytterhoeven | 1 | -5/+80 |
| 2015-12-17 | serial: sh-sci: Add support for optional external (H)SCK input | Geert Uytterhoeven | 1 | -3/+66 |
| 2015-12-17 | serial: sh-sci: Prepare for multiple sampling clock sources | Geert Uytterhoeven | 1 | -60/+134 |
| 2015-12-17 | serial: sh-sci: Correct SCIF type on R-Car for BRG | Geert Uytterhoeven | 1 | -0/+11 |
| 2015-12-17 | serial: sh-sci: Correct SCIF type on RZ/A1H | Geert Uytterhoeven | 1 | -0/+6 |