index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max310x.c
Age
Commit message (
Expand
)
Author
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
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2022-11-03
serial: max310x: Use uart_xmit_advance()
Ilpo Järvinen
2022-10-07
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-10
serial: max310x: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
serial: max310x: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
serial: max310x: implement I2C support
Cosmin Tanislav
2022-06-10
serial: max310x: make accessing revision id interface-agnostic
Cosmin Tanislav
2022-06-10
serial: max310x: use a separate regmap for each port
Cosmin Tanislav
2022-06-10
serial: max310x: use regmap methods for SPI batch operations
Cosmin Tanislav
2022-04-15
serial: max310: remove redundant memset in rs485_config
Lino Sanfilippo
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2021-10-13
serial: max310x: Make max310x_remove() return void
Uwe Kleine-König
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
2021-07-27
serial: max310x: Use clock-names property matching to recognize EXTCLK
Andy Shevchenko
2021-07-21
serial: max310x: Unprepare and disable clock in error path
Andy Shevchenko
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
2021-05-20
serial: max310x: Try to get crystal clock rate from property
Andy Shevchenko
2021-05-13
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
2021-05-13
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
2021-03-23
tty: max310x: fix flexible_array.cocci warnings
kernel test robot
2021-03-10
Revert "serial: max310x: rework RX interrupt handling"
Alexander Shiyan
2020-10-28
serial: max310x: Use devm_clk_get_optional() to get the input clock
Andy Shevchenko
[next]