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
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
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
/
pch_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-16
serial: pch_uart: add console poll support
Liang Li
1
-24
/
+79
2013-01-25
serial: pch_uart: fix sysrq handling for pch_uart
Liang Li
1
-0
/
+2
2013-01-21
pch_uart: add sysrq support
Liang Li
1
-8
/
+19
2013-01-21
pch_uart: fix a deadlock when pch_uart as console
Liang Li
1
-7
/
+22
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-17
/
+2
2013-01-16
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-5
/
+5
2013-01-16
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-2
/
+3
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-08-16
pch_uart: check kzalloc result in dma_handle_tx()
Fengguang Wu
1
-0
/
+4
2012-07-17
pch_uart: Fix parity setting issue
Tomoya MORINAGA
1
-1
/
+1
2012-07-17
pch_uart: Fix rx error interrupt setting issue
Tomoya MORINAGA
1
-6
/
+12
2012-07-17
pch_uart: Fix missing break for 16 byte fifo
Alan Cox
1
-0
/
+1
2012-06-21
pch_uart: Add eg20t_port lock field, avoid recursive spinlocks
Darren Hart
1
-12
/
+26
2012-04-23
Merge 3.4-rc4 into tty-next
Greg Kroah-Hartman
1
-23
/
+30
2012-04-19
Merge 3.4-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2012-04-19
pch_uart: Fix dma channel unallocated issue
Tomoya MORINAGA
1
-1
/
+3
2012-04-13
Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+8
2012-04-09
pch_uart: Fix duplicate memory release issue
Tomoya MORINAGA
1
-4
/
+7
2012-04-09
pch_uart: Fix return value issue
Tomoya MORINAGA
1
-0
/
+5
2012-04-09
pch_uart: delete unused data structure
Tomoya MORINAGA
1
-6
/
+0
2012-04-09
pch_uart: Support modem status interrupt
Tomoya MORINAGA
1
-2
/
+13
2012-04-09
pch_uart: change type to %d to %02x
Tomoya MORINAGA
1
-1
/
+1
2012-04-09
pch_uart: change type to u8
Tomoya MORINAGA
1
-8
/
+4
2012-04-09
pch_uart: Delete unused structure member
Tomoya MORINAGA
1
-2
/
+0
2012-04-09
pch_uart: Add Kontron COMe-mTT10 uart clock quirk
Michael Brunner
1
-0
/
+7
2012-04-09
pch_uart: Fix MSI setting issue
Tomoya MORINAGA
1
-0
/
+1
2012-04-06
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-6
/
+2
2012-04-06
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-6
/
+2
2012-03-30
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
1
-2
/
+2
2012-03-10
pch_uart: Add module parameter descriptions
Darren Hart
1
-0
/
+4
2012-03-10
pch_uart: Use existing default_baud in setup_console
Darren Hart
1
-1
/
+1
2012-03-10
pch_uart: Add user_uartclk parameter
Darren Hart
1
-0
/
+5
2012-03-10
pch_uart: Add Fish River Island II uart clock quirks
Darren Hart
1
-13
/
+27
2012-03-10
pch_uart: Use uartclk instead of base_baud
Darren Hart
1
-10
/
+10
2012-02-09
serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()
Feng Tang
1
-13
/
+3
2012-02-09
serial: pch_uart: trivial cleanup by removing the get_msr()
Feng Tang
1
-21
/
+8
2012-02-09
serial: pch_uart: add debugfs hook for register dump
Feng Tang
1
-0
/
+84
2012-01-18
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2011-11-27
Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c
Greg Kroah-Hartman
1
-5
/
+14
2011-11-17
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
1
-2
/
+2
2011-11-16
drivers/tty/serial/pch_uart.c: add console support
Alexander Stein
1
-1
/
+159
2011-11-16
pch_uart: Fix DMA resource leak issue
Tomoya MORINAGA
1
-2
/
+2
2011-11-16
pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
Tomoya MORINAGA
1
-3
/
+3
2011-11-16
pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
Tomoya MORINAGA
1
-0
/
+8
2011-11-16
pch_uart: Fix hw-flow control issue
Tomoya MORINAGA
1
-0
/
+1
2011-10-31
spi, serial: move to dma_transfer_direction
Vinod Koul
1
-2
/
+2
2011-10-26
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+2
2011-09-23
TTY: serial, fix includes in some drivers
Jiri Slaby
1
-0
/
+2
[next]