summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-18serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap1-3/+1
2013-06-09Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman1-0/+13
2013-06-03serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...Wei Yongjun1-1/+7
2013-06-03serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap1-0/+13
2013-05-20serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-04-12tty: serial/samsung: fix modular buildArnd Bergmann1-2/+2
2013-04-12tty: serial/samsung: make register definitions globalArnd Bergmann1-3/+3
2013-04-12tty: serial/samsung: prepare for common clock APIArnd Bergmann1-1/+6
2013-03-29serial: samsung: Avoid waiting forever for TX readyMichael Spang1-3/+19
2013-03-29serial: samsung: Restore IRQ mask during noirq resumeMichael Spang1-0/+20
2013-03-29tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa1-0/+4
2013-01-26Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-1/+0
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-16serial: Samsung: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-01-16serial: samsung: remove the use of statically remapped controller addressThomas Abraham1-2/+6
2013-01-16serial: samsung: remove redundant setting of line config during port resetThomas Abraham1-1/+0
2012-12-13Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2012-11-27serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner1-0/+10
2012-11-27serial: 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-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: 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-27serial: samsung: Add poll_get_char & poll_put_charJulien Pichon1-0/+47
2012-09-17tty: serial: Samsung: Fix return valueSachin Kamat1-1/+1
2012-09-06serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat1-3/+3
2012-09-06serial: Samsung: Replace printk with dev_* functionsSachin Kamat1-7/+7
2012-07-17tty: move the termios object into the ttyAlan Cox1-1/+1
2012-06-13serial: samsung: protect NULL dereference of clock nameKeyYoung Park1-1/+2
2012-06-13serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim1-2/+2
2012-06-13serial: 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-25serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli1-1/+1
2012-02-03serial: samsung: Add support for EXYNOS5250Kukjin Kim1-1/+1
2012-02-03serial: 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 pri...Thomas Abraham1-4/+12
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-12/+95
2011-08-23serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham1-12/+95
2011-08-09serial: samsung: Fix build errorKukjin Kim1-2/+6
2011-07-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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-02tty: serial: samsung.c remove legacy PM code.MyungJoo Ham1-13/+14
2011-04-20tty: remove invalid location line in file headerJovi Zhang1-2/+1