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.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
/
sccnxp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2018-12-20
serial: sccnxp: Allow to use non-standard baud rates
Alexander Shiyan
1
-3
/
+19
2018-12-20
serial: sccnxp: Adds a delay between sequential read/write cycles
Alexander Shiyan
1
-5
/
+27
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
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-11-04
serial: sccnxp: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-09-18
serial: sccnxp: Fix error handling in sccnxp_probe()
Alexey Khoroshilov
1
-2
/
+11
2017-06-03
Fix serial console on SNI RM400 machines
Thomas Bogendoerfer
1
-5
/
+10
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-10
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-6
/
+0
2014-06-20
serial: Fix IGNBRK handling
Peter Hurley
1
-1
/
+1
2014-05-28
serial: sccnxp: Add IGNPAR flag handling
Alexander Shiyan
1
-0
/
+2
2014-05-28
serial: sccnxp: Remove useless timer_pending() check
Alexander Shiyan
1
-3
/
+1
2013-09-27
serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()
Wei Yongjun
1
-0
/
+1
2013-08-02
Revert "serial: sccnxp: Add DT support"
Greg Kroah-Hartman
1
-37
/
+9
2013-08-01
serial: sccnxp: Add DT support
Alexander Shiyan
1
-9
/
+37
2013-08-01
serial: sccnxp: Using structure for each supported IC instead of switch in probe
Alexander Shiyan
1
-148
/
+124
2013-08-01
serial: sccnxp: Using CLK API for getting UART clock
Alexander Shiyan
1
-14
/
+22
2013-08-01
serial: sccnxp: Disable regulator on error
Alexander Shiyan
1
-22
/
+18
2013-07-27
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-3
/
+0
2013-04-15
serial: sccnxp: Replace pdata.init/exit with regulator API
Alexander Shiyan
1
-6
/
+15
2013-04-15
serial: sccnxp: Do not override device name
Alexander Shiyan
1
-2
/
+0
2013-02-22
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-58
/
+113
2013-01-22
serial: Convert to devm_ioremap_resource()
Thierry Reding
1
-4
/
+4
2013-01-22
serial: sccnxp: Make baudrate table struct static
Alexander Shiyan
1
-4
/
+2
2013-01-22
serial: sccnxp: Reset break and overrun bits in RX handler
Alexander Shiyan
1
-1
/
+6
2013-01-18
serial: sccnxp: Fix possible crash if no platform data supplied
Alexander Shiyan
1
-2
/
+2
2013-01-16
serial: sccnxp: Rename header file to match functionality
Alexander Shiyan
1
-1
/
+1
2013-01-16
serial: sccnxp: Implement polling mode
Alexander Shiyan
1
-45
/
+103
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+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
-1
/
+1
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-05
tty: serial: sccnxp: Fix bug with unterminated platform_id list
Greg Kroah-Hartman
1
-0
/
+1
2012-09-27
serial: sccnxp: Make 'default' choice in switch last
Alexander Shiyan
1
-1
/
+1
2012-09-27
serial: sccnxp: Remove mask termios caps for SW flow control
Alexander Shiyan
1
-1
/
+0
2012-09-27
serial: sccnxp: Report actual baudrate back to core
Alexander Shiyan
1
-4
/
+10
2012-09-06
serial: serial_core.h needs console.h included first
Stephen Rothwell
1
-1
/
+1
2012-09-06
serial: New serial driver SCCNXP
Alexander Shiyan
1
-0
/
+985