index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-22
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
[next]