aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+4
2018-11-09serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda1-2/+2
2018-10-15serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven1-2/+2
2018-10-15serial: sh-sci: do not warn if DMA transfers are not supportedUlrich Hecht1-1/+1
2018-10-02Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven1-15/+10
2018-10-02Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven1-0/+31
2018-09-18serial: sh-sci: Add earlycon for R7S9210Chris Brandt1-0/+7
2018-09-18Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven1-15/+10
2018-09-18Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven1-0/+31
2018-08-02serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt1-51/+40
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt1-31/+0
2018-08-02serial: sh-sci: Allow for compressed SCIF addressChris Brandt1-10/+15
2018-07-21serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven1-1/+0
2018-07-21serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven1-0/+1
2018-07-16serial: sh-sci: Add support for R7S9210Chris Brandt1-2/+75
2018-07-06serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven1-4/+4
2018-07-06serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven1-2/+2
2018-07-06serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven1-42/+41
2018-07-06serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven1-0/+2
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2
2018-06-05serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-05-14serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner1-5/+3
2018-04-23serial: sh-sci: Support for HSCIF RX sampling point adjustmentUlrich Hecht1-23/+42
2018-04-23serial: sh-sci: Add support for dynamic instancesGeert Uytterhoeven1-0/+8
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman1-0/+2
2018-02-28serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-02-28serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-02-28serial: sh-sci: use hrtimer for receive timeoutUlrich Hecht1-17/+30
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