aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04tty: serial: uartps: Add support for uartps controller resetManikanta Guntupalli1-0/+15
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-10/+10
2024-01-27tty: serial: uartps: Add rs485 support to uartps driverManikanta Guntupalli1-4/+196
2024-01-27tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485Manikanta Guntupalli1-17/+19
2023-11-25serial: xilinx_uartps: Fix kernel doc about .remove()'s return codeUwe Kleine-König1-2/+0
2023-11-23serial: xilinx_uartps: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-16serial: xilinx_uartps: unset STOPBRK when setting STARTBRKJulien Malik1-1/+1
2023-09-18serial: xilinx_uartps: Use port lock wrappersThomas Gleixner1-28/+28
2023-08-04tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...Ruan Jinjie1-2/+2
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König1-3/+2
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+1
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness1-1/+1
2022-11-03serial: xuartps: Use uart_xmit_advance()Ilpo Järvinen1-3/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-08-30tty: xilinx_uartps: Check the clk_enable return valueShubhrajyoti Datta1-2/+10
2022-08-30tty: xilinx_uartps: Add timeout waiting for loopShubhrajyoti Datta1-1/+13
2022-08-30tty: xilinx_uartps: Prevent writes when the controller is disabledShubhrajyoti Datta1-0/+15
2022-08-30tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta1-0/+2
2022-08-30tty: xilinx_uartps: Initialise the read_status_maskShubhrajyoti Datta1-0/+2
2022-08-30tty: xilinx_uartps: Update copyright text to correct formatMichal Simek1-1/+1
2022-08-30tty: xilinx_uartps: Check clk_enable return valueShubhrajyoti Datta1-2/+10
2022-04-22serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()Jiri Slaby1-10/+7
2022-04-22serial: xilinx_uartps: return early in cdns_uart_handle_tx()Jiri Slaby1-29/+18
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-10-26serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula1-1/+2
2021-06-24serial: Prefer unsigned int to bare use of unsignedJinchao Wang1-1/+1
2021-05-20tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()Lee Jones1-1/+1
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-4/+4
2021-04-22serial: xilinx_uartps: drop low-latency workaroundJohan Hovold1-2/+1
2020-11-06tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'Lee Jones1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-21tty: xilinx_uartps: Really fix id assignmentHelmut Grohne1-2/+6
2020-06-27Revert "tty: xilinx_uartps: Fix missing id assignment to the console"Jan Kiszka1-1/+0
2020-05-11Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman1-0/+1
2020-05-04tty: xilinx_uartps: Fix missing id assignment to the consoleShubhrajyoti Datta1-0/+1
2020-04-27Merge 5.7-rc3 into tty-nextGreg Kroah-Hartman1-162/+49
2020-04-16serial: uartps: Use cdns_uart_tx_empty in console_writeRaviteja Narayanam1-3/+1
2020-04-16serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam1-0/+8
2020-04-16Revert "serial: uartps: Register own uart console and driver structures"Michal Simek1-55/+40
2020-04-16Revert "serial: uartps: Move Port ID to device data structure"Michal Simek1-11/+9
2020-04-16Revert "serial: uartps: Change uart ID port allocation"Michal Simek1-98/+13
2020-04-16Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES"Michal Simek1-4/+2
2020-04-16Revert "serial: uartps: Fix error path when alloc failed"Michal Simek1-4/+2
2020-04-16Revert "serial: uartps: Use the same dynamic major number for all ports"Michal Simek1-3/+2
2020-04-16Revert "serial: uartps: Fix uartps_major handling"Michal Simek1-7/+1
2020-03-24serial: uartps: Add TACTIVE check in cdns_uart_tx_empty functionRaviteja Narayanam1-2/+2
2020-03-24serial: uartps: Remove unconditional wait inside set_termiosRaviteja Narayanam1-14/+2
2020-01-14serial: xilinx_uartps: set_mctrl sets RTS and DTRMaarten Brock1-0/+4
2020-01-14serial: xilinx_uartps: set_termios sets flowcontrolMaarten Brock1-5/+9
2020-01-14serial: xilinx_uartps: Let get_mctrl return statusMaarten Brock1-3/+25
2019-12-18tty/serial: Migrate xilinx_uartps to use has_sysrqDmitry Safonov1-4/+1
2019-10-04serial: uartps: Fix uartps_major handlingMichal Simek1-1/+7
2019-09-04xilinx_uartps.c: suppress "may be used uninitialised" warningStephen Rothwell1-1/+1
2019-06-18serial: uartps: Remove useless return from cdns_uart_poll_put_charNava kishore Manne1-2/+0
2019-06-18serial: uartps: Do not add a trailing semicolon to macroNava kishore Manne1-1/+1
2019-06-18serial: uartps: Fix long line over 80 charsNava kishore Manne1-1/+2
2019-06-18serial: uartps: Fix multiple line dereferenceNava kishore Manne1-2/+2
2019-06-18serial: uartps: Use octal permission for module_param()Nava kishore Manne1-2/+2
2019-06-18serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta1-2/+3
2019-06-10serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta1-4/+10
2019-06-10serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta1-2/+1
2019-04-29serial: uartps: Add support for cts-overrideShubhrajyoti Datta1-0/+12
2019-03-01tty: xilinx_uartps: Correct return value in probeRajan Vaja1-13/+19
2019-02-19serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula1-1/+7
2018-12-19serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne1-2/+2
2018-12-19serial: uartps: Fix error path when alloc failedMichal Simek1-2/+4
2018-12-19serial: uartps: Check if the device is a consoleShubhrajyoti Datta1-2/+2
2018-12-19serial: uartps: Add the device_init_wakeupShubhrajyoti Datta1-0/+2
2018-12-06Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman1-12/+14
2018-12-05tty: xilinx_uartps: Correct return value in probeRajan Vaja1-14/+12
2018-11-09serial: set suppress_bind_attrs flag only if builtinAnders Roxell1-0/+1
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek1-1/+1
2018-10-11serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESMichal Simek1-2/+4
2018-10-02serial: uartps: Fix missing unlock on error in cdns_get_id()Wei Yongjun1-1/+3
2018-09-20serial: uartps: Change uart ID port allocationMichal Simek1-13/+96
2018-09-18serial: uartps: Enable automatic flow controlMichal Simek1-5/+4
2018-09-18serial: uartps: Move Port ID to device data structureMichal Simek1-9/+11
2018-09-18serial: uartps: Register own uart console and driver structuresMichal Simek1-38/+55
2018-09-18serial: uartps: Change logic how console_port is setupMichal Simek1-2/+9
2018-09-18serial: uartps: Fill struct uart_driver in probe()Michal Simek1-14/+12
2018-09-18serial: uartps: Move register to probe based on run time detectionMichal Simek1-19/+23
2018-09-18serial: uartps: Move alias reading higher in probe()Michal Simek1-11/+10
2018-09-18serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek1-5/+9
2018-09-18serial: uartps: Fix suspend functionalityNava kishore Manne1-29/+12
2018-09-18serial: uartps: Do not initialize field to zero againMichal Simek1-3/+0
2018-09-18serial: uartps: console_setup() can't be placed to init sectionMichal Simek1-1/+1
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne1-2/+0
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne1-12/+7
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne1-1/+1
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2018-04-25serial: uartps: Remove static port arrayMichal Simek1-12/+4
2018-04-25serial: uartps: Move cnds_uart_get_port to probeMichal Simek1-40/+21
2018-04-25serial: uartps: Use dynamic array for console portMichal Simek1-5/+24
2018-04-25serial: uartps: Remove console_initcall from the driverMichal Simek1-14/+0
2018-04-23tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek1-1/+1
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang1-4/+2
2018-02-28serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-04tty: xilinx_uartps: move to arch_initcall for earlier consoleShubhrajyoti Datta1-1/+1
2017-07-30serial: xuartps: Remove __init marking from early writeJeffy Chen1-1/+1
2017-06-03serial: uartps: Fix kernel doc warningsNava kishore Manne1-0/+1
2017-05-18serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta1-4/+5
2017-04-08serial: xuartps: Enable clocks in the pm disable case alsoShubhrajyoti Datta1-7/+7
2017-03-17serial: xuartps: Cleanup the clock enableShubhrajyoti Datta1-6/+3
2017-03-14serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta1-8/+42
2017-01-25serial: xuartps: Enable uart loopback modeYasir-Khan1-0/+9
2016-10-27serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne1-0/+2
2016-09-27serial: xuartps: Add some register initialisation to cdns_early_console_setup()Scott Telford1-1/+26
2016-09-27serial: xuartps: Removed unwanted checks while reading the error conditionsNava kishore Manne1-37/+35
2016-09-27serial: xuartps: Rewrite the interrupt handling logicAnirudha Sarangi1-105/+114
2016-09-22serial: xuartps: Do not enable parity error interruptAnirudha Sarangi1-2/+15
2016-09-22tty: serial: xuartps: Wait for rx and tx reset done statusNava kishore Manne1-0/+8
2016-09-22serial: xuartps: Adds RXBS register support for zynqmpNava kishore Manne1-20/+81
2016-09-02tty: xuartps: constify uart_ops structuresJulia Lawall1-1/+1
2016-06-25tty: xuartps: disable clocks when not usedShubhrajyoti Datta1-6/+24
2016-03-07serial: xuartps: Enable OF earlycon supportMichal Simek1-1/+3
2016-02-06tty: xuartps: Consolidate TX handlingSoren Brinkmann1-57/+40
2016-02-06tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann1-115/+106
2016-02-06tty: xuartps: Improve sysrq handlingSoren Brinkmann1-15/+5
2016-02-06tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann1-62/+62
2016-02-06tty: xuartps: Refactor IRQ handlingSoren Brinkmann1-6/+11
2016-02-06tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann1-9/+12
2016-02-06tty: xuartps: Move RX path into helper functionSoren Brinkmann1-22/+28
2016-02-06tty: xuartps: Acquire port lock for shutdownSoren Brinkmann1-0/+6
2016-02-06tty: xuartps: Keep lock for whole ISRSoren Brinkmann1-2/+0
2016-02-06tty: xuartps: Improve startup functionSoren Brinkmann1-8/+12
2016-02-06tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann1-0/+1
2016-02-06tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann1-1/+4
2016-02-06tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann1-12/+6
2016-02-06tty: xuartps: Beautify read-modify writesSoren Brinkmann1-6/+9
2015-05-10serial: xuartps: add __init to earlycon write methodMasahiro Yamada1-1/+2
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek1-6/+6
2015-03-26serial: xuartps: Fix check in console_setup().Thomas Betker1-1/+1
2015-03-26serial: xuartps: Get rid of register access macros.Thomas Betker1-112/+118
2015-03-26serial: xuartps: Fix iobase use.Thomas Betker1-1/+0
2015-03-26serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker1-1/+1
2015-03-26serial: xuartps: Fix register space size.Thomas Betker1-1/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-07tty: serial: xilinx_uartps: Use Macro for ttyPS0Peter Crosthwaite1-1/+2
2015-02-02tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi1-4/+6
2014-11-06tty: xuartps: Add support for setting modem control signalsLars-Peter Clausen1-1/+21
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek1-0/+19
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen1-1/+1
2014-09-08tty: serial: xuartps: Remove .owner field for driverMichal Simek1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2014-04-24tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann1-443/+465
2014-04-24tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann1-5/+1
2014-04-24tty: xuartps: Refactor read-modify-writesSoren Brinkmann1-28/+24
2014-04-24tty: xuartps: Print warning in clock notifierSoren Brinkmann1-1/+3
2014-04-24tty: xuartps: Clean upSoren Brinkmann1-136/+74
2014-04-24tty: xuartps: Initialize ports according to aliasesMichal Simek1-8/+16
2014-04-24tty: xuartps: Fix kernel-doc errors in the driverMichal Simek1-60/+49
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann1-0/+2
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann1-0/+8
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann1-14/+14
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann1-1/+1
2013-10-19tty: xuartps: Update copyright informationSoren Brinkmann1-1/+1
2013-10-19tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann1-0/+114
2013-10-19tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann1-4/+119
2013-10-19tty: xuartps: Updating set_baud_rate()Soren Brinkmann1-43/+93
2013-10-19tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen1-1/+11
2013-10-19tty: xuartps: support 64 byte FIFO sizeSuneel1-7/+23
2013-10-19tty: xuartps: Add polled mode support for xuartpsVlad Lungu1-0/+52
2013-10-19tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu1-1/+49
2013-10-19tty: xuartps: Use devm_kzallocSoren Brinkmann1-9/+5
2013-10-19tty: xuartps: Use devm_clk_get()Soren Brinkmann1-10/+4
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-18/+67
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han1-4/+2
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann1-18/+67
2013-05-20tty: xuartps: Remove suspend/resume functionsSoren Brinkmann1-30/+0
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-0/+2
2013-03-25Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn1-0/+2
2013-03-25serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar1-3/+0
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek1-1/+1
2013-01-21serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright1-15/+19
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-11/+3
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-15serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright1-9/+0
2011-10-31tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker1-0/+1
2011-09-22TTY: serial, fix includes in some driversJiri Slaby1-1/+3
2011-05-03tty/serial: add support for Xilinx PS UARTJohn Linn1-0/+1113