index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
samsung.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
serial: samsung: no more support for S5PC100 SoC
Kukjin Kim
1
-2
/
+1
2014-07-09
serial: samsung: no more support for S5P6440 and S5P6450 SoCs
Kukjin Kim
1
-1
/
+0
2014-07-09
serial: samsung: Consider DT alias when probing ports
Tomasz Figa
1
-3
/
+10
2014-07-09
serial: samsung: Remove redundant label
Tushar Behera
1
-4
/
+1
2014-06-17
serial: samsung: Fix build error
Sachin Kamat
1
-1
/
+1
2014-05-28
serial: samsung: Neaten dbg uses
Joe Perches
1
-6
/
+29
2014-04-24
serial: samsung: Change barrier() to cpu_relax() in console output
Doug Anderson
1
-1
/
+1
2014-04-24
serial: samsung: don't check config for every character
Doug Anderson
1
-5
/
+6
2014-04-24
serial: samsung: Use the passed in "port", fixing kgdb w/ no console
Doug Anderson
1
-6
/
+6
2014-02-13
serial: samsung: Move uart_register_driver call to device probe
Tushar Behera
1
-29
/
+11
2013-12-08
serial: samsung: move clock deactivation below uart registration
Heiko Stübner
1
-1
/
+7
2013-09-26
serial: samsung: add support for manual RTS setting
José Miguel Gonçalves
1
-3
/
+17
2013-09-26
serial: samsung: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-08-27
tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
1
-1
/
+4
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-07-02
Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+1
2013-06-19
serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is defined
Chander Kashyap
1
-3
/
+1
2013-06-08
Merge 3.10-rc5 into tty-next
Greg Kroah-Hartman
1
-0
/
+13
2013-06-03
serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...
Wei Yongjun
1
-1
/
+7
2013-06-03
serial: samsung: enable clock before clearing pending interrupts during init
Chander Kashyap
1
-0
/
+13
2013-05-20
serial: samsung: add missing platform_driver_unregister() when module exit
Wei Yongjun
1
-0
/
+1
2013-04-11
tty: serial/samsung: fix modular build
Arnd Bergmann
1
-2
/
+2
2013-04-11
tty: serial/samsung: make register definitions global
Arnd Bergmann
1
-3
/
+3
2013-04-11
tty: serial/samsung: prepare for common clock API
Arnd Bergmann
1
-1
/
+6
2013-03-28
serial: samsung: Avoid waiting forever for TX ready
Michael Spang
1
-3
/
+19
2013-03-28
serial: samsung: Restore IRQ mask during noirq resume
Michael Spang
1
-0
/
+20
2013-03-28
tty: serial: samsung: Disable interrupts in a suspend-friendly way
Tomasz Figa
1
-0
/
+4
2013-01-25
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+0
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-2
/
+1
2013-01-15
serial: Samsung: Use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2013-01-15
serial: samsung: remove the use of statically remapped controller address
Thomas Abraham
1
-2
/
+6
2013-01-15
serial: samsung: remove redundant setting of line config during port reset
Thomas Abraham
1
-1
/
+0
2012-12-12
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+2
2012-11-26
serial: samsung: add devicetree properties for non-Exynos SoCs
Heiko Stübner
1
-0
/
+10
2012-11-26
serial: samsung: fix potential soft lockup during uart write
Thomas Abraham
1
-4
/
+12
2012-11-22
ARM: EXYNOS: add support for EXYNOS5440 SoC
Kukjin Kim
1
-1
/
+2
2012-11-21
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-24
serial: samsung: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-8
/
+8
2012-09-26
serial: samsung: Add poll_get_char & poll_put_char
Julien Pichon
1
-0
/
+47
2012-09-17
tty: serial: Samsung: Fix return value
Sachin Kamat
1
-1
/
+1
2012-09-05
serial: Samsung: Silence some checkpatch errors and warnings
Sachin Kamat
1
-3
/
+3
2012-09-05
serial: Samsung: Replace printk with dev_* functions
Sachin Kamat
1
-7
/
+7
2012-07-16
tty: move the termios object into the tty
Alan Cox
1
-1
/
+1
2012-06-12
serial: samsung: protect NULL dereference of clock name
KeyYoung Park
1
-1
/
+2
2012-06-12
serial: samsung: Fixed wrong comparison for baudclk_rate
Kyoungil Kim
1
-2
/
+2
2012-06-12
serial: samsung: Remove NULL checking for baud clock
Kyoungil Kim
1
-9
/
+12
2012-04-09
serial: samsung: fix omission initialize ulcon in reset port fn()
Kukjin Kim
1
-0
/
+1
2012-02-24
serial: samsung: fix s3c2442 platform data
Denis 'GNUtoo' Carikli
1
-1
/
+1
2012-02-02
serial: samsung: Add support for EXYNOS5250
Kukjin Kim
1
-1
/
+1
[prev]
[next]