index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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