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