aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee1-2595/+0
2019-02-19tty: serial: samsung: Enable baud clock during initialisationStuart Menefy1-0/+42
2018-12-17tty: serial: samsung: Increase maximum baudrateSeung-Woo Kim1-1/+1
2018-12-17tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo1-0/+3
2018-09-18serial: samsung: Enable baud clock for UART reset procedure in resumeMarek Szyprowski1-0/+8
2018-05-24serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski1-4/+29
2018-05-14serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski1-5/+2
2018-02-28serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-04-08serial: samsung: Remove useless spinlockMarek Szyprowski1-4/+0
2017-04-08serial: samsung: Add missing checks for dma_map_single failureMarek Szyprowski1-7/+24
2017-04-08serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski1-5/+4
2017-03-07serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski1-2/+4
2017-02-03serial: samsung: enable clock before accessing interrupt mask resister남영민1-0/+3
2017-01-12serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski1-11/+6
2016-08-31serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski1-1/+1
2016-06-25tty: serial: samsung: add byte-order aware bit functionsMatthew Leach1-9/+7
2016-06-25serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-06-25serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-5/+13
2016-04-30serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()Chanwoo Choi1-2/+2
2016-03-07serial: samsung: optimize UART rx fifo access routineYoungmin Nam1-5/+13
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-6/+0
2015-10-04serial: samsung: Fix UART status handling in DMA modeRobert Baldyga1-27/+3
2015-10-04serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() functionRobert Baldyga1-10/+13
2015-10-04serial: samsung: remove unneded 'ignore_char' labelRobert Baldyga1-5/+2
2015-10-04serial: samsung: remove unused 'irq' parameterRobert Baldyga1-4/+4
2015-08-04serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga1-15/+21
2015-08-04serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski1-2/+11
2015-07-23serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas1-1/+0
2015-05-10serial: samsung: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10serial: samsung: Staticize local symbolKrzysztof Kozlowski1-1/+1
2015-04-28serial: samsung: fix serial console breakRobert Baldyga1-2/+3
2015-03-26serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas1-0/+1
2015-02-02serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski1-0/+2
2015-02-02serial: samsung: remove redundant interrupt enablingRobert Baldyga1-8/+1
2015-02-02serial: samsung: Add support for early consoleTomasz Figa1-0/+103
2015-01-19Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman1-20/+36
2015-01-09serial: samsung: add DMA support for RXRobert Baldyga1-3/+230
2015-01-09serial: samsung: add DMA support for TXRobert Baldyga1-16/+222
2015-01-09serial: samsung: add dma reqest/release functionsRobert Baldyga1-0/+101
2015-01-09serial: samsung: alloc dma stucture in ourportRobert Baldyga1-0/+12
2015-01-09serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi1-20/+36
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga1-2/+2
2014-11-25serial: samsung: prefer to use fifosize from driver dataRobert Baldyga1-5/+4
2014-11-25serial: samsung: fix style problemsRobert Baldyga1-18/+28
2014-11-25serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2014-11-05serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle1-27/+0
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0