summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sc16is7xx.c
AgeCommit message (Expand)Author
2024-01-04serial: sc16is7xx: refactor EFR lockHugo Villeneuve
2024-01-04serial: sc16is7xx: reorder code to remove prototype declarationsHugo Villeneuve
2024-01-04serial: sc16is7xx: refactor FIFO access functions to increase commonalityHugo Villeneuve
2024-01-04serial: sc16is7xx: drop unneeded MODULE_ALIASHugo Villeneuve
2024-01-04serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve
2024-01-04serial: sc16is7xx: add explicit return for some switch default casesHugo Villeneuve
2024-01-04serial: sc16is7xx: add macro for max number of UART portsHugo Villeneuve
2024-01-04serial: sc16is7xx: add driver name to struct uart_driverHugo Villeneuve
2024-01-04serial: sc16is7xx: use i2c_get_match_data()Hugo Villeneuve
2024-01-04serial: sc16is7xx: use spi_get_device_match_data()Hugo Villeneuve
2024-01-04serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfieldHugo Villeneuve
2024-01-04serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve
2024-01-04serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve
2024-01-04serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve
2024-01-04serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve
2024-01-04serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve
2023-12-15serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve
2023-12-15serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve
2023-12-15serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve
2023-12-15serial: sc16is7xx: remove unused line structure memberHugo Villeneuve
2023-12-15serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve
2023-12-15serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman
2023-11-25serial: sc16is7xx: change confusing comment about Tx FIFOHugo Villeneuve
2023-11-23serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack
2023-11-23serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve
2023-10-03serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve
2023-09-18serial: sc16is7xx: Use port lock wrappersThomas Gleixner
2023-09-18serial: sc16is7xx: improve comments about variantsHugo Villeneuve
2023-09-18serial: sc16is7xx: remove unused to_sc16is7xx_port macroHugo Villeneuve
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve
2023-08-22serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve
2023-07-30serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-05-30serial: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-09serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-19serial: sc16is7xx: setup GPIO controller later in probeIsaac True
2022-11-03serial: sc16is7xx: Use uart_xmit_advance()Ilpo Järvinen
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: sc16is7xx: Remove serial_rs485 assignmentIlpo Järvinen
2022-06-10serial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-04-22Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang