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
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
/
bfin_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
serial:bfin-uart:Remove 'struct timeval'
DengChao
1
-15
/
+12
2015-05-06
serial: bfin: ctsrts: enfore Kconfig naming convention
Valentin Rothberg
1
-12
/
+12
2015-03-26
bfin uart: it will hang when read current y count if not disable dma irq
Hao Liang
1
-0
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-07
serial: core: Pass termios to set_ldisc() notifications
Peter Hurley
1
-2
/
+3
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-24
serial: bfin-uart: Fix auto CTS
Peter Hurley
1
-1
/
+2
2014-09-24
serial: core: Privatize tty->hw_stopped
Peter Hurley
1
-7
/
+7
2014-07-11
serial: blackfin: Fix CTS flow control
Peter Hurley
1
-5
/
+8
2014-07-10
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-9
/
+0
2014-06-20
serial: Fix IGNBRK handling
Peter Hurley
1
-1
/
+1
2013-10-17
tty: Remove unnecessary semicolons
Joe Perches
1
-2
/
+2
2013-10-07
serial: bfin_uart: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+1
2013-09-27
serial: bfin_uart: Remove casting the return value which is a void pointer
Jingoo Han
1
-9
/
+6
2013-08-12
serial: bfin_uart: Fix incorrect placement of __initdata
Sachin Kamat
1
-3
/
+3
2013-08-01
serial: use dev_get_platdata()
Jingoo Han
1
-5
/
+6
2013-07-27
serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE
Axel Lin
1
-4
/
+0
2013-03-19
TTY: serial/bfin_uart, unbreak build with KGDB enabled
Jiri Slaby
1
-23
/
+0
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+3
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-22
serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.
Sonic Zhang
1
-0
/
+9
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-16
serial: bfin-uart: avoid dead lock in rx irq handler in smp kernel
Steven Miao
1
-4
/
+3
2012-10-28
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+1
2012-10-25
tty: Fix typo in tty drivers
Masanari Iida
1
-1
/
+1
2012-07-17
tty: move the termios object into the tty
Alan Cox
1
-1
/
+1
2012-05-18
serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style contro...
Sonic Zhang
1
-16
/
+4
2012-05-18
serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width.
Sonic Zhang
1
-12
/
+10
2012-05-18
serial: bfin_uart: narrow the reboot condition in DMA tx interrupt
Sonic Zhang
1
-1
/
+1
2012-05-18
serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller.
Sonic Zhang
1
-19
/
+13
2012-03-14
serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after...
Sonic Zhang
1
-3
/
+5
2011-12-13
serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.
Sonic Zhang
1
-3
/
+14
2011-12-13
serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.
Sonic Zhang
1
-9
/
+10
2011-12-10
serial: bfin-uart: remove redundant CTS check for hardware CTS control.
Sonic Zhang
1
-23
/
+1
2011-12-10
serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.
Sonic Zhang
1
-1
/
+3
2011-12-10
serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.
Sonic Zhang
1
-10
/
+9
2011-09-23
TTY: irq: Remove IRQF_DISABLED
Yong Zhang
1
-4
/
+4
2011-08-23
serial:bfin_uart: Put TX IRQ in individual platform resource.
Sonic Zhang
1
-14
/
+22
2011-08-23
serial:blackfin: rename Blackfin serial driver to bfin_uart.c
Sonic Zhang
1
-0
/
+1603