index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sc16is7xx.c
Age
Commit message (
Expand
)
Author
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
2024-01-04
serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: set safe default SPI clock frequency
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: add check for unsupported SPI modes during probe
Hugo Villeneuve
2024-01-04
serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
Hugo Villeneuve
2023-12-15
serial: sc16is7xx: fix unconditional activation of THRI interrupt
Hugo Villeneuve
2023-12-15
serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
Hugo Villeneuve
2023-12-15
serial: sc16is7xx: change EFR lock to operate on each channels
Hugo Villeneuve
2023-12-15
serial: sc16is7xx: remove unused line structure member
Hugo Villeneuve
2023-12-15
serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
Hugo Villeneuve
2023-12-15
serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
Hugo Villeneuve
2023-12-11
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
2023-11-25
serial: sc16is7xx: change confusing comment about Tx FIFO
Hugo Villeneuve
2023-11-23
serial: sc16is7xx: address RX timeout interrupt errata
Daniel Mack
2023-11-23
serial: sc16is7xx: improve regmap debugfs by using one regmap per port
Hugo Villeneuve
2023-10-03
serial: sc16is7xx: use device_property APIs when configuring irda mode
Hugo Villeneuve
2023-09-18
serial: sc16is7xx: Use port lock wrappers
Thomas Gleixner
2023-09-18
serial: sc16is7xx: improve comments about variants
Hugo Villeneuve
2023-09-18
serial: sc16is7xx: remove unused to_sc16is7xx_port macro
Hugo Villeneuve
2023-08-22
serial: sc16is7xx: add missing support for rs485 devicetree properties
Hugo Villeneuve
2023-08-22
serial: sc16is7xx: fix bug when first setting GPIO direction
Hugo Villeneuve
2023-08-22
serial: sc16is7xx: fix regression with GPIO configuration
Hugo Villeneuve
2023-08-22
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
2023-08-22
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
2023-07-30
serial: sc16is7xx: Put IOControl register into regmap_volatile
Hui Wang
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-05-30
serial: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-03-09
serial: sc16is7xx: Convert to i2c's .probe_new()
Uwe Kleine-König
2023-01-19
serial: sc16is7xx: setup GPIO controller later in probe
Isaac True
2022-11-03
serial: sc16is7xx: Use uart_xmit_advance()
Ilpo Järvinen
2022-10-07
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-10
serial: sc16is7xx: Remove serial_rs485 assignment
Ilpo Järvinen
2022-06-10
serial: sc16is7xx: Fill in rs485_supported
Ilpo Järvinen
2022-05-02
Merge 5.18-rc5 into tty-next
Greg Kroah-Hartman
2022-04-22
Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"
Hui Wang
[next]