summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAge
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-02-28
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-08
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* serial: samsung: Remove useless spinlockMarek Szyprowski2017-04-08
* serial: samsung: Add missing checks for dma_map_single failureMarek Szyprowski2017-04-08
* serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski2017-04-08
* serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-07
* serial: samsung: enable clock before accessing interrupt mask resister남영민2017-02-03
* serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski2017-01-12
* serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2016-08-31
* tty: serial: samsung: add byte-order aware bit functionsMatthew Leach2016-06-25
* serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski2016-06-25
* serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski2016-06-25
* serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi2016-04-30
* serial: samsung: optimize UART rx fifo access routineYoungmin Nam2016-03-07
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-06
* serial: samsung: Fix UART status handling in DMA modeRobert Baldyga2015-10-04
* serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() functionRobert Baldyga2015-10-04
* serial: samsung: remove unneded 'ignore_char' labelRobert Baldyga2015-10-04
* serial: samsung: remove unused 'irq' parameterRobert Baldyga2015-10-04
* serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga2015-08-04
* serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2015-08-04
* serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas2015-07-23
* serial: samsung: Constify platform_device_idKrzysztof Kozlowski2015-05-10
* serial: samsung: Staticize local symbolKrzysztof Kozlowski2015-05-10
* serial: samsung: fix serial console breakRobert Baldyga2015-04-28
* serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas2015-03-26
* serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski2015-02-02
* serial: samsung: remove redundant interrupt enablingRobert Baldyga2015-02-02
* serial: samsung: Add support for early consoleTomasz Figa2015-02-02
* Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman2015-01-19
|\
| * serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi2015-01-09
* | serial: samsung: add DMA support for RXRobert Baldyga2015-01-09
* | serial: samsung: add DMA support for TXRobert Baldyga2015-01-09
* | serial: samsung: add dma reqest/release functionsRobert Baldyga2015-01-09
* | serial: samsung: alloc dma stucture in ourportRobert Baldyga2015-01-09
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga2014-11-25
* | serial: samsung: prefer to use fifosize from driver dataRobert Baldyga2014-11-25
* | serial: samsung: fix style problemsRobert Baldyga2014-11-25
* | serial: samsung: wait for transfer completion before clock disableRobert Baldyga2014-11-25
* | serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle2014-11-05
|/
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-08
|\
| * serial: samsung: Remove support for legacy clock codeTomasz Figa2014-07-19
* | serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi2014-07-17
* | serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi2014-07-17
* | serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi2014-07-17
* | serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam2014-07-10
* | serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-09