summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: samsung: Correct clock selection logicJonathan Bakker2020-10-011-4/+4
* serial: samsung: Removes the IRQ not found warningTamseel Shams2020-09-031-3/+5
* serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski2020-05-101-2/+2
* tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo2019-02-201-0/+3
* serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-06-161-5/+2
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-301-0/+4
* serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski2017-05-201-5/+4
* serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-181-2/+4
* serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski2016-08-201-5/+13
* serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi2016-06-011-2/+2
* serial: samsung: Fix UART status handling in DMA modeRobert Baldyga2015-10-041-27/+3
* 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/+2
* serial: samsung: remove unused 'irq' parameterRobert Baldyga2015-10-041-4/+4
* serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga2015-08-041-15/+21
* serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2015-08-041-2/+11
* serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas2015-07-231-1/+0
* 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/+1
* 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-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga2014-11-251-2/+2
* | serial: samsung: prefer to use fifosize from driver dataRobert Baldyga2014-11-251-5/+4
* | serial: samsung: fix style problemsRobert Baldyga2014-11-251-18/+28
* | serial: samsung: wait for transfer completion before clock disableRobert Baldyga2014-11-251-0/+4
* | serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle2014-11-051-27/+0
|/
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-4/+0
|\
| * serial: samsung: Remove support for legacy clock codeTomasz Figa2014-07-191-4/+0
* | serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi2014-07-171-4/+5
* | serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi2014-07-171-1/+1
* | serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi2014-07-171-3/+9
* | serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam2014-07-101-2/+2
* | serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-5/+0
* | serial: samsung: no more support for S5PC100 SoCKukjin Kim2014-07-091-2/+1
* | serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim2014-07-091-1/+0
* | serial: samsung: Consider DT alias when probing portsTomasz Figa2014-07-091-3/+10
* | serial: samsung: Remove redundant labelTushar Behera2014-07-091-4/+1
|/
* serial: samsung: Fix build errorSachin Kamat2014-06-171-1/+1
* serial: samsung: Neaten dbg usesJoe Perches2014-05-281-6/+29