index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
xilinx_uartps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-10
serial: xuartps: add __init to earlycon write method
Masahiro Yamada
1
-1
/
+2
2015-04-28
serial: xilinx: Use platform_get_irq to get irq description structure
Michal Simek
1
-6
/
+6
2015-03-27
serial: xuartps: Fix check in console_setup().
Thomas Betker
1
-1
/
+1
2015-03-27
serial: xuartps: Get rid of register access macros.
Thomas Betker
1
-112
/
+118
2015-03-27
serial: xuartps: Fix iobase use.
Thomas Betker
1
-1
/
+0
2015-03-27
serial: xuartps: Fix cdns_uart_port[] definition.
Thomas Betker
1
-1
/
+1
2015-03-27
serial: xuartps: Fix register space size.
Thomas Betker
1
-1
/
+1
2015-03-27
tty: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-07
tty: serial: xilinx_uartps: Use Macro for ttyPS0
Peter Crosthwaite
1
-1
/
+2
2015-02-02
tty: xuartps: Fix RX hang, and TX corruption in termios call
Nathan Rossi
1
-4
/
+6
2014-11-07
tty: xuartps: Add support for setting modem control signals
Lars-Peter Clausen
1
-1
/
+21
2014-09-29
serial: cadence: Add generic earlycon support
Michal Simek
1
-0
/
+19
2014-09-15
Merge 3.17-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2014-09-09
tty: xuartps: Fix tx_emtpy() callback
Lars-Peter Clausen
1
-1
/
+1
2014-09-09
tty: serial: xuartps: Remove .owner field for driver
Michal Simek
1
-1
/
+0
2014-07-10
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-6
/
+0
2014-04-25
tty: xuartps: Rebrand driver as Cadence UART
Soren Brinkmann
1
-443
/
+465
2014-04-25
tty: xuartps: Don't write IRQ disable register to enable interrupts
Soren Brinkmann
1
-5
/
+1
2014-04-25
tty: xuartps: Refactor read-modify-writes
Soren Brinkmann
1
-28
/
+24
2014-04-25
tty: xuartps: Print warning in clock notifier
Soren Brinkmann
1
-1
/
+3
2014-04-25
tty: xuartps: Clean up
Soren Brinkmann
1
-136
/
+74
2014-04-25
tty: xuartps: Initialize ports according to aliases
Michal Simek
1
-8
/
+16
2014-04-25
tty: xuartps: Fix kernel-doc errors in the driver
Michal Simek
1
-60
/
+49
2013-12-18
tty: xuartps: Properly guard sysrq specific code
Soren Brinkmann
1
-0
/
+2
2013-10-29
tty: xuartps: Fix build error when COMMON_CLK is not set
Soren Brinkmann
1
-0
/
+8
2013-10-29
tty: xuartps: Fix build error due to missing forward declaration
Soren Brinkmann
1
-14
/
+14
2013-10-29
tty: xuartps: Fix "may be used uninitialized" build warning
Soren Brinkmann
1
-1
/
+1
2013-10-20
tty: xuartps: Update copyright information
Soren Brinkmann
1
-1
/
+1
2013-10-20
tty: xuartps: Implement suspend/resume callbacks
Soren Brinkmann
1
-0
/
+114
2013-10-20
tty: xuartps: Dynamically adjust to input frequency changes
Soren Brinkmann
1
-4
/
+119
2013-10-20
tty: xuartps: Updating set_baud_rate()
Soren Brinkmann
1
-43
/
+93
2013-10-20
tty: xuartps: Force enable the UART in xuartps_console_write
Lars-Peter Clausen
1
-1
/
+11
2013-10-20
tty: xuartps: support 64 byte FIFO size
Suneel
1
-7
/
+23
2013-10-20
tty: xuartps: Add polled mode support for xuartps
Vlad Lungu
1
-0
/
+52
2013-10-20
tty: xuartps: Implement BREAK detection, add SYSRQ support
Vlad Lungu
1
-1
/
+49
2013-10-20
tty: xuartps: Use devm_kzalloc
Soren Brinkmann
1
-9
/
+5
2013-10-20
tty: xuartps: Use devm_clk_get()
Soren Brinkmann
1
-10
/
+4
2013-07-03
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-18
/
+67
2013-06-03
serial: use platform_{get,set}_drvdata()
Jingoo Han
1
-4
/
+2
2013-05-27
arm: zynq: Migrate platform to clock controller
Soren Brinkmann
1
-18
/
+67
2013-05-20
tty: xuartps: Remove suspend/resume functions
Soren Brinkmann
1
-30
/
+0
2013-04-01
Merge 3.9-rc5 into tty-next
Greg Kroah-Hartman
1
-0
/
+2
2013-03-26
Xilinx: ARM: UART: clear pending irqs before enabling irqs
John Linn
1
-0
/
+2
2013-03-26
serial: xilinx_uartps: remove superfluous IDR write
Steffen Trumtrar
1
-3
/
+0
2013-01-22
serial: xilinx_uartps: Remove leftover __exit_p()
Michal Simek
1
-1
/
+1
2013-01-22
serial: xilinx_uartps: Get clock rate info from dts
Josh Cartwright
1
-15
/
+19
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-11
/
+3
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
[next]