summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: samsung: Enable baud clock during initialisationStuart Menefy2019-02-191-0/+42
* tty: serial: samsung: Increase maximum baudrateSeung-Woo Kim2018-12-171-1/+1
* tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo2018-12-171-0/+3
* serial: samsung: Enable baud clock for UART reset procedure in resumeMarek Szyprowski2018-09-181-0/+8
* serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski2018-05-241-4/+29
* serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-05-141-5/+2Star
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-02-281-0/+4
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0Star
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: samsung: Remove useless spinlockMarek Szyprowski2017-04-081-4/+0Star
* serial: samsung: Add missing checks for dma_map_single failureMarek Szyprowski2017-04-081-7/+24
* serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski2017-04-081-5/+4Star
* serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-071-2/+4
* serial: samsung: enable clock before accessing interrupt mask resister남영민2017-02-031-0/+3
* serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski2017-01-121-11/+6Star
* serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2016-08-311-1/+1
* tty: serial: samsung: add byte-order aware bit functionsMatthew Leach2016-06-251-9/+7Star
* serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski2016-06-251-2/+2
* serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski2016-06-251-5/+13
* serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi2016-04-301-2/+2
* serial: samsung: optimize UART rx fifo access routineYoungmin Nam2016-03-081-5/+13
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-071-6/+0Star
* serial: samsung: Fix UART status handling in DMA modeRobert Baldyga2015-10-041-27/+3Star
* serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() functionRobert Baldyga2015-10-041-10/+13
* serial: samsung: remove unneded 'ignore_char' labelRobert Baldyga2015-10-041-5/+2Star
* serial: samsung: remove unused 'irq' parameterRobert Baldyga2015-10-041-4/+4
* serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga2015-08-051-15/+21
* serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2015-08-051-2/+11
* serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas2015-07-241-1/+0Star
* serial: samsung: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
* serial: samsung: Staticize local symbolKrzysztof Kozlowski2015-05-101-1/+1
* serial: samsung: fix serial console breakRobert Baldyga2015-04-281-2/+3
* serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas2015-03-261-0/+1
* serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski2015-02-021-0/+2
* serial: samsung: remove redundant interrupt enablingRobert Baldyga2015-02-021-8/+1Star
* serial: samsung: Add support for early consoleTomasz Figa2015-02-021-0/+103
* Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman2015-01-191-20/+36
|\
| * serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi2015-01-091-20/+36
* | serial: samsung: add DMA support for RXRobert Baldyga2015-01-091-3/+230
* | serial: samsung: add DMA support for TXRobert Baldyga2015-01-091-16/+222
* | serial: samsung: add dma reqest/release functionsRobert Baldyga2015-01-091-0/+101
* | serial: samsung: alloc dma stucture in ourportRobert Baldyga2015-01-091-0/+12
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga2014-11-261-2/+2
* | serial: samsung: prefer to use fifosize from driver dataRobert Baldyga2014-11-261-5/+4Star
* | serial: samsung: fix style problemsRobert Baldyga2014-11-261-18/+28
* | serial: samsung: wait for transfer completion before clock disableRobert Baldyga2014-11-261-0/+4
* | serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle2014-11-061-27/+0Star
|/
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-4/+0Star
|\