summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung.c
AgeCommit message (Expand)AuthorFilesLines
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-05serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga1-15/+21
2015-08-05serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski1-2/+11
2015-07-24serial: 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-27serial: 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-10serial: samsung: add DMA support for RXRobert Baldyga1-3/+230
2015-01-10serial: samsung: add DMA support for TXRobert Baldyga1-16/+222
2015-01-10serial: samsung: add dma reqest/release functionsRobert Baldyga1-0/+101
2015-01-10serial: samsung: alloc dma stucture in ourportRobert Baldyga1-0/+12
2015-01-10serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi1-20/+36
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-26serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga1-2/+2
2014-11-26serial: samsung: prefer to use fifosize from driver dataRobert Baldyga1-5/+4
2014-11-26serial: samsung: fix style problemsRobert Baldyga1-18/+28
2014-11-26serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2014-11-06serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle1-27/+0
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-4/+0
2014-07-18serial: samsung: Remove support for legacy clock codeTomasz Figa1-4/+0
2014-07-18serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi1-4/+5
2014-07-18serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi1-1/+1
2014-07-18serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi1-3/+9
2014-07-11serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-5/+0
2014-07-10serial: samsung: no more support for S5PC100 SoCKukjin Kim1-2/+1
2014-07-10serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim1-1/+0
2014-07-10serial: samsung: Consider DT alias when probing portsTomasz Figa1-3/+10
2014-07-10serial: samsung: Remove redundant labelTushar Behera1-4/+1
2014-06-18serial: samsung: Fix build errorSachin Kamat1-1/+1
2014-05-28serial: samsung: Neaten dbg usesJoe Perches1-6/+29
2014-04-25serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson1-1/+1
2014-04-25serial: samsung: don't check config for every characterDoug Anderson1-5/+6
2014-04-25serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson1-6/+6
2014-02-13serial: samsung: Move uart_register_driver call to device probeTushar Behera1-29/+11
2013-12-09serial: samsung: move clock deactivation below uart registrationHeiko Stübner1-1/+7
2013-09-27serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves1-3/+17
2013-09-27serial: samsung: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-08-28tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-1/+4
2013-08-01serial: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-03Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+1