index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sc16is7xx.c
Age
Commit message (
Expand
)
Author
2025-10-28
serial: sc16is7xx: add comments for lock requirements
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: reformat comments to improve readability
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: change conditional operator indentation
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: use KBUILD_MODNAME
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameter
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: move port/channel init to separate function
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatile
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: drop -ENOMEM error message
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: use guards for simple mutex locks
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: remove unnecessary pointer cast
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: define common register access function
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: rename EFR mutex with generic name
Hugo Villeneuve
2025-10-28
serial: sc16is7xx: rename LCR macros to better reflect usage
Hugo Villeneuve
2025-10-22
serial: sc16is7xx: remove useless enable of enhanced features
Hugo Villeneuve
2025-09-15
Merge 6.17-rc6 into tty-next
Greg Kroah-Hartman
2025-09-06
serial: sc16is7xx: drop redundant conversion to bool
Xichao Zhao
2025-08-14
serial: sc16is7xx: fix bug in flow control levels init
Hugo Villeneuve
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-04-11
serial: sc16is7xx: use new GPIO line value setter callbacks
Bartosz Golaszewski
2025-02-04
serial: sc16is7xx: Fix IRQ number check behavior
Andre Werner
2025-01-10
serial: sc16is7xx: Add polling mode if no IRQ pin is available
Andre Werner
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
2024-10-11
serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SEND
Hugo Villeneuve
2024-09-03
serial: sc16is7xx: convert bitmask definitions to use BIT() macro
Lech Perczak
2024-09-03
serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constants
Lech Perczak
2024-09-03
serial: sc16is7xx: remove SC16IS7XX_MSR_DELTA_MASK
Lech Perczak
2024-07-31
serial: sc16is7xx: fix invalid FIFO access with special register set
Hugo Villeneuve
2024-07-31
serial: sc16is7xx: fix TX fifo corruption
Hugo Villeneuve
2024-06-24
serial: sc16is7xx: hardware reset chip if reset-gpios is defined in DT
Hui Wang
2024-05-24
Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-04
serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
Hugo Villeneuve
2024-04-11
serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)
Hugo Villeneuve
2024-04-11
serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)
Hugo Villeneuve
2024-04-11
serial: sc16is7xx: split into core and I2C/SPI parts (core)
Hugo Villeneuve
2024-04-11
serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove()
Hugo Villeneuve
2024-04-11
serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
Hugo Villeneuve
2024-04-09
tty: serial: sc16is7xx: convert to use maple tree register cache
wangkaiyuan
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-01-04
serial: sc16is7xx: refactor EFR lock
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: reorder code to remove prototype declarations
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: refactor FIFO access functions to increase commonality
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: drop unneeded MODULE_ALIAS
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: add explicit return for some switch default cases
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: add macro for max number of UART ports
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: add driver name to struct uart_driver
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: use i2c_get_match_data()
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: use spi_get_device_match_data()
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfield
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
Hugo Villeneuve
[next]