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
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
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
2013-07-27
serial: max310x: Driver rework
Alexander Shiyan
1
-467
/
+451
2013-03-19
tty: max310x: Use dev_pm_ops
Lars-Peter Clausen
1
-8
/
+16
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+1
2012-11-27
serial: max310x: Setup missing "can_sleep" field for GPIO
Alexander Shiyan
1
-0
/
+1
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-3
/
+3
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-15
tty: serial: max310x: Add terminating entry for spi_device_id table
Axel Lin
1
-0
/
+1
2012-09-05
tty: serial: max310x: Remove explicit use of devm_kfree
Emil Goode
1
-3
/
+0
2012-09-05
tty: serial: max310x: Check return code of gpiochip_remove
Emil Goode
1
-3
/
+7
2012-08-16
serial: New serial driver MAX310X
Alexander Shiyan
1
-0
/
+1259