index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max310x.c
Age
Commit message (
Expand
)
Author
9 hours
Merge branch 'tty-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/g...
Mark Brown
29 hours
serial: max310x: implement gpio_chip::get_direction()
Tapio Reijonen
6 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-05-22
tty: serial: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
2026-05-22
serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabled
Hugo Villeneuve
2026-05-11
serial: max310x: add comments for PLL limits
Hugo Villeneuve
2026-05-11
serial: max310x: move variables to while() scope
Hugo Villeneuve
2026-05-11
serial: max310x: use FIELD_PREP macro to set PLL bitfields
Hugo Villeneuve
2026-05-11
serial: max310x: use regmap_read_poll_timeout() for busy wait
Hugo Villeneuve
2026-05-11
serial: max310x: improve max310x_set_ref_clk() efficiency
Hugo Villeneuve
2026-05-11
serial: max310x: update baudrate comments for err calculation
Hugo Villeneuve
2026-05-11
serial: max310x: change return type of max310x_set_ref_clk()
Hugo Villeneuve
2026-05-11
serial: max310x: simplify max310x_update_best_err()
Hugo Villeneuve
2026-05-11
serial: max310x: uniformize clock/freq types
Hugo Villeneuve
2025-09-12
serial: max310x: improve interrupt handling
Tapio Reijonen
2025-08-21
tty: serial: Modify the use of dev_err_probe()
Xichao Zhao
2025-08-14
serial: max310x: Add error checking in probe()
Dan Carpenter
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-04-11
serial: max310x: use new GPIO line value setter callbacks
Bartosz Golaszewski
2024-04-09
tty: serial: max310x: convert to use maple tree register cache
wangkaiyuan
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
2024-01-27
serial: max310x: prevent infinite while() loop in port startup
Hugo Villeneuve
2024-01-27
serial: max310x: fail probe if clock crystal is unstable
Hugo Villeneuve
2024-01-27
serial: max310x: improve crystal stable clock detection
Hugo Villeneuve
2024-01-27
serial: max310x: set default value when reading clock ready bit
Hugo Villeneuve
2024-01-27
serial: max310x: fix indentation
Hugo Villeneuve
2024-01-27
serial: max310x: reformat and improve comments
Hugo Villeneuve
2024-01-27
serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
Hugo Villeneuve
2024-01-27
serial: max310x: use common power function for all variants
Hugo Villeneuve
2024-01-27
serial: max310x: use common detect function for all variants
Hugo Villeneuve
2024-01-27
serial: max310x: replace hardcoded masks with preferred GENMASK()
Hugo Villeneuve
2024-01-27
serial: max310x: use dev_err_probe() instead of dev_err()
Hugo Villeneuve
2024-01-27
serial: max310x: add explicit return for some switch default cases
Hugo Villeneuve
2024-01-27
serial: max310x: simplify probe() and remove() error handling
Hugo Villeneuve
2024-01-27
serial: max310x: use separate regmap name for each port
Hugo Villeneuve
2024-01-27
serial: max310x: add macro for max number of ports
Hugo Villeneuve
2024-01-27
serial: max310x: remove holes in struct max310x_devtype
Hugo Villeneuve
2024-01-27
serial: max310x: fix syntax error in IRQ error message
Hugo Villeneuve
2024-01-27
serial: max310x: use spi_get_device_match_data()
Hugo Villeneuve
2024-01-27
serial: max310x: use i2c_get_match_data()
Hugo Villeneuve
2024-01-27
serial: max310x: add I2C device table for instantiation from userspace
Hugo Villeneuve
2024-01-27
serial: max310x: fix NULL pointer dereference in I2C instantiation
Hugo Villeneuve
2023-11-25
serial: max310x: change confusing comment about Tx FIFO
Hugo Villeneuve
2023-10-16
serial: max310x: remove trailing whitespaces
Hugo Villeneuve
2023-08-04
serial: max310x: fix typos in comments
Hugo Villeneuve
2023-08-04
serial: max310x: add comments for membase address workaround
Hugo Villeneuve
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-05-30
serial: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-04-20
serial: max310x: fix IO data corruption in batched operations
Jan Kundrát
[next]