summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson2014-04-241-1/+1
* serial: samsung: don't check config for every characterDoug Anderson2014-04-241-5/+6
* serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson2014-04-241-6/+6
* serial: samsung: Move uart_register_driver call to device probeTushar Behera2014-02-131-29/+11
* serial: samsung: move clock deactivation below uart registrationHeiko Stübner2013-12-081-1/+7
* serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves2013-09-261-3/+17
* serial: samsung: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-1/+4
* serial: use dev_get_platdata()Jingoo Han2013-07-311-2/+2
* Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-07-021-3/+1
|\
| * serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is definedChander Kashyap2013-06-191-3/+1
* | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-081-0/+13
|\ \ | |/
| * serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap2013-06-031-0/+13
* | serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...Wei Yongjun2013-06-031-1/+7
|/
* serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun2013-05-201-0/+1
* tty: serial/samsung: fix modular buildArnd Bergmann2013-04-111-2/+2
* tty: serial/samsung: make register definitions globalArnd Bergmann2013-04-111-3/+3
* tty: serial/samsung: prepare for common clock APIArnd Bergmann2013-04-111-1/+6
* serial: samsung: Avoid waiting forever for TX readyMichael Spang2013-03-281-3/+19
* serial: samsung: Restore IRQ mask during noirq resumeMichael Spang2013-03-281-0/+20
* tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa2013-03-281-0/+4
OpenPOWER on IntegriCloud