summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/xilinx_uartps.c
AgeCommit message (Expand)Author
2019-04-27serial: uartps: console_setup() can't be placed to init sectionMichal Simek
2018-05-30serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2015-05-10serial: xuartps: add __init to earlycon write methodMasahiro Yamada
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek
2015-03-26serial: xuartps: Fix check in console_setup().Thomas Betker
2015-03-26serial: xuartps: Get rid of register access macros.Thomas Betker
2015-03-26serial: xuartps: Fix iobase use.Thomas Betker
2015-03-26serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker
2015-03-26serial: xuartps: Fix register space size.Thomas Betker
2015-03-26tty: constify of_device_id arrayFabian Frederick
2015-03-07tty: serial: xilinx_uartps: Use Macro for ttyPS0Peter Crosthwaite
2015-02-02tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi
2014-11-06tty: xuartps: Add support for setting modem control signalsLars-Peter Clausen
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen
2014-09-08tty: serial: xuartps: Remove .owner field for driverMichal Simek
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-04-24tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann
2014-04-24tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann
2014-04-24tty: xuartps: Refactor read-modify-writesSoren Brinkmann
2014-04-24tty: xuartps: Print warning in clock notifierSoren Brinkmann
2014-04-24tty: xuartps: Clean upSoren Brinkmann
2014-04-24tty: xuartps: Initialize ports according to aliasesMichal Simek
2014-04-24tty: xuartps: Fix kernel-doc errors in the driverMichal Simek
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann
2013-10-19tty: xuartps: Update copyright informationSoren Brinkmann
2013-10-19tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann
2013-10-19tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann
2013-10-19tty: xuartps: Updating set_baud_rate()Soren Brinkmann
2013-10-19tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen
2013-10-19tty: xuartps: support 64 byte FIFO sizeSuneel
2013-10-19tty: xuartps: Add polled mode support for xuartpsVlad Lungu
2013-10-19tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu
2013-10-19tty: xuartps: Use devm_kzallocSoren Brinkmann
2013-10-19tty: xuartps: Use devm_clk_get()Soren Brinkmann
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann
2013-05-20tty: xuartps: Remove suspend/resume functionsSoren Brinkmann
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman
2013-03-25Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn
2013-03-25serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek
2013-01-21serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2012-11-21tty: remove use of __devexitBill Pemberton