index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
samsung.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-18
serial: samsung: fix maximum baudrate
Seung-Woo Kim
1
-1
/
+1
2014-11-18
serial: samsung: Add exynos3250 dependency
Chanwoo Choi
1
-1
/
+2
2014-11-18
tty: serial: samsung: Remove useless checks in suspend/resume callbacks
Tomasz Figa
1
-18
/
+13
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
2012-02-02
serial: samsung: Add support for EXYNOS4212 and EXYNOS4412
Kukjin Kim
1
-1
/
+2
2011-12-23
serial: samsung: Fix build for non-Exynos4210 devices
Mark Brown
1
-1
/
+1
2011-12-23
serial: samsung: add device tree support
Thomas Abraham
1
-2
/
+34
2011-12-23
serial: samsung: merge probe() function from all SoC specific extensions
Thomas Abraham
1
-116
/
+244
2011-12-23
serial: samsung: merge all SoC specific port reset functions
Thomas Abraham
1
-5
/
+18
2011-12-23
serial: samsung: switch to clkdev based clock lookup
Thomas Abraham
1
-121
/
+86
2011-12-23
ARM: S3C2440: move handling of fclk/n clock to platform code
Thomas Abraham
1
-21
/
+0
2011-12-23
serial: samsung: Keep a copy of the location of platform data in driver's pri...
Thomas Abraham
1
-4
/
+12
2011-10-26
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-12
/
+95
2011-08-23
serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's
Thomas Abraham
1
-12
/
+95
2011-08-08
serial: samsung: Fix build error
Kukjin Kim
1
-2
/
+6
2011-07-25
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-13
/
+14
2011-07-20
serial: Remove redundant console_initcall from s3c and s5p console drivers
Thomas Abraham
1
-1
/
+2
2011-07-07
serial: samsung: Fix unintended usage of uart port 0 as console
Thomas Abraham
1
-4
/
+2
2011-07-01
tty: serial: samsung.c remove legacy PM code.
MyungJoo Ham
1
-13
/
+14
2011-04-19
tty: remove invalid location line in file header
Jovi Zhang
1
-2
/
+1
[next]