aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAge
* serial: samsung: Avoid waiting forever for TX readyMichael Spang2013-03-28
* serial: samsung: Restore IRQ mask during noirq resumeMichael Spang2013-03-28
* tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa2013-03-28
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-25
|\
| * serial: samsung: remove redundant setting of line config during port resetThomas Abraham2013-01-16
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16
* | serial: Samsung: Use of_match_ptr() macroSachin Kamat2013-01-16
* | serial: samsung: remove the use of statically remapped controller addressThomas Abraham2013-01-16
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-12
|\
| * ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim2012-11-21
* | serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner2012-11-26
* | serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-26
* | tty: remove use of __devexitBill Pemberton2012-11-21
* | tty: serial: remove use of __devexit_pBill Pemberton2012-11-21
* | serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-24
|/
* serial: samsung: Add poll_get_char & poll_put_charJulien Pichon2012-09-26
* tty: serial: Samsung: Fix return valueSachin Kamat2012-09-17
* serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat2012-09-05
* serial: Samsung: Replace printk with dev_* functionsSachin Kamat2012-09-05
* tty: move the termios object into the ttyAlan Cox2012-07-16
* serial: samsung: protect NULL dereference of clock nameKeyYoung Park2012-06-12
* serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-06-12
* serial: samsung: Remove NULL checking for baud clockKyoungil Kim2012-06-12
* serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim2012-04-09
* serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli2012-02-24
* serial: samsung: Add support for EXYNOS5250Kukjin Kim2012-02-02
* serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim2012-02-02
* serial: samsung: Fix build for non-Exynos4210 devicesMark Brown2011-12-22
* serial: samsung: add device tree supportThomas Abraham2011-12-22
* serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham2011-12-22
* serial: samsung: merge all SoC specific port reset functionsThomas Abraham2011-12-22
* serial: samsung: switch to clkdev based clock lookupThomas Abraham2011-12-22
* ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham2011-12-22
* serial: samsung: Keep a copy of the location of platform data in driver's pri...Thomas Abraham2011-12-22
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-26
|\
| * serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham2011-08-23
* | serial: samsung: Fix build errorKukjin Kim2011-08-08
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-26
|\
| * tty: serial: samsung.c remove legacy PM code.MyungJoo Ham2011-07-01
* | serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham2011-07-20
* | serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham2011-07-06
|/
* tty: remove invalid location line in file headerJovi Zhang2011-04-19
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-01-20
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-13