aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
AgeCommit message (Expand)Author
2016-07-12serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi
2015-01-16serial: samsung: wait for transfer completion before clock disableRobert Baldyga
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-07-19serial: samsung: Remove support for legacy clock codeTomasz Figa
2014-07-17serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi
2014-07-17serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi
2014-07-17serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi
2014-07-10serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-07-09serial: samsung: no more support for S5PC100 SoCKukjin Kim
2014-07-09serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim
2014-07-09serial: samsung: Consider DT alias when probing portsTomasz Figa
2014-07-09serial: samsung: Remove redundant labelTushar Behera
2014-06-17serial: samsung: Fix build errorSachin Kamat
2014-05-28serial: samsung: Neaten dbg usesJoe Perches
2014-04-24serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson
2014-04-24serial: samsung: don't check config for every characterDoug Anderson
2014-04-24serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson
2014-02-13serial: samsung: Move uart_register_driver call to device probeTushar Behera
2013-12-08serial: samsung: move clock deactivation below uart registrationHeiko Stübner
2013-09-26serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves
2013-09-26serial: samsung: Remove casting the return value which is a void pointerJingoo Han
2013-08-27tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-06-19serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap
2013-06-08Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman
2013-06-03serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...Wei Yongjun
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