Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d0920a9cd7e735c429c510b523a100db82c937a1
/
drivers
/
tty
/
serial
/
xilinx_uartps.c
99d27316
serial: xuartps: Remove __init marking from early write
by Jeffy Chen
· 7 years ago
094094a
serial: uartps: Fix kernel doc warnings
by Nava kishore Manne
· 8 years ago
d653c43
serial: xilinx_uartps: Fix the error path
by Shubhrajyoti Datta
· 8 years ago
ecfc577
serial: xuartps: Enable clocks in the pm disable case also
by Shubhrajyoti Datta
· 8 years ago
81e33b5
serial: xuartps: Cleanup the clock enable
by Shubhrajyoti Datta
· 8 years ago
d62100f
serial: xilinx_uartps: Add pm runtime support
by Shubhrajyoti Datta
· 8 years ago
5935a2b
serial: xuartps: Enable uart loopback mode
by Yasir-Khan
· 8 years ago
0267a4f
serial: xuartps: Add new compatible string for ZynqMP
by Nava kishore Manne
· 8 years ago
c41251b
serial: xuartps: Add some register initialisation to cdns_early_console_setup()
by Scott Telford
· 8 years ago
212d249
serial: xuartps: Removed unwanted checks while reading the error conditions
by Nava kishore Manne
· 8 years ago
c8dbdc8
serial: xuartps: Rewrite the interrupt handling logic
by Anirudha Sarangi
· 8 years ago
a308189
serial: xuartps: Do not enable parity error interrupt
by Anirudha Sarangi
· 8 years ago
27b17ae
tty: serial: xuartps: Wait for rx and tx reset done status
by Nava kishore Manne
· 8 years ago
3816b2f8
serial: xuartps: Adds RXBS register support for zynqmp
by Nava kishore Manne
· 8 years ago
f098a0a
tty: xuartps: constify uart_ops structures
by Julia Lawall
· 8 years ago
210417c
tty: xuartps: disable clocks when not used
by Shubhrajyoti Datta
· 9 years ago
93d7bba
serial: xuartps: Enable OF earlycon support
by Michal Simek
· 9 years ago
07986580
tty: xuartps: Consolidate TX handling
by Soren Brinkmann
· 9 years ago
a8df6a5
tty: xuartps: Remove '_OFFSET' suffix from #defines
by Soren Brinkmann
· 9 years ago
74ea66d4
tty: xuartps: Improve sysrq handling
by Soren Brinkmann
· 9 years ago
354fb1a
tty: xuartps: Cleanup: Reformat if-else
by Soren Brinkmann
· 9 years ago
373e882
tty: xuartps: Refactor IRQ handling
by Soren Brinkmann
· 9 years ago
55861d1
tty: xuartps: Move request_irq to after setting up the HW
by Soren Brinkmann
· 9 years ago
5ede4a5
tty: xuartps: Move RX path into helper function
by Soren Brinkmann
· 9 years ago
a19eda0
tty: xuartps: Acquire port lock for shutdown
by Soren Brinkmann
· 9 years ago
4c0b92e
tty: xuartps: Keep lock for whole ISR
by Soren Brinkmann
· 9 years ago
6e14f7c
tty: xuartps: Improve startup function
by Soren Brinkmann
· 9 years ago
aea8f3d
tty: xuartps: Clear interrupt status register in shutdown
by Soren Brinkmann
· 9 years ago
ea8dd8e
tty: xuartps: Don't consider circular buffer when enabling transmitter
by Soren Brinkmann
· 9 years ago
f0f54a8
tty: xuartps: Use spinlock to serialize HW access
by Soren Brinkmann
· 9 years ago
e3538c3
tty: xuartps: Beautify read-modify writes
by Soren Brinkmann
· 9 years ago
54585ba
serial: xuartps: add __init to earlycon write method
by Masahiro Yamada
· 10 years ago
5c90c07
serial: xilinx: Use platform_get_irq to get irq description structure
by Michal Simek
· 10 years ago
136debf
serial: xuartps: Fix check in console_setup().
by Thomas Betker
· 10 years ago
19f22ef
serial: xuartps: Get rid of register access macros.
by Thomas Betker
· 10 years ago
0c39a46
serial: xuartps: Fix iobase use.
by Thomas Betker
· 10 years ago
6db6df0
serial: xuartps: Fix cdns_uart_port[] definition.
by Thomas Betker
· 10 years ago
9646e4f
serial: xuartps: Fix register space size.
by Thomas Betker
· 10 years ago
ed0bb23
tty: constify of_device_id array
by Fabian Frederick
· 10 years ago
f641549
tty: serial: xilinx_uartps: Use Macro for ttyPS0
by Peter Crosthwaite
· 10 years ago
6ecde47
tty: xuartps: Fix RX hang, and TX corruption in termios call
by Nathan Rossi
· 10 years ago
19038ad
tty: xuartps: Add support for setting modem control signals
by Lars-Peter Clausen
· 10 years ago
6fa62fc
serial: cadence: Add generic earlycon support
by Michal Simek
· 10 years ago
882ebfc
Merge 3.17-rc5 into tty-next
by Greg Kroah-Hartman
· 10 years ago
6731af5
tty: xuartps: Fix tx_emtpy() callback
by Lars-Peter Clausen
· 10 years ago
4ebe786
tty: serial: xuartps: Remove .owner field for driver
by Michal Simek
· 10 years ago
8b152f1
serial: treewide: Remove empty implementations of enable_ms()
by Alexander Shiyan
· 11 years ago
d9bb3fb
tty: xuartps: Rebrand driver as Cadence UART
by Soren Brinkmann
· 11 years ago
b494a5f
tty: xuartps: Don't write IRQ disable register to enable interrupts
by Soren Brinkmann
· 11 years ago
35dc5a5
tty: xuartps: Refactor read-modify-writes
by Soren Brinkmann
· 11 years ago
5ce15d2
tty: xuartps: Print warning in clock notifier
by Soren Brinkmann
· 11 years ago
e555a21
tty: xuartps: Clean up
by Soren Brinkmann
· 11 years ago
928e926
tty: xuartps: Initialize ports according to aliases
by Michal Simek
· 11 years ago
489810a1
tty: xuartps: Fix kernel-doc errors in the driver
by Michal Simek
· 11 years ago
c2db11e
tty: xuartps: Properly guard sysrq specific code
by Soren Brinkmann
· 11 years ago
7ac5734
tty: xuartps: Fix build error when COMMON_CLK is not set
by Soren Brinkmann
· 11 years ago
d3641f6
tty: xuartps: Fix build error due to missing forward declaration
by Soren Brinkmann
· 11 years ago
d54b181
tty: xuartps: Fix "may be used uninitialized" build warning
by Soren Brinkmann
· 11 years ago
37cd940
tty: xuartps: Update copyright information
by Soren Brinkmann
· 11 years ago
4b47d9a
tty: xuartps: Implement suspend/resume callbacks
by Soren Brinkmann
· 11 years ago
c4b0510
tty: xuartps: Dynamically adjust to input frequency changes
by Soren Brinkmann
· 11 years ago
e6b39bf
tty: xuartps: Updating set_baud_rate()
by Soren Brinkmann
· 11 years ago
d3755f5
tty: xuartps: Force enable the UART in xuartps_console_write
by Lars-Peter Clausen
· 11 years ago
85baf54
tty: xuartps: support 64 byte FIFO size
by Suneel
· 11 years ago
6ee04c6
tty: xuartps: Add polled mode support for xuartps
by Vlad Lungu
· 11 years ago
0c0c47b
tty: xuartps: Implement BREAK detection, add SYSRQ support
by Vlad Lungu
· 11 years ago
c03cae1
tty: xuartps: Use devm_kzalloc
by Soren Brinkmann
· 11 years ago
991fc25
tty: xuartps: Use devm_clk_get()
by Soren Brinkmann
· 11 years ago
3883cbb
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
696faed
serial: use platform_{get,set}_drvdata()
by Jingoo Han
· 12 years ago
30e1e28
arm: zynq: Migrate platform to clock controller
by Soren Brinkmann
· 12 years ago
e424259
tty: xuartps: Remove suspend/resume functions
by Soren Brinkmann
· 12 years ago
ef99f3a
Merge 3.9-rc5 into tty-next
by Greg Kroah-Hartman
· 12 years ago
855f6fd
Xilinx: ARM: UART: clear pending irqs before enabling irqs
by John Linn
· 12 years ago
30215c3
serial: xilinx_uartps: remove superfluous IDR write
by Steffen Trumtrar
· 12 years ago
eb51d91
serial: xilinx_uartps: Remove leftover __exit_p()
by Michal Simek
· 12 years ago
2326669c
serial: xilinx_uartps: Get clock rate info from dts
by Josh Cartwright
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
ae8d8a1
tty: remove use of __devexit
by Bill Pemberton
· 12 years ago
de88b34
tty: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
9671f09
tty: remove use of __devinit
by Bill Pemberton
· 12 years ago
4bb535d
serial: xilinx_uartps: kill CONFIG_OF conditional
by Josh Cartwright
· 12 years ago
578b9ce
tty: Add module.h to drivers/tty users who just expect it there.
by Paul Gortmaker
· 14 years ago
ee160a3
TTY: serial, fix includes in some drivers
by Jiri Slaby
· 13 years ago
61ec901
tty/serial: add support for Xilinx PS UART
by John Linn
· 14 years ago