summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sc16is7xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-1/+1
|\
| * serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
* serial: sc16is7xx: Remove serial_rs485 assignmentIlpo Järvinen2022-06-101-1/+0
* serial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+7
* Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-4/+2
|\
| * Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang2022-04-221-4/+2