summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial/samsung: fix modular buildArnd Bergmann2013-04-111-2/+2
* tty: serial/samsung: make register definitions globalArnd Bergmann2013-04-111-3/+3
* tty: serial/samsung: prepare for common clock APIArnd Bergmann2013-04-111-1/+6
* serial: samsung: Avoid waiting forever for TX readyMichael Spang2013-03-281-3/+19
* serial: samsung: Restore IRQ mask during noirq resumeMichael Spang2013-03-281-0/+20
* tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa2013-03-281-0/+4
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+0
|\
| * serial: samsung: remove redundant setting of line config during port resetThomas Abraham2013-01-151-1/+0
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+1
* | serial: Samsung: Use of_match_ptr() macroSachin Kamat2013-01-151-3/+1
* | serial: samsung: remove the use of statically remapped controller addressThomas Abraham2013-01-151-2/+6
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+2
|\
| * ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim2012-11-221-1/+2
* | serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner2012-11-261-0/+10
* | serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-261-4/+12
* | tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* | tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* | serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-8/+8
|/
* serial: samsung: Add poll_get_char & poll_put_charJulien Pichon2012-09-261-0/+47
* tty: serial: Samsung: Fix return valueSachin Kamat2012-09-171-1/+1
* serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat2012-09-051-3/+3
* serial: Samsung: Replace printk with dev_* functionsSachin Kamat2012-09-051-7/+7
* tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* serial: samsung: protect NULL dereference of clock nameKeyYoung Park2012-06-121-1/+2
* serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-06-121-2/+2
* serial: samsung: Remove NULL checking for baud clockKyoungil Kim2012-06-121-9/+12
* serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim2012-04-091-0/+1
* serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli2012-02-241-1/+1
* serial: samsung: Add support for EXYNOS5250Kukjin Kim2012-02-021-1/+1
* serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim2012-02-021-1/+2
* serial: samsung: Fix build for non-Exynos4210 devicesMark Brown2011-12-231-1/+1
* serial: samsung: add device tree supportThomas Abraham2011-12-231-2/+34
* serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham2011-12-231-116/+244
* serial: samsung: merge all SoC specific port reset functionsThomas Abraham2011-12-231-5/+18
* serial: samsung: switch to clkdev based clock lookupThomas Abraham2011-12-231-121/+86
* ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham2011-12-231-21/+0
* serial: samsung: Keep a copy of the location of platform data in driver's pri...Thomas Abraham2011-12-231-4/+12
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-12/+95
|\
| * serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham2011-08-231-12/+95
* | serial: samsung: Fix build errorKukjin Kim2011-08-081-2/+6
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-13/+14
|\
| * tty: serial: samsung.c remove legacy PM code.MyungJoo Ham2011-07-011-13/+14
* | serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham2011-07-201-1/+2
* | serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham2011-07-071-4/+2
|/
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-01-201-2/+2
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+1487
OpenPOWER on IntegriCloud