Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
663ab9c4c9b4be8a6aa41d65e3e89194733a5267
/
drivers
/
tty
/
serial
/
pch_uart.c
8368d6a
pch_uart: don't hardcode PCI slot to get DMA device
by Andy Shevchenko
· 10 years ago
493671a
serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API
by Geert Uytterhoeven
· 10 years ago
c7d44a0
serial_core: Commonalize crlf when working w/ a non open console port
by Doug Anderson
· 11 years ago
50d16ca
pch_uart: Add uart device to irq name
by Alexander Stein
· 11 years ago
6ec0656
serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n
by Jingoo Han
· 11 years ago
4fbd269
Merge branch 'fixes' into tty-next
by Greg Kroah-Hartman
· 11 years ago
e41c098
tty: serial: pch: don't crash if DMA enabled but not loaded
by Sebastian Andrzej Siewior
· 11 years ago
311df74
tty: remove DEFINE_PCI_DEVICE_TABLE macro
by Jingoo Han
· 11 years ago
9cfb5e3
serial: pch_uart: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
3592501
serial: pch_uart: remove reference to .set_wake()
by Linus Walleij
· 11 years ago
4ceedcf
Merge 3.12-rc3 into tty-next
by Greg Kroah-Hartman
· 11 years ago
52592da
serial: pch_uart: Add MODULE_DEVICE_TABLE
by Ben Hutchings
· 11 years ago
0b53861
serial: pch_uart: remove unnecessary tty_port_tty_get
by Johan Hovold
· 11 years ago
19b85cf
serial: pch_uart: fix tty-kref leak in dma-rx path
by Johan Hovold
· 11 years ago
fc0919c
serial: pch_uart: fix tty-kref leak in rx-error path
by Johan Hovold
· 11 years ago
09a5163
serial: pch_uart: fix compilation warning
by Luis Henriques
· 11 years ago
e26439c
serial: pch_uart: Fix signed-ness and casting of uartclk related fields
by Darren Hart
· 11 years ago
0a09ae9
serial: pch_uart: Remove __initdata annotation from dmi_table
by Darren Hart
· 11 years ago
4e32348
pch_uart: Use DMI interface for board detection
by Darren Hart
· 11 years ago
29692d0
pch_uart: Add uart_clk selection for the MinnowBoard
by Darren Hart
· 11 years ago
ef44d28
serial: pch_uart: add console poll support
by Liang Li
· 12 years ago
e8c5b56
serial: pch_uart: fix sysrq handling for pch_uart
by Liang Li
· 12 years ago
1f9db09
pch_uart: add sysrq support
by Liang Li
· 12 years ago
384e301
pch_uart: fix a deadlock when pch_uart as console
by Liang Li
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
227434f
TTY: switch tty_buffer_request_room to tty_port
by Jiri Slaby
· 12 years ago
9671f09
tty: remove use of __devinit
by Bill Pemberton
· 12 years ago
2d47b71
tty: serial: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
a92098a
pch_uart: check kzalloc result in dma_handle_tx()
by Fengguang Wu
· 12 years ago
2fc39ae
pch_uart: Fix parity setting issue
by Tomoya MORINAGA
· 12 years ago
ae213f3
pch_uart: Fix rx error interrupt setting issue
by Tomoya MORINAGA
· 12 years ago
669bd45
pch_uart: Fix missing break for 16 byte fifo
by Alan Cox
· 12 years ago
fe89def
pch_uart: Add eg20t_port lock field, avoid recursive spinlocks
by Darren Hart
· 12 years ago
10af77c
Merge 3.4-rc4 into tty-next
by Greg Kroah-Hartman
· 13 years ago
665ab0f
Merge 3.4-rc3 into tty-next
by Greg Kroah-Hartman
· 13 years ago
af6d17c
pch_uart: Fix dma channel unallocated issue
by Tomoya MORINAGA
· 13 years ago
f4f9c1a
Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
ef4f9d4
pch_uart: Fix duplicate memory release issue
by Tomoya MORINAGA
· 13 years ago
04e2c2e
pch_uart: Fix return value issue
by Tomoya MORINAGA
· 13 years ago
159d4e1
pch_uart: delete unused data structure
by Tomoya MORINAGA
· 13 years ago
5181fb3
pch_uart: Support modem status interrupt
by Tomoya MORINAGA
· 13 years ago
b23954a3
pch_uart: change type to %d to %02x
by Tomoya MORINAGA
· 13 years ago
2a58364
pch_uart: change type to u8
by Tomoya MORINAGA
· 13 years ago
44db113
pch_uart: Delete unused structure member
by Tomoya MORINAGA
· 13 years ago
11bbd5b
pch_uart: Add Kontron COMe-mTT10 uart clock quirk
by Michael Brunner
· 13 years ago
867c902
pch_uart: Fix MSI setting issue
by Tomoya MORINAGA
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
a46f553
pch_uart: Add module parameter descriptions
by Darren Hart
· 13 years ago
7ce9251
pch_uart: Use existing default_baud in setup_console
by Darren Hart
· 13 years ago
2a44feb
pch_uart: Add user_uartclk parameter
by Darren Hart
· 13 years ago
077175f
pch_uart: Add Fish River Island II uart clock quirks
by Darren Hart
· 13 years ago
a8a3ec9
pch_uart: Use uartclk instead of base_baud
by Darren Hart
· 13 years ago
6f56d0f
serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()
by Feng Tang
· 13 years ago
30c6c6b
serial: pch_uart: trivial cleanup by removing the get_msr()
by Feng Tang
· 13 years ago
d011411
serial: pch_uart: add debugfs hook for register dump
by Feng Tang
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
dd7c7c3
Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c
by Greg Kroah-Hartman
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
e30f867
drivers/tty/serial/pch_uart.c: add console support
by Alexander Stein
· 13 years ago
90f04c2
pch_uart: Fix DMA resource leak issue
by Tomoya MORINAGA
· 13 years ago
eca9dfa
pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
by Tomoya MORINAGA
· 13 years ago
8249f74
pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
by Tomoya MORINAGA
· 13 years ago
a1d7cfe
pch_uart: Fix hw-flow control issue
by Tomoya MORINAGA
· 13 years ago
a485df4
spi, serial: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
efb8d21
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
ee160a3
TTY: serial, fix includes in some drivers
by Jiri Slaby
· 13 years ago
6c4b47d
pch_uart: Set PCIe bus number using probe parameter
by Tomoya MORINAGA
· 13 years ago
d5ef642
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
bff52fd
pch_uart: add missing comment about OKI ML7223
by Alexander Stein
· 13 years ago
e463595
pch_uart: Add MSI support
by Alexander Stein
· 13 years ago
fb139df
drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULL
by Alexander Stein
· 13 years ago
0e2adc0
serial/pch: use global div helper instead of creating a private one
by Uwe Kleine-König
· 13 years ago
023bc8e
drivers/tty/serial/pch_uart.c needs slab.h
by Andrew Morton
· 13 years ago
177c2cb
pch_uart: Support new device ML7223 IOH
by Tomoya MORINAGA
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6ae705b
pch_uart: reference clock on CM-iTC
by Denis Turischev
· 14 years ago
fec38d1
pch_uart: Fix DMA channel miss-setting issue.
by Tomoya MORINAGA
· 14 years ago
60d1031
pch_uart: fix exclusive access issue
by Tomoya MORINAGA
· 14 years ago
9af7155
pch_uart: fix auto flow control miss-setting issue
by Tomoya MORINAGA
· 14 years ago
aac6c0b
pch_uart: fix uart clock setting issue
by Tomoya MORINAGA
· 14 years ago
23877fd
pch_uart : Use dev_xxx not pr_xxx
by Tomoya MORINAGA
· 14 years ago
1822076
pch_uart : Reduce memcpy
by Tomoya MORINAGA
· 14 years ago
7e46132
pch_uart: add spin_lock_init
by Tomoya MORINAGA
· 14 years ago
da3564e
pch_uart: add multi-scatter processing
by Tomoya MORINAGA
· 14 years ago
f95497d9
serial, pch uart: Remove duplicate inclusion of linux/pci.h header
by Jesper Juhl
· 14 years ago
4564e1e
serial: pch_uart: support new device ML7213
by Tomoya MORINAGA
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/pch_uart.c]
1c51899
pch_uart : fix warnings for 64bit compile
by Tomoya MORINAGA
· 14 years ago
3c6a483
Serial: EG20T: add PCH_UART driver
by Tomoya MORINAGA
· 14 years ago