index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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
2016-06-25
serial: max310x: Assign port line automatically
Alexander Shiyan
1
-9
/
+32
2016-06-25
serial: max310x: Unregister UARTs on error
Alexander Shiyan
1
-0
/
+3
2016-06-25
serial: max310x: Remove duplicate bits definition
Alexander Shiyan
1
-9
/
+4
2016-06-25
serial: max310x: Register UART driver at module_init
Alexander Shiyan
1
-31
/
+48
2016-06-25
serial: max310x: Using resource-managed function for GPIO
Alexander Shiyan
1
-12
/
+5
2016-06-25
serial: max310x: Fix RS485 handling
Alexander Shiyan
1
-14
/
+27
2016-04-26
serial: max310x: use gpiochip data pointer
Linus Walleij
1
-6
/
+6
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-1
/
+1
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2014-11-07
drivers/max310: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-43
/
+27
2014-11-06
serial/max310x: Remove obsolete #ifset TIOC[SG]RS485
Ricardo Ribalda Delgado
1
-2
/
+0
2014-11-06
max310x: max3109_detect should use indirect addressing in SPI mode for REVID ...
Gregory Hermant
1
-1
/
+4
2014-09-18
driver:gpio remove all usage of gpio_remove retval in driver
abdoulaye berthe
1
-6
/
+4
2014-07-10
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-1
/
+0
2014-06-20
serial: Fix IGNBRK handling
Peter Hurley
1
-1
/
+1
2014-03-18
serial: max310x: Add missing #include <linux/uaccess.h>
Geert Uytterhoeven
1
-0
/
+1
2014-02-16
serial: max310x: Fix sparse warnings
Alexander Shiyan
1
-4
/
+2
2014-02-14
serial: max310x: Fix build error
Alexander Shiyan
1
-4
/
+6
2014-02-14
Revert "serial: max310x: Fix build error"
Greg Kroah-Hartman
1
-2
/
+1
2014-02-13
serial: max310x: Fix build warning
Alexander Shiyan
1
-1
/
+1
2014-02-13
serial: max310x: Fix build error
Alexander Shiyan
1
-1
/
+2
2014-02-13
serial: max310x: Add devicetree support
Alexander Shiyan
1
-9
/
+32
2014-02-13
serial: max310x: Driver cleanup
Alexander Shiyan
1
-29
/
+5
2014-02-13
serial: max310x: Add support for RS-485 mode
Alexander Shiyan
1
-21
/
+56
2014-02-13
serial: max310x: Add missing mutex_destroy() on driver exit
Alexander Shiyan
1
-2
/
+5
2014-02-13
serial: max310x: Always use dynamic GPIO ID assignment
Alexander Shiyan
1
-27
/
+28
2014-02-13
serial: max310x: Migrate to CLK API
Alexander Shiyan
1
-31
/
+55
2014-02-13
serial: max310x: Move all SPI-dependent stuff in one place
Alexander Shiyan
1
-32
/
+24
2014-02-13
serial: max310x: Remove IRQ validation
Alexander Shiyan
1
-6
/
+0
2014-02-13
serial: max310x: Add the loopback mode support
Alexander Shiyan
1
-7
/
+18
2014-02-13
serial: max310x: Remove excess port configure at startup
Alexander Shiyan
1
-6
/
+0
2014-02-13
serial: max310x: Remove init() and exit() callbacks
Alexander Shiyan
1
-7
/
+0
2014-02-13
serial: max310x: Setup baud rate generator more precisely
Alexander Shiyan
1
-12
/
+20
2013-10-17
tty: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2013-07-29
serial: max310x: Fix dev_pm_ops
Alexander Shiyan
1
-5
/
+4
2013-07-27
serial: max310x: Add MAX14830 support
Alexander Shiyan
1
-1
/
+44
2013-07-27
serial: max310x: Add MAX3109 support
Alexander Shiyan
1
-4
/
+31
[next]