index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max310x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: max310x: convert to use maple tree register cache
wangkaiyuan
2024-04-09
1
-2
/
+2
*
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
1
-20
/
+15
*
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
2024-02-04
1
-10
/
+43
|
\
|
*
serial: max310x: prevent infinite while() loop in port startup
Hugo Villeneuve
2024-01-27
1
-2
/
+18
|
*
serial: max310x: fail probe if clock crystal is unstable
Hugo Villeneuve
2024-01-27
1
-3
/
+9
|
*
serial: max310x: improve crystal stable clock detection
Hugo Villeneuve
2024-01-27
1
-5
/
+16
|
*
serial: max310x: set default value when reading clock ready bit
Hugo Villeneuve
2024-01-27
1
-1
/
+1
*
|
serial: max310x: fix indentation
Hugo Villeneuve
2024-01-27
1
-1
/
+2
*
|
serial: max310x: reformat and improve comments
Hugo Villeneuve
2024-01-27
1
-15
/
+25
*
|
serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
Hugo Villeneuve
2024-01-27
1
-4
/
+4
*
|
serial: max310x: use common power function for all variants
Hugo Villeneuve
2024-01-27
1
-25
/
+19
*
|
serial: max310x: use common detect function for all variants
Hugo Villeneuve
2024-01-27
1
-80
/
+54
*
|
serial: max310x: replace hardcoded masks with preferred GENMASK()
Hugo Villeneuve
2024-01-27
1
-7
/
+7
*
|
serial: max310x: use dev_err_probe() instead of dev_err()
Hugo Villeneuve
2024-01-27
1
-6
/
+4
*
|
serial: max310x: add explicit return for some switch default cases
Hugo Villeneuve
2024-01-27
1
-9
/
+3
*
|
serial: max310x: simplify probe() and remove() error handling
Hugo Villeneuve
2024-01-27
1
-8
/
+7
*
|
serial: max310x: use separate regmap name for each port
Hugo Villeneuve
2024-01-27
1
-0
/
+17
*
|
serial: max310x: add macro for max number of ports
Hugo Villeneuve
2024-01-27
1
-2
/
+3
*
|
serial: max310x: remove holes in struct max310x_devtype
Hugo Villeneuve
2024-01-27
1
-2
/
+2
*
|
serial: max310x: fix syntax error in IRQ error message
Hugo Villeneuve
2024-01-27
1
-1
/
+1
*
|
serial: max310x: use spi_get_device_match_data()
Hugo Villeneuve
2024-01-27
1
-2
/
+2
*
|
serial: max310x: use i2c_get_match_data()
Hugo Villeneuve
2024-01-27
1
-1
/
+1
*
|
serial: max310x: add I2C device table for instantiation from userspace
Hugo Villeneuve
2024-01-27
1
-0
/
+10
*
|
serial: max310x: fix NULL pointer dereference in I2C instantiation
Hugo Villeneuve
2024-01-27
1
-2
/
+5
|
/
*
serial: max310x: change confusing comment about Tx FIFO
Hugo Villeneuve
2023-11-25
1
-1
/
+1
*
serial: max310x: remove trailing whitespaces
Hugo Villeneuve
2023-10-16
1
-1
/
+1
*
serial: max310x: fix typos in comments
Hugo Villeneuve
2023-08-04
1
-1
/
+1
*
serial: max310x: add comments for membase address workaround
Hugo Villeneuve
2023-08-04
1
-0
/
+5
*
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: max310x: fix IO data corruption in batched operations
Jan Kundrát
2023-04-20
1
-2
/
+15
*
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2023-01-19
1
-2
/
+1
*
serial: max310x: 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-07
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: max310x: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
1
-2
/
+0
*
serial: max310x: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+7
*
serial: max310x: implement I2C support
Cosmin Tanislav
2022-06-10
1
-1
/
+134
*
serial: max310x: make accessing revision id interface-agnostic
Cosmin Tanislav
2022-06-10
1
-10
/
+30
*
serial: max310x: use a separate regmap for each port
Cosmin Tanislav
2022-06-10
1
-32
/
+36
*
serial: max310x: use regmap methods for SPI batch operations
Cosmin Tanislav
2022-06-10
1
-28
/
+8
*
serial: max310: remove redundant memset in rs485_config
Lino Sanfilippo
2022-04-15
1
-1
/
+0
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-2
/
+1
*
serial: max310x: Make max310x_remove() return void
Uwe Kleine-König
2021-10-13
1
-4
/
+3
*
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
2021-08-09
1
-1
/
+2
|
\
|
*
serial: max310x: Unprepare and disable clock in error path
Andy Shevchenko
2021-07-21
1
-1
/
+2
*
|
serial: max310x: Use clock-names property matching to recognize EXTCLK
Andy Shevchenko
2021-07-27
1
-10
/
+5
|
/
[next]