index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
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
*
serial: max310x: use a batch write op for UART transmit
Jan Kundrát
2017-12-19
1
-7
/
+29
*
serial: max310x: Support IRQ sharing with other devices
Jan Kundrát
2017-12-19
1
-6
/
+14
*
serial: max310x: Do not hard-code the IRQ type
Jan Kundrát
2017-12-19
1
-5
/
+3
*
serial: max310x: Fix invalid memory access during GPIO init
Jan Kundrát
2017-12-15
1
-17
/
+17
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-5
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: max310x: Add support for newer silicon revisions
Alexander Shiyan
2017-01-12
1
-1
/
+1
*
serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULL
Liu Xiang
2016-09-15
1
-1
/
+1
*
serial: max310x: Assign port line automatically
Alexander Shiyan
2016-06-25
1
-9
/
+32
*
serial: max310x: Unregister UARTs on error
Alexander Shiyan
2016-06-25
1
-0
/
+3
*
serial: max310x: Remove duplicate bits definition
Alexander Shiyan
2016-06-25
1
-9
/
+4
*
serial: max310x: Register UART driver at module_init
Alexander Shiyan
2016-06-25
1
-31
/
+48
*
serial: max310x: Using resource-managed function for GPIO
Alexander Shiyan
2016-06-25
1
-12
/
+5
*
serial: max310x: Fix RS485 handling
Alexander Shiyan
2016-06-25
1
-14
/
+27
*
serial: max310x: use gpiochip data pointer
Linus Walleij
2016-04-26
1
-6
/
+6
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-1
/
+1
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+0
*
drivers/max310: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
2014-11-06
1
-43
/
+27
*
serial/max310x: Remove obsolete #ifset TIOC[SG]RS485
Ricardo Ribalda Delgado
2014-11-05
1
-2
/
+0
*
max310x: max3109_detect should use indirect addressing in SPI mode for REVID ...
Gregory Hermant
2014-11-05
1
-1
/
+4
*
driver:gpio remove all usage of gpio_remove retval in driver
abdoulaye berthe
2014-09-18
1
-6
/
+4
*
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-07-09
1
-1
/
+0
*
serial: Fix IGNBRK handling
Peter Hurley
2014-06-19
1
-1
/
+1
*
serial: max310x: Add missing #include <linux/uaccess.h>
Geert Uytterhoeven
2014-03-17
1
-0
/
+1
*
serial: max310x: Fix sparse warnings
Alexander Shiyan
2014-02-15
1
-4
/
+2
[next]