index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sc16is7xx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: sc16is7xx: add missing support for rs485 devicetree properties
Hugo Villeneuve
2023-08-22
1
-0
/
+4
*
serial: sc16is7xx: fix bug when first setting GPIO direction
Hugo Villeneuve
2023-08-22
1
-1
/
+10
*
serial: sc16is7xx: fix regression with GPIO configuration
Hugo Villeneuve
2023-08-22
1
-35
/
+108
*
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
2023-08-22
1
-3
/
+1
*
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
2023-08-22
1
-0
/
+6
*
serial: sc16is7xx: Put IOControl register into regmap_volatile
Hui Wang
2023-07-30
1
-0
/
+1
*
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-07-25
1
-1
/
+2
*
serial: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-30
1
-1
/
+1
*
serial: sc16is7xx: Convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+3
*
serial: sc16is7xx: setup GPIO controller later in probe
Isaac True
2023-01-19
1
-25
/
+26
*
serial: sc16is7xx: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-4
/
+1
*
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-10-08
1
-1
/
+1
|
\
|
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
|
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
|
/
*
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-07-08
1
-1
/
+1
*
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-27
1
-1
/
+1
*
serial: sc16is7xx: Remove serial_rs485 assignment
Ilpo Järvinen
2022-06-10
1
-1
/
+0
*
serial: sc16is7xx: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+7
*
Merge 5.18-rc5 into tty-next
Greg Kroah-Hartman
2022-05-02
1
-4
/
+2
|
\
|
*
Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"
Hui Wang
2022-04-22
1
-4
/
+2
*
|
serial: sc16is7xx: remove redundant check in rs485_config
Lino Sanfilippo
2022-04-15
1
-10
/
+0
|
/
*
Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-03-28
1
-32
/
+231
|
\
|
*
serial: sc16is7xx: Clear RS485 bits in the shutdown
Hui Wang
2022-03-18
1
-2
/
+4
|
*
sc16is7xx: Set AUTOCTS and AUTORTS bits
Tomasz Moń
2022-03-01
1
-1
/
+30
|
*
sc16is7xx: Handle modem status lines
Tomasz Moń
2022-03-01
1
-6
/
+114
|
*
sc16is7xx: Properly resume TX after stop
Tomasz Moń
2022-03-01
1
-6
/
+41
|
*
Merge 5.17-rc6 into tty-next
Greg Kroah-Hartman
2022-02-28
1
-0
/
+3
|
|
\
|
*
|
sc16is7xx: Separate GPIOs from modem control lines
Lech Perczak
2022-02-25
1
-4
/
+10
|
*
|
sc16is7xx: Update status lines in single call
Lech Perczak
2022-02-25
1
-10
/
+15
|
*
|
sc16is7xx: Preserve EFR bits on update
Lech Perczak
2022-02-25
1
-5
/
+19
*
|
|
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2022-03-22
1
-3
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-3
/
+1
|
|
/
*
/
sc16is7xx: Fix for incorrect data being transmitted
Phil Elwell
2022-02-21
1
-0
/
+3
|
/
*
serial: sc16is7xx: Make sc16is7xx_remove() return void
Uwe Kleine-König
2021-10-13
1
-5
/
+7
*
serial: sc16is7xx: Use devm_clk_get_optional()
Andy Shevchenko
2021-05-20
1
-13
/
+13
*
sc16is7xx: Defer probe if device read fails
Annaliese McDermond
2021-04-05
1
-1
/
+1
*
sc16is7xx: Set iobase to device index
Daniel Mack
2020-09-04
1
-0
/
+1
*
sched,serial: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-2
/
+1
*
sc16is7xx: Add flag to activate IrDA mode
Pascal Huerst
2020-05-29
1
-0
/
+20
*
sc16is7xx: Read the LSR register for basic device presence check
Daniel Mack
2020-05-22
1
-0
/
+11
*
sc16is7xx: Allow sharing the IRQ line
Daniel Mack
2020-05-22
1
-1
/
+13
*
sc16is7xx: Use threaded IRQ
Daniel Mack
2020-05-22
1
-13
/
+5
*
sc16is7xx: Always use falling edge IRQ
Daniel Mack
2020-05-22
1
-8
/
+4
*
serial: sc16is7xx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-13
1
-1
/
+1
*
Merge 5.1-rc6 into tty-next
Greg Kroah-Hartman
2019-04-21
1
-1
/
+3
|
\
|
*
sc16is7xx: put err_spi and err_i2c into correct #ifdef
Guoqing Jiang
2019-04-19
1
-2
/
+2
|
*
sc16is7xx: move label 'err_spi' to correct section
Guoqing Jiang
2019-04-16
1
-0
/
+2
*
|
Merge 5.1-rc3 into tty-next
Greg Kroah-Hartman
2019-04-01
1
-2
/
+10
|
\
|
|
*
sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
Mao Wenan
2019-03-19
1
-2
/
+10
*
|
serial: sc16is7xx: Drop of_match_ptr() use
Andy Shevchenko
2019-03-27
1
-3
/
+2
[next]