summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sc16is7xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | serial: sc16is7xx: remove redundant check in rs485_configLino Sanfilippo2022-04-151-10/+0
|/
* Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-281-32/+231
|\
| * serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang2022-03-181-2/+4
| * sc16is7xx: Set AUTOCTS and AUTORTS bitsTomasz Moń2022-03-011-1/+30
| * sc16is7xx: Handle modem status linesTomasz Moń2022-03-011-6/+114
| * sc16is7xx: Properly resume TX after stopTomasz Moń2022-03-011-6/+41
| * Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman2022-02-281-0/+3
| |\
| * | sc16is7xx: Separate GPIOs from modem control linesLech Perczak2022-02-251-4/+10
| * | sc16is7xx: Update status lines in single callLech Perczak2022-02-251-10/+15
| * | sc16is7xx: Preserve EFR bits on updateLech Perczak2022-02-251-5/+19
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-3/+1
|\ \ \ | |_|/ |/| |
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
| |/
* / sc16is7xx: Fix for incorrect data being transmittedPhil Elwell2022-02-211-0/+3
|/
* serial: sc16is7xx: Make sc16is7xx_remove() return voidUwe Kleine-König2021-10-131-5/+7
* serial: sc16is7xx: Use devm_clk_get_optional()Andy Shevchenko2021-05-201-13/+13
* sc16is7xx: Defer probe if device read failsAnnaliese McDermond2021-04-051-1/+1
* sc16is7xx: Set iobase to device indexDaniel Mack2020-09-041-0/+1
* sched,serial: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
* sc16is7xx: Add flag to activate IrDA modePascal Huerst2020-05-291-0/+20
* sc16is7xx: Read the LSR register for basic device presence checkDaniel Mack2020-05-221-0/+11
* sc16is7xx: Allow sharing the IRQ lineDaniel Mack2020-05-221-1/+13
* sc16is7xx: Use threaded IRQDaniel Mack2020-05-221-13/+5
* sc16is7xx: Always use falling edge IRQDaniel Mack2020-05-221-8/+4
* serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
* Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-211-1/+3
|\
| * sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang2019-04-191-2/+2
| * sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang2019-04-161-0/+2
* | Merge 5.1-rc3 into tty-nextGreg Kroah-Hartman2019-04-011-2/+10
|\|
| * sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan2019-03-191-2/+10
* | serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko2019-03-281-3/+2
* | serial: sc16is7xx: Switch to use device_get_match_data()Andy Shevchenko2019-03-281-13/+5
* | serial: sc16is7xx: Respect clock-frequency propertyAndy Shevchenko2019-03-281-1/+10
|/
* sc16is7xx: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-081-3/+1
* sc16is7xx: Fix for "Unexpected interrupt: 8"Phil Elwell2018-09-181-0/+28
* sc16is7xx: Fix for multi-channel stallPhil Elwell2018-09-181-6/+13