aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+0
2014-07-19serial: samsung: Remove support for legacy clock codeTomasz Figa1-4/+0
2014-07-17serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi1-4/+5
2014-07-17serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi1-1/+1
2014-07-17serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi1-3/+9
2014-07-10serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-5/+0
2014-07-09serial: samsung: no more support for S5PC100 SoCKukjin Kim1-2/+1
2014-07-09serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim1-1/+0
2014-07-09serial: samsung: Consider DT alias when probing portsTomasz Figa1-3/+10
2014-07-09serial: samsung: Remove redundant labelTushar Behera1-4/+1
2014-06-17serial: samsung: Fix build errorSachin Kamat1-1/+1
2014-05-28serial: samsung: Neaten dbg usesJoe Perches1-6/+29
2014-04-24serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson1-1/+1
2014-04-24serial: samsung: don't check config for every characterDoug Anderson1-5/+6
2014-04-24serial: 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-08serial: samsung: move clock deactivation below uart registrationHeiko Stübner1-1/+7
2013-09-26serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves1-3/+17
2013-09-26serial: samsung: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-08-27tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-1/+4
2013-07-31serial: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+1
2013-06-19serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap1-3/+1
2013-06-08Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman1-0/+13
2013-06-03serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_modinit()Wei Yongjun1-1/+7
2013-06-03serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap1-0/+13
2013-05-20serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-04-11tty: serial/samsung: fix modular buildArnd Bergmann1-2/+2
2013-04-11tty: serial/samsung: make register definitions globalArnd Bergmann1-3/+3
2013-04-11tty: serial/samsung: prepare for common clock APIArnd Bergmann1-1/+6
2013-03-28serial: samsung: Avoid waiting forever for TX readyMichael Spang1-3/+19
2013-03-28serial: samsung: Restore IRQ mask during noirq resumeMichael Spang1-0/+20
2013-03-28tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa1-0/+4