aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
AgeCommit message (Expand)Author
2022-04-15serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby
2020-10-01tty: serial: samsung: Correct clock selection logicJonathan Bakker
2020-09-03serial: samsung: Removes the IRQ not found warningTamseel Shams
2019-02-19tty: serial: samsung: Enable baud clock during initialisationStuart Menefy
2018-12-17tty: serial: samsung: Increase maximum baudrateSeung-Woo Kim
2018-12-17tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo
2018-09-18serial: samsung: Enable baud clock for UART reset procedure in resumeMarek Szyprowski
2018-05-24serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski
2018-05-14serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski
2018-02-28serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-04-08serial: samsung: Remove useless spinlockMarek Szyprowski
2017-04-08serial: samsung: Add missing checks for dma_map_single failureMarek Szyprowski
2017-04-08serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski
2017-03-07serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski
2017-02-03serial: samsung: enable clock before accessing interrupt mask resister남영민
2017-01-12serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski
2016-08-31serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski
2016-06-25tty: serial: samsung: add byte-order aware bit functionsMatthew Leach
2016-06-25serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski
2016-06-25serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski
2016-04-30serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi
2016-03-07serial: samsung: optimize UART rx fifo access routineYoungmin Nam
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2015-10-04serial: samsung: Fix UART status handling in DMA modeRobert Baldyga
2015-10-04serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() functionRobert Baldyga
2015-10-04serial: samsung: remove unneded 'ignore_char' labelRobert Baldyga
2015-10-04serial: samsung: remove unused 'irq' parameterRobert Baldyga
2015-08-04serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga
2015-08-04serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski
2015-07-23serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas
2015-05-10serial: samsung: Constify platform_device_idKrzysztof Kozlowski
2015-05-10serial: samsung: Staticize local symbolKrzysztof Kozlowski
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