index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sc16is7xx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: sc16is7xx: convert bitmask definitions to use BIT() macro
Lech Perczak
2024-09-03
1
-85
/
+91
*
serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constants
Lech Perczak
2024-09-03
1
-7
/
+7
*
serial: sc16is7xx: remove SC16IS7XX_MSR_DELTA_MASK
Lech Perczak
2024-09-03
1
-1
/
+0
*
serial: sc16is7xx: fix invalid FIFO access with special register set
Hugo Villeneuve
2024-07-31
1
-0
/
+4
*
serial: sc16is7xx: fix TX fifo corruption
Hugo Villeneuve
2024-07-31
1
-10
/
+11
*
serial: sc16is7xx: hardware reset chip if reset-gpios is defined in DT
Hui Wang
2024-06-24
1
-3
/
+28
*
Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-24
1
-5
/
+18
|
\
|
*
serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
Hugo Villeneuve
2024-05-04
1
-5
/
+18
*
|
serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)
Hugo Villeneuve
2024-04-11
1
-1
/
+1
*
|
serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)
Hugo Villeneuve
2024-04-11
1
-11
/
+21
*
|
serial: sc16is7xx: split into core and I2C/SPI parts (core)
Hugo Villeneuve
2024-04-11
1
-189
/
+36
*
|
serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove()
Hugo Villeneuve
2024-04-11
1
-2
/
+2
*
|
serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
Hugo Villeneuve
2024-04-11
1
-1
/
+1
*
|
tty: serial: sc16is7xx: convert to use maple tree register cache
wangkaiyuan
2024-04-09
1
-1
/
+1
*
|
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
1
-25
/
+15
|
/
*
serial: sc16is7xx: refactor EFR lock
Hugo Villeneuve
2024-01-04
1
-49
/
+57
*
serial: sc16is7xx: reorder code to remove prototype declarations
Hugo Villeneuve
2024-01-04
1
-39
/
+36
*
serial: sc16is7xx: refactor FIFO access functions to increase commonality
Hugo Villeneuve
2024-01-04
1
-8
/
+6
*
serial: sc16is7xx: drop unneeded MODULE_ALIAS
Hugo Villeneuve
2024-01-04
1
-2
/
+0
*
serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
Hugo Villeneuve
2024-01-04
1
-1
/
+1
*
serial: sc16is7xx: add explicit return for some switch default cases
Hugo Villeneuve
2024-01-04
1
-6
/
+2
*
serial: sc16is7xx: add macro for max number of UART ports
Hugo Villeneuve
2024-01-04
1
-4
/
+5
*
serial: sc16is7xx: add driver name to struct uart_driver
Hugo Villeneuve
2024-01-04
1
-0
/
+1
*
serial: sc16is7xx: use i2c_get_match_data()
Hugo Villeneuve
2024-01-04
1
-8
/
+3
*
serial: sc16is7xx: use spi_get_device_match_data()
Hugo Villeneuve
2024-01-04
1
-9
/
+3
*
serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfield
Hugo Villeneuve
2024-01-04
1
-5
/
+5
*
serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
Hugo Villeneuve
2024-01-04
1
-5
/
+6
*
serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
Hugo Villeneuve
2024-01-04
1
-44
/
+41
*
serial: sc16is7xx: set safe default SPI clock frequency
Hugo Villeneuve
2024-01-04
1
-1
/
+2
*
serial: sc16is7xx: add check for unsupported SPI modes during probe
Hugo Villeneuve
2024-01-04
1
-1
/
+4
*
serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
Hugo Villeneuve
2024-01-04
1
-26
/
+18
*
serial: sc16is7xx: fix unconditional activation of THRI interrupt
Hugo Villeneuve
2023-12-15
1
-5
/
+2
*
serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
Hugo Villeneuve
2023-12-15
1
-6
/
+11
*
serial: sc16is7xx: change EFR lock to operate on each channels
Hugo Villeneuve
2023-12-15
1
-23
/
+26
*
serial: sc16is7xx: remove unused line structure member
Hugo Villeneuve
2023-12-15
1
-2
/
+0
*
serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
Hugo Villeneuve
2023-12-15
1
-6
/
+9
*
serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
Hugo Villeneuve
2023-12-15
1
-6
/
+8
*
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
2023-12-11
1
-0
/
+12
|
\
|
*
serial: sc16is7xx: address RX timeout interrupt errata
Daniel Mack
2023-11-23
1
-0
/
+12
*
|
serial: sc16is7xx: change confusing comment about Tx FIFO
Hugo Villeneuve
2023-11-25
1
-1
/
+1
*
|
serial: sc16is7xx: improve regmap debugfs by using one regmap per port
Hugo Villeneuve
2023-11-23
1
-62
/
+81
|
/
*
serial: sc16is7xx: use device_property APIs when configuring irda mode
Hugo Villeneuve
2023-10-03
1
-10
/
+24
*
serial: sc16is7xx: Use port lock wrappers
Thomas Gleixner
2023-09-18
1
-20
/
+20
*
serial: sc16is7xx: improve comments about variants
Hugo Villeneuve
2023-09-18
1
-4
/
+4
*
serial: sc16is7xx: remove unused to_sc16is7xx_port macro
Hugo Villeneuve
2023-09-18
1
-1
/
+0
*
serial: sc16is7xx: add missing support for rs485 devicetree properties
Hugo Villeneuve
2023-08-22
1
-0
/
+4
*
serial: sc16is7xx: fix bug when first setting GPIO direction
Hugo Villeneuve
2023-08-22
1
-1
/
+10
*
serial: sc16is7xx: fix regression with GPIO configuration
Hugo Villeneuve
2023-08-22
1
-35
/
+108
*
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
2023-08-22
1
-3
/
+1
*
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
2023-08-22
1
-0
/
+6
[next]