summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sc16is7xx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-241-5/+18
|\
| * serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve2024-05-041-5/+18
* | serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)Hugo Villeneuve2024-04-111-1/+1
* | serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)Hugo Villeneuve2024-04-111-11/+21
* | serial: sc16is7xx: split into core and I2C/SPI parts (core)Hugo Villeneuve2024-04-111-189/+36
* | serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove()Hugo Villeneuve2024-04-111-2/+2
* | serial: sc16is7xx: add proper sched.h include for sched_set_fifo()Hugo Villeneuve2024-04-111-1/+1
* | tty: serial: sc16is7xx: convert to use maple tree register cachewangkaiyuan2024-04-091-1/+1
* | tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)2024-04-091-25/+15
|/
* serial: sc16is7xx: refactor EFR lockHugo Villeneuve2024-01-041-49/+57
* serial: sc16is7xx: reorder code to remove prototype declarationsHugo Villeneuve2024-01-041-39/+36
* serial: sc16is7xx: refactor FIFO access functions to increase commonalityHugo Villeneuve2024-01-041-8/+6
* serial: sc16is7xx: drop unneeded MODULE_ALIASHugo Villeneuve2024-01-041-2/+0
* serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve2024-01-041-1/+1
* serial: sc16is7xx: add explicit return for some switch default casesHugo Villeneuve2024-01-041-6/+2
* serial: sc16is7xx: add macro for max number of UART portsHugo Villeneuve2024-01-041-4/+5
* serial: sc16is7xx: add driver name to struct uart_driverHugo Villeneuve2024-01-041-0/+1
* serial: sc16is7xx: use i2c_get_match_data()Hugo Villeneuve2024-01-041-8/+3
* serial: sc16is7xx: use spi_get_device_match_data()Hugo Villeneuve2024-01-041-9/+3
* serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfieldHugo Villeneuve2024-01-041-5/+5
* serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve2024-01-041-5/+6
* serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve2024-01-041-44/+41
* serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve2024-01-041-1/+2
* serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve2024-01-041-1/+4
* serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve2024-01-041-26/+18
* serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve2023-12-151-5/+2
* serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve2023-12-151-6/+11
* serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve2023-12-151-23/+26
* serial: sc16is7xx: remove unused line structure memberHugo Villeneuve2023-12-151-2/+0
* serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve2023-12-151-6/+9
* serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve2023-12-151-6/+8
* Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-111-0/+12
|\
| * serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack2023-11-231-0/+12
* | serial: sc16is7xx: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1
* | serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve2023-11-231-62/+81
|/
* serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve2023-10-031-10/+24
* serial: sc16is7xx: Use port lock wrappersThomas Gleixner2023-09-181-20/+20
* serial: sc16is7xx: improve comments about variantsHugo Villeneuve2023-09-181-4/+4
* serial: sc16is7xx: remove unused to_sc16is7xx_port macroHugo Villeneuve2023-09-181-1/+0
* serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve2023-08-221-0/+4
* serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve2023-08-221-1/+10
* serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve2023-08-221-35/+108
* serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve2023-08-221-3/+1
* serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve2023-08-221-0/+6
* serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang2023-07-301-0/+1
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+2
* serial: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-301-1/+1
* serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+3
* serial: sc16is7xx: setup GPIO controller later in probeIsaac True2023-01-191-25/+26
* serial: sc16is7xx: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-4/+1