aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-1/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-15serial: Samsung: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-01-15serial: samsung: remove the use of statically remapped controller addressThomas Abraham1-2/+6
2013-01-15serial: samsung: remove redundant setting of line config during port resetThomas Abraham1-1/+0
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2012-11-26serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner1-0/+10
2012-11-26serial: samsung: fix potential soft lockup during uart writeThomas Abraham1-4/+12
2012-11-22ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim1-1/+2
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-8/+8
2012-09-26serial: samsung: Add poll_get_char & poll_put_charJulien Pichon1-0/+47
2012-09-17tty: serial: Samsung: Fix return valueSachin Kamat1-1/+1
2012-09-05serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat1-3/+3
2012-09-05serial: Samsung: Replace printk with dev_* functionsSachin Kamat1-7/+7
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-06-12serial: samsung: protect NULL dereference of clock nameKeyYoung Park1-1/+2
2012-06-12serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim1-2/+2
2012-06-12serial: samsung: Remove NULL checking for baud clockKyoungil Kim1-9/+12
2012-04-09serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim1-0/+1
2012-02-24serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli1-1/+1
2012-02-02serial: samsung: Add support for EXYNOS5250Kukjin Kim1-1/+1
2012-02-02serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim1-1/+2
2011-12-23serial: samsung: Fix build for non-Exynos4210 devicesMark Brown1-1/+1
2011-12-23serial: samsung: add device tree supportThomas Abraham1-2/+34
2011-12-23serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham1-116/+244
2011-12-23serial: samsung: merge all SoC specific port reset functionsThomas Abraham1-5/+18
2011-12-23serial: samsung: switch to clkdev based clock lookupThomas Abraham1-121/+86
2011-12-23ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham1-21/+0
2011-12-23serial: samsung: Keep a copy of the location of platform data in driver's private dataThomas Abraham1-4/+12
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-12/+95
2011-08-23serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham1-12/+95
2011-08-08serial: samsung: Fix build errorKukjin Kim1-2/+6
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-13/+14
2011-07-20serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham1-1/+2
2011-07-07serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham1-4/+2
2011-07-01tty: serial: samsung.c remove legacy PM code.MyungJoo Ham1-13/+14
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-20Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1487
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1487