summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAgeFilesLines
* serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves2013-09-271-3/+17
* serial: samsung: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-1/+4
* serial: use dev_get_platdata()Jingoo Han2013-08-011-2/+2
* Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-07-021-3/+1Star
|\
| * serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap2013-06-181-3/+1Star
* | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-091-0/+13
|\|
| * serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap2013-06-031-0/+13
* | serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...Wei Yongjun2013-06-031-1/+7
|/
* serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun2013-05-201-0/+1
* 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-291-3/+19
* serial: samsung: Restore IRQ mask during noirq resumeMichael Spang2013-03-291-0/+20
* tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa2013-03-291-0/+4
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+0Star
|\
| * serial: samsung: remove redundant setting of line config during port resetThomas Abraham2013-01-161-1/+0Star
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+1Star
* | serial: Samsung: Use of_match_ptr() macroSachin Kamat2013-01-161-3/+1Star
* | serial: samsung: remove the use of statically remapped controller addressThomas Abraham2013-01-161-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-271-0/+10
* | serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-271-4/+12
* | tty: remove use of __devexitBill Pemberton2012-11-221-1/+1
* | tty: serial: remove use of __devexit_pBill Pemberton2012-11-221-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-131-1/+2
* serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-06-131-2/+2
* serial: samsung: Remove NULL checking for baud clockKyoungil Kim2012-06-131-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-031-1/+1
* serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim2012-02-031-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/+86Star
* ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham2011-12-231-21/+0Star
* 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
|/