index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max310x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
serial: max310x: Add error checking in probe()
Dan Carpenter
1
-0
/
+2
2024-04-13
serial: max310x: fix NULL pointer dereference in I2C instantiation
Hugo Villeneuve
1
-2
/
+5
2024-03-26
serial: max310x: fix syntax error in IRQ error message
Hugo Villeneuve
1
-1
/
+1
2024-03-15
serial: max310x: fix IO data corruption in batched operations
Jan Kundrát
1
-2
/
+15
2024-03-15
serial: max310x: implement I2C support
Cosmin Tanislav
1
-1
/
+134
2024-03-15
serial: max310x: make accessing revision id interface-agnostic
Cosmin Tanislav
1
-10
/
+30
2024-03-15
serial: max310x: Unprepare and disable clock in error path
Andy Shevchenko
1
-1
/
+2
2024-03-15
serial: max310x: prevent infinite while() loop in port startup
Hugo Villeneuve
1
-2
/
+18
2024-03-15
serial: max310x: use a separate regmap for each port
Cosmin Tanislav
1
-32
/
+36
2024-03-15
serial: max310x: use regmap methods for SPI batch operations
Cosmin Tanislav
1
-28
/
+8
2024-03-15
serial: max310x: Make use of device properties
Andy Shevchenko
1
-18
/
+9
2024-03-15
serial: max310x: fail probe if clock crystal is unstable
Hugo Villeneuve
1
-3
/
+9
2024-03-15
serial: max310x: Try to get crystal clock rate from property
Andy Shevchenko
1
-14
/
+26
2024-03-15
serial: max310x: Use devm_clk_get_optional() to get the input clock
Andy Shevchenko
1
-15
/
+15
2024-02-23
serial: max310x: improve crystal stable clock detection
Hugo Villeneuve
1
-5
/
+16
2024-02-23
serial: max310x: set default value when reading clock ready bit
Hugo Villeneuve
1
-1
/
+1
2021-06-03
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
1
-2
/
+4
2021-06-03
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
1
-2
/
+2
2021-03-17
Revert "serial: max310x: rework RX interrupt handling"
Alexander Shiyan
1
-24
/
+5
2020-10-01
serial: max310x: rework RX interrupt handling
Thomas Petazzoni
1
-5
/
+24
2019-09-05
serial: max310x: turn off transmitter before activating AutoCTS or auto trans...
Christoph Vogtländer
1
-0
/
+18
2019-09-05
serial: max310x: Properly set flags in AutoCTS mode
Christoph Vogtländer
1
-2
/
+10
2019-09-04
tty: max310x: fix off-by-one buffer access when storing overrun
Jan Kundrát
1
-1
/
+1
2019-06-03
Merge 5.2-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2019-05-21
tty: max310x: Fix external crystal register setup
Joe Burmeister
1
-1
/
+1
2019-05-21
tty: max310x: Split uart characters insertion loop
Serge Semin
1
-4
/
+10
2019-05-21
tty: max310x: Optionally enable rs485 on startup
Serge Semin
1
-0
/
+16
2019-05-21
tty: max310x: Add rx-during-tx rs485 flag support
Serge Semin
1
-15
/
+14
2019-05-21
tty: max310x: Fix invalid baudrate divisors calculator
Serge Semin
1
-20
/
+31
2019-05-21
tty: max310x: Don't pass stacked buffers to SPI
Serge Semin
1
-9
/
+18
2019-05-21
tty: max310x: Introduce max310x_one port macro-wrapper
Serge Semin
1
-3
/
+5
2019-05-21
tty: max310x: Simplify tx-work item code
Serge Semin
1
-13
/
+3
2019-03-19
serial: max310x: Fix to avoid potential NULL pointer dereference
Aditya Pakki
1
-0
/
+2
2019-02-08
serial: max310x: Correction of the initial setting of the MODE1 bits for vari...
Alexander Shiyan
1
-7
/
+7
2019-01-08
serial: max310x: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-08
serial: max310x: pass return value of spi_register_driver
Kangjie Lu
1
-2
/
+2
2018-12-19
serial: max310x: Fix tx_empty() callback
Alexander Shiyan
1
-5
/
+2
2018-06-28
serial: max310x: Check the clock readiness
Jan Kundrát
1
-4
/
+10
2018-02-28
gpio: serial: max310x: Use HW type for gpio_chip's label
Jan Kundrát
1
-1
/
+1
2018-01-09
gpio: serial: max310x: Support open-drain configuration for GPIOs
Jan Kundrát
1
-0
/
+22
2017-12-19
serial: max310x: Reduce RX work starvation
Jan Kundrát
1
-13
/
+10
2017-12-19
serial: max310x: Use batched reads when reasonably safe
Jan Kundrát
1
-40
/
+86
2017-12-19
serial: max310x: use a batch write op for UART transmit
Jan Kundrát
1
-7
/
+29
2017-12-19
serial: max310x: Support IRQ sharing with other devices
Jan Kundrát
1
-6
/
+14
2017-12-19
serial: max310x: Do not hard-code the IRQ type
Jan Kundrát
1
-5
/
+3
2017-12-15
serial: max310x: Fix invalid memory access during GPIO init
Jan Kundrát
1
-17
/
+17
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-01-12
serial: max310x: Add support for newer silicon revisions
Alexander Shiyan
1
-1
/
+1
2016-09-15
serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULL
Liu Xiang
1
-1
/
+1
[next]