index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max310x.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-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: 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
|
/
*
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
2021-05-31
1
-0
/
+2
|
\
|
*
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
2021-05-13
1
-2
/
+4
|
*
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
2021-05-13
1
-2
/
+2
*
|
serial: max310x: Try to get crystal clock rate from property
Andy Shevchenko
2021-05-20
1
-14
/
+26
|
/
*
tty: max310x: fix flexible_array.cocci warnings
kernel test robot
2021-03-23
1
-1
/
+1
*
Revert "serial: max310x: rework RX interrupt handling"
Alexander Shiyan
2021-03-10
1
-24
/
+5
*
serial: max310x: Use devm_clk_get_optional() to get the input clock
Andy Shevchenko
2020-10-28
1
-15
/
+15
*
serial: max310x: Make use of device properties
Andy Shevchenko
2020-10-28
1
-18
/
+9
*
serial: max310x: rework RX interrupt handling
Thomas Petazzoni
2020-10-01
1
-5
/
+24
*
serial: max310x: turn off transmitter before activating AutoCTS or auto trans...
Christoph Vogtländer
2019-09-05
1
-0
/
+18
*
serial: max310x: Properly set flags in AutoCTS mode
Christoph Vogtländer
2019-09-05
1
-2
/
+10
*
tty: max310x: fix off-by-one buffer access when storing overrun
Jan Kundrát
2019-09-04
1
-1
/
+1
*
Merge 5.2-rc3 into tty-next
Greg Kroah-Hartman
2019-06-03
1
-1
/
+1
|
\
|
*
tty: max310x: Fix external crystal register setup
Joe Burmeister
2019-05-21
1
-1
/
+1
*
|
tty: max310x: Split uart characters insertion loop
Serge Semin
2019-05-21
1
-4
/
+10
*
|
tty: max310x: Optionally enable rs485 on startup
Serge Semin
2019-05-21
1
-0
/
+16
*
|
tty: max310x: Add rx-during-tx rs485 flag support
Serge Semin
2019-05-21
1
-15
/
+14
*
|
tty: max310x: Fix invalid baudrate divisors calculator
Serge Semin
2019-05-21
1
-20
/
+31
*
|
tty: max310x: Don't pass stacked buffers to SPI
Serge Semin
2019-05-21
1
-9
/
+18
*
|
tty: max310x: Introduce max310x_one port macro-wrapper
Serge Semin
2019-05-21
1
-3
/
+5
*
|
tty: max310x: Simplify tx-work item code
Serge Semin
2019-05-21
1
-13
/
+3
|
/
*
serial: max310x: Fix to avoid potential NULL pointer dereference
Aditya Pakki
2019-03-19
1
-0
/
+2
*
serial: max310x: Correction of the initial setting of the MODE1 bits for vari...
Alexander Shiyan
2019-02-08
1
-7
/
+7
*
serial: max310x: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-01-08
1
-2
/
+1
*
serial: max310x: pass return value of spi_register_driver
Kangjie Lu
2019-01-08
1
-2
/
+2
*
serial: max310x: Fix tx_empty() callback
Alexander Shiyan
2018-12-19
1
-5
/
+2
*
serial: max310x: Check the clock readiness
Jan Kundrát
2018-06-28
1
-4
/
+10
*
gpio: serial: max310x: Use HW type for gpio_chip's label
Jan Kundrát
2018-02-28
1
-1
/
+1
*
gpio: serial: max310x: Support open-drain configuration for GPIOs
Jan Kundrát
2018-01-09
1
-0
/
+22
*
serial: max310x: Reduce RX work starvation
Jan Kundrát
2017-12-19
1
-13
/
+10
*
serial: max310x: Use batched reads when reasonably safe
Jan Kundrát
2017-12-19
1
-40
/
+86
[next]