summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAge
...
* | serial: samsung: no more support for S5PC100 SoCKukjin Kim2014-07-09
* | serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim2014-07-09
* | serial: samsung: Consider DT alias when probing portsTomasz Figa2014-07-09
* | serial: samsung: Remove redundant labelTushar Behera2014-07-09
|/
* serial: samsung: Fix build errorSachin Kamat2014-06-17
* serial: samsung: Neaten dbg usesJoe Perches2014-05-28
* serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson2014-04-24
* serial: samsung: don't check config for every characterDoug Anderson2014-04-24
* serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson2014-04-24
* serial: samsung: Move uart_register_driver call to device probeTushar Behera2014-02-13
* serial: samsung: move clock deactivation below uart registrationHeiko Stübner2013-12-08
* serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves2013-09-26
* serial: samsung: Remove casting the return value which is a void pointerJingoo Han2013-09-26
* tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-27
* serial: use dev_get_platdata()Jingoo Han2013-07-31
* Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-07-02
|\
| * serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap2013-06-19
* | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-08
|\ \ | |/
| * serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap2013-06-03
* | serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...Wei Yongjun2013-06-03
|/
* serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun2013-05-20
* tty: serial/samsung: fix modular buildArnd Bergmann2013-04-11
* tty: serial/samsung: make register definitions globalArnd Bergmann2013-04-11
* tty: serial/samsung: prepare for common clock APIArnd Bergmann2013-04-11
* 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-15
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-15
* | serial: Samsung: Use of_match_ptr() macroSachin Kamat2013-01-15
* | serial: samsung: remove the use of statically remapped controller addressThomas Abraham2013-01-15
|/
* 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-22
* | 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