aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
AgeCommit message (Expand)Author
2014-07-23tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-06-03serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap
2013-05-20serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun
2013-04-11tty: serial/samsung: fix modular buildArnd Bergmann
2013-04-11tty: serial/samsung: make register definitions globalArnd Bergmann
2013-04-11tty: serial/samsung: prepare for common clock APIArnd Bergmann
2013-03-28serial: samsung: Avoid waiting forever for TX readyMichael Spang
2013-03-28serial: samsung: Restore IRQ mask during noirq resumeMichael Spang
2013-03-28tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15serial: Samsung: Use of_match_ptr() macroSachin Kamat
2013-01-15serial: samsung: remove the use of statically remapped controller addressThomas Abraham
2013-01-15serial: samsung: remove redundant setting of line config during port resetThomas Abraham
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-26serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner
2012-11-26serial: samsung: fix potential soft lockup during uart writeThomas Abraham
2012-11-22ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-10-24serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-09-26serial: samsung: Add poll_get_char & poll_put_charJulien Pichon
2012-09-17tty: serial: Samsung: Fix return valueSachin Kamat
2012-09-05serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat
2012-09-05serial: Samsung: Replace printk with dev_* functionsSachin Kamat
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-12serial: samsung: protect NULL dereference of clock nameKeyYoung Park
2012-06-12serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim
2012-06-12serial: samsung: Remove NULL checking for baud clockKyoungil Kim
2012-04-09serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim
2012-02-24serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli
2012-02-02serial: samsung: Add support for EXYNOS5250Kukjin Kim
2012-02-02serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim
2011-12-23serial: samsung: Fix build for non-Exynos4210 devicesMark Brown
2011-12-23serial: samsung: add device tree supportThomas Abraham
2011-12-23serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham
2011-12-23serial: samsung: merge all SoC specific port reset functionsThomas Abraham
2011-12-23serial: samsung: switch to clkdev based clock lookupThomas Abraham
2011-12-23ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham
2011-12-23serial: samsung: Keep a copy of the location of platform data in driver's pri...Thomas Abraham
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-08-23serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham
2011-08-08serial: samsung: Fix build errorKukjin Kim
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-07-20serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham
2011-07-07serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham
2011-07-01tty: serial: samsung.c remove legacy PM code.MyungJoo Ham
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-20Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds