aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
AgeCommit message (Expand)Author
2017-05-17serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski
2017-05-17serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski
2016-08-16serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski
2016-07-10serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi
2015-09-21serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga
2015-09-21serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski
2015-04-28serial: samsung: fix serial console breakRobert Baldyga
2015-03-26serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas
2015-02-02serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski
2015-02-02serial: samsung: remove redundant interrupt enablingRobert Baldyga
2015-02-02serial: samsung: Add support for early consoleTomasz Figa
2015-01-19Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman
2015-01-09serial: samsung: add DMA support for RXRobert Baldyga
2015-01-09serial: samsung: add DMA support for TXRobert Baldyga
2015-01-09serial: samsung: add dma reqest/release functionsRobert Baldyga
2015-01-09serial: samsung: alloc dma stucture in ourportRobert Baldyga
2015-01-09serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga
2014-11-25serial: samsung: prefer to use fifosize from driver dataRobert Baldyga
2014-11-25serial: samsung: fix style problemsRobert Baldyga
2014-11-25serial: samsung: wait for transfer completion before clock disableRobert Baldyga
2014-11-05serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
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