Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
42ce4126d8bc2e128e1f207cf79bb0623fac498f
/
drivers
/
tty
/
serial
/
bfin_uart.c
fc811472
tty: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
190c6cc
serial: bfin_uart: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
0e03e3f
serial: bfin_uart: Remove casting the return value which is a void pointer
by Jingoo Han
· 11 years ago
6734a83
serial: bfin_uart: Fix incorrect placement of __initdata
by Sachin Kamat
· 11 years ago
574de55
serial: use dev_get_platdata()
by Jingoo Han
· 11 years ago
37e1ceb
serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE
by Axel Lin
· 11 years ago
e99c33b
TTY: serial/bfin_uart, unbreak build with KGDB enabled
by Jiri Slaby
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
1cd3f2d
serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.
by Sonic Zhang
· 12 years ago
ae8d8a1
tty: remove use of __devexit
by Bill Pemberton
· 12 years ago
2d47b71
tty: serial: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
9642dbe
serial: bfin-uart: avoid dead lock in rx irq handler in smp kernel
by Steven Miao
· 12 years ago
3bd7bf1
Merge branch 'master' into for-next
by Jiri Kosina
· 12 years ago
46e99c4
tty: Fix typo in tty drivers
by Masanari Iida
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
59bd234
serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style controller.
by Sonic Zhang
· 12 years ago
3c2d0ed
serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width.
by Sonic Zhang
· 12 years ago
239c25b
serial: bfin_uart: narrow the reboot condition in DMA tx interrupt
by Sonic Zhang
· 12 years ago
b06d2f2
serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller.
by Sonic Zhang
· 12 years ago
60f4b00
serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after it is reset.
by Sonic Zhang
· 13 years ago
6485163
serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.
by Sonic Zhang
· 13 years ago
b48dc71
serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.
by Sonic Zhang
· 13 years ago
f5b6940
serial: bfin-uart: remove redundant CTS check for hardware CTS control.
by Sonic Zhang
· 13 years ago
ee948e3
serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.
by Sonic Zhang
· 13 years ago
32b4456
serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.
by Sonic Zhang
· 13 years ago
9cfb5c0
TTY: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
47918f0
serial:bfin_uart: Put TX IRQ in individual platform resource.
by Sonic Zhang
· 13 years ago
0c6967b
serial:blackfin: rename Blackfin serial driver to bfin_uart.c
by Sonic Zhang
· 13 years ago
[Renamed from drivers/tty/serial/bfin_5xx.c]
bb7e58f
serial:blackfin: Correct coding style in bfin serial driver.
by Sonic Zhang
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
0f66e50
serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlock
by Sonic Zhang
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/bfin_5xx.c]
57afb39
serial: bfin_5xx: move resources into board files
by Sonic Zhang
· 15 years ago
5bb06b6
serial: bfin_5xx: grab port lock before making port termios changes
by Sonic Zhang
· 14 years ago
6d9e449
serial: bfin_5xx: disable CON_PRINTBUFFER for consoles
by Sonic Zhang
· 14 years ago
001a05d
serial: bfin_5xx: remove redundant SSYNC to improve TX speed
by Sonic Zhang
· 14 years ago
b610099
serial: bfin_5xx: always include DMA headers
by Sonic Zhang
· 14 years ago
a89f246
drivers/serial/bfin_5xx.c: Fix line continuation defects
by Joe Perches
· 14 years ago
d87d9b7
tty: serial - fix tty referencing in set_ldisc
by Alan Cox
· 14 years ago
e59e2bd
serial: bfin_5xx: fix typo in IER check
by Sonic Zhang
· 14 years ago
ca3e442
serial: bfin_5xx: IRDA is not affected by anomaly 05000230
by Graf Yang
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
599b714
serial: bfin_5xx: pull in linux/io.h for ioremap prototypes
by Mike Frysinger
· 15 years ago
cdc592d
serial: bfin_5xx: kgdboc should accept gdb break only when it is active
by Sonic Zhang
· 15 years ago
7ed43f6a
serial: bfin_5xx: need to disable DMA TX interrupt too
by Graf Yang
· 15 years ago
b2ced4f
serial: bfin_5xx: remove useless gpio handling with hard flow control
by Sonic Zhang
· 15 years ago
ebd2c8f
serial: kill off uart_info
by Alan Cox
· 15 years ago
0271edd
serial: bfin_5xx: fix building as module when early printk is enabled
by Mike Frysinger
· 15 years ago
607c268
serial: bfin_5xx: fix building as module when early printk is enabled
by Mike Frysinger
· 15 years ago
9c529a3
serial: bfin_5xx: add missing spin_lock init
by Mike Frysinger
· 15 years ago
2860b79
Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs
by Sonic Zhang
· 15 years ago
8450779
Blackfin Serial Driver: handle anomaly 05000231
by Sonic Zhang
· 15 years ago
0efa4f2
Blackfin Serial Driver: annotate anomalies 05000215 and 05000099
by Sonic Zhang
· 15 years ago
35ff693
Blackfin Serial Driver: handle irregular DMA register status in auto start mode
by Sonic Zhang
· 15 years ago
f9d36da
Blackfin Serial Driver: fix missing new lines when under load
by Graf Yang
· 15 years ago
7de7c55
Blackfin Serial Driver: fix baudrate for early_printk
by Robin Getz
· 15 years ago
8516c56
Blackfin Serial Driver: fix error while transferring large files
by Sonic Zhang
· 15 years ago
daba028
bfin_5xx: misplaced parentheses
by Roel Kluin
· 16 years ago
d307d36
tty: Blackin CTS/RTS
by Sonic Zhang
· 16 years ago
6f95570
Change hardware flow control from poll to interrupt driven
by Sonic Zhang
· 16 years ago
f448710
blackfin: Subtract ANOMALY_05000230 on quot
by Graf Yang
· 16 years ago
8c4210e
Fix DMA rx ring buffer handling
by Sonic Zhang
· 16 years ago
df04baf
blackfin: Fix tty compile error in PIO mode
by Sonic Zhang
· 16 years ago
59e4e3e
blackfin: Use unsigned long for flags with irq functions
by Mike Frysinger
· 16 years ago
e482a23
Blackfin Serial Driver: Remove BI status for known_good_char
by Sonic Zhang
· 16 years ago
68a784c
Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files over UART in DMA mode
by Sonic Zhang
· 16 years ago
b6efa1e
Blackfin Serial Driver: Clean serial console and early prink code.
by Sonic Zhang
· 16 years ago
80d5c47
Blackfin Serial Driver: fix bug - SIR driver stop receiving randomly
by Graf Yang
· 16 years ago
52e15f0e
Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb framework
by Sonic Zhang
· 16 years ago
ab2375f
Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO mode
by Sonic Zhang
· 16 years ago
b3ef5ab
Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART
by Graf Yang
· 16 years ago
5ffdeea2
Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.
by Sonic Zhang
· 16 years ago
08668ab
Blackfin Serial Driver: Remove useless stop
by Sonic Zhang
· 16 years ago
c9607ec
Blackfin Serial Driver: move common variables out of serial headers and into the serial driver
by Mike Frysinger
· 16 years ago
d273e201
Blackfin Serial Driver: trim trailing whitespace -- no functional changes
by Mike Frysinger
· 16 years ago
ccfbc3e
Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.
by Sonic Zhang
· 16 years ago
c111340
Blackfin Serial Driver: use __initdata for data, not __init
by Mike Frysinger
· 16 years ago
639f657
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
by Bryan Wu
· 16 years ago
b1cbefe
blackfin: Fix compile failure in tty code
by Alan Cox
· 16 years ago
a88487c
Fix compile errors in SGI console drivers (linux-next tree)
by Takashi Iwai
· 16 years ago
f30ac0c
Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.
by Sonic Zhang
· 16 years ago
3b8458a
Blackfin serial driver: fix up tty core set_ldisc API change breakage bug
by Graf Yang
· 16 years ago
1feaa51
Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.
by Sonic Zhang
· 16 years ago
45828b8
Blackfin Serial Driver: abstract away DLAB differences into header
by Mike Frysinger
· 17 years ago
89bf6dc5
Blackfin Serial Driver: macro away the IER differences between processors
by Mike Frysinger
· 17 years ago
71cc2c2
serial: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0a27842
Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer.
by Sonic Zhang
· 17 years ago
50e2e15
Blackfin Serial Driver: the uart break anomaly has been given its own number, so switch to it
by Mike Frysinger
· 17 years ago
2ade972
Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port.
by Graf Yang
· 17 years ago
1a3a4c7
Blackfin Serial Driver: Fix bug - kernel hangs when accessing uart 0 on bf537 when booting u-boot and linux on uart 1
by Sonic Zhang
· 17 years ago
0c44a86
Blackfin Serial Driver: punt unused lsr variable
by Mike Frysinger
· 17 years ago
7d01b47
Blackfin Serial Driver: Enable IR function when user application (irattach /dev/ttyBFx -s) call TIOCSETD ioctl with line discipline N_IRDA
by Graf Yang
· 17 years ago
e169c13
serial: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
0aef456
Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.
by Sonic Zhang
· 17 years ago
56f5de8
Blackfin Serial Driver: Fix bug - update tx dma buffer tail before wake up processes.
by Sonic Zhang
· 17 years ago
0711d85
Blackfin Serial Driver: Fix bug - Increase buffer tail immediately before starting tx dma.
by Sonic Zhang
· 17 years ago
db28838
[Blackfin] serial driver: Add flow control support to bf54x
by Sonic Zhang
· 17 years ago
4cb4f22
[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as well
by Sonic Zhang
· 17 years ago
1ba7a3e
[Blackfin] serial driver: use simpler comment headers and strip out information that is maintained in the scm's log
by Mike Frysinger
· 17 years ago
Next »