Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
509da8fda4f06d7914dbada7af121c9f00284173
/
drivers
/
tty
/
serial
/
amba-pl011.c
3db9ab0
drivers: PL011: add ACPI probing for SBSA UART
by Graeme Gregory
· 10 years ago
0dd1e24
drivers: PL011: add support for the ARM SBSA generic UART
by Andre Przywara
· 10 years ago
cefc2d1
drivers: PL011: allow to supply fixed option string
by Andre Przywara
· 10 years ago
71eec48
drivers: PL011: allow avoiding UART enabling/disabling
by Andre Przywara
· 10 years ago
9c4ef4b
drivers: PL011: move cts_event workaround into separate function
by Andre Przywara
· 10 years ago
075167e
drivers: PL011: replace UART_MIS reading with _RIS & _IMSC
by Andre Przywara
· 10 years ago
3873e2d
drivers: PL011: refactor pl011_probe()
by Andre Przywara
· 10 years ago
ef5a935
drivers: PL011: refactor pl011_set_termios()
by Andre Przywara
· 10 years ago
95166a3
drivers: PL011: refactor pl011_shutdown()
by Andre Przywara
· 10 years ago
867b8e8
drivers: PL011: refactor pl011_startup()
by Andre Przywara
· 10 years ago
49bb3c8
drivers: PL011: avoid potential unregister_driver call
by Andre Przywara
· 10 years ago
fa8cd0f
serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next
by Dave Martin
· 10 years ago
02730d3
Merge 4.1-rc4 into tty-next
by Greg Kroah-Hartman
· 10 years ago
ec61847
Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
by Dave Martin
· 10 years ago
1e84d22
serial/amba-pl011: Refactor and simplify TX FIFO handling
by Dave Martin
· 10 years ago
f28c1d0
Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
by Dave Martin
· 10 years ago
48d7ff0
drivers/tty: serial: remove info message
by Jorge Ramirez-Ortiz
· 10 years ago
1c9be31
drivers/tty: amba: defer DMA probe until the DMA channel is required.
by Jorge Ramirez-Ortiz
· 10 years ago
f2ee6df
serial/amba-pl011: Leave the TX IRQ alone when the UART is not open
by Dave Martin
· 10 years ago
734745c
serial/amba-pl011: Activate TX IRQ passively
by Dave Martin
· 10 years ago
98267d3
serial: pl011: Add device tree support for RX DMA polling
by Andrew Jackson
· 10 years ago
2d3b7d6
serial: pl011: Don't enable RX DMA if residue processing not supported
by Andrew Jackson
· 10 years ago
c64be92
serial: pl011: Set length of DMA transfer
by Andrew Jackson
· 10 years ago
e2a545a
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
by Andrew Jackson
· 10 years ago
4c0be45
serial: pl011: Allocate TX DMA buffer from DMA capable memory
by Andrew Jackson
· 10 years ago
36f339d
serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE
by Peter Hurley
· 10 years ago
479e9b9
serial: Refactor uart_flush_buffer() from uart_close()
by Peter Hurley
· 10 years ago
a5820c2
serial: amba-pl011: Use container_of() to get uart_amba_port
by Daniel Thompson
· 10 years ago
7f6d942
serial: amba-pl011: Remove redundant label
by Tushar Behera
· 10 years ago
ef8b9dd
serial: Fix IGNBRK handling
by Peter Hurley
· 11 years ago
45e0f0f
tty/serial: pl011: add DT based earlycon support
by Rob Herring
· 11 years ago
0d3c673
tty/serial: pl011: add generic earlycon support
by Rob Herring
· 11 years ago
1e7da05
serial: amba-pl011: fix regression, causing an Oops on rmmod
by Guennadi Liakhovetski
· 11 years ago
b2aeb77
serial: pl011: change Rx burst size to half of trigger level
by Guennadi Liakhovetski
· 11 years ago
ef2889f
serial: pl011: Move uart_register_driver call to device probe
by Tushar Behera
· 11 years ago
c25a1ad
serial: pl011: fix fall back from DMA to interrupt mode
by Guennadi Liakhovetski
· 11 years ago
30ae585
serial: pl011: (cosmetic) remove superfluous register write
by Guennadi Liakhovetski
· 11 years ago
570d291
serial: amba-pl011: preseserve hardware settings during initialisation
by Jon Medhurst
· 11 years ago
b60f2f6
serial: amba-pl011: factor out code for writing LCR_H register
by Jon Medhurst
· 11 years ago
fe43390
serial: amba-pl011: use port lock to guard control register access
by Jon Medhurst
· 11 years ago
8f898bf
Revert "serial: pl011: use DMA RX polling by default"
by Greg Kroah-Hartman
· 11 years ago
1743821
serial: pl011: use DMA RX polling by default
by Linus Walleij
· 11 years ago
d0ce850
serial: pl011: Convert to modern PM ops
by Ulf Hansson
· 11 years ago
187094f
serial: pl011: remove redundant early amba_ports declaration
by Baruch Siach
· 11 years ago
7ea816a
serial: Remove unnecessary amba_set_drvdata()
by Michal Simek
· 11 years ago
b83286b
serial: amba-pl011: Use __releases/__acquires annotations
by Fabio Estevam
· 11 years ago
574de55
serial: use dev_get_platdata()
by Jingoo Han
· 11 years ago
3dbde57
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 11 years ago
2b996fc
tty: serial: modify PL011 driver to use pinctrl PM helpers
by Linus Walleij
· 12 years ago
8095e4e
Merge 3.10-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
f6b6f52
serial: pl011: protect attribute read from NULL platform data struct
by Lee Jones
· 12 years ago
ea33640
tty: serial: amba-pl011: revise to use amba_rev macro
by Jongsung Kim
· 12 years ago
1bf25e7
Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
aabdd29
serial: amba-pl011: fix !CONFIG_DMA_ENGINE case
by Arnd Bergmann
· 12 years ago
78506f2
ARM: PL011: add support for extended FIFO-size of PL011-r1p5
by Jongsung Kim
· 12 years ago
89fa28d
amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabled
by Chanho Min
· 12 years ago
cb06ff1
ARM: PL011: Add support for Rx DMA buffer polling.
by Chanho Min
· 12 years ago
787b0c1
serial: pl011: use generic DMA slave configuration if possible
by Arnd Bergmann
· 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
de60958
serial/amba-pl011: use devm_* managed resources
by Linus Walleij
· 12 years ago
5c8124a
tty/serial/amba-pl011: Quiesce interrupts in poll_get_char
by Anton Vorontsov
· 12 years ago
b3564c2
tty/serial/amba-pl011: Implement poll_init callback
by Anton Vorontsov
· 12 years ago
c5dd553
serial: pl011: handle corruption at high clock speeds
by Linus Walleij
· 12 years ago
fe0ed5b
serial: pl011: delete dangling bug flag
by Linus Walleij
· 12 years ago
32614aa
serial: pl011: honour serial aliases in device tree
by Matthew Leach
· 12 years ago
1c4c439
drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_unprepare
by Julia Lawall
· 12 years ago
c87985a
Merge tty-next into 3.6-rc1
by Greg Kroah-Hartman
· 12 years ago
91b006d
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
by Russell King
· 12 years ago
cb70706
ARM: 7433/1: serial: use the new linux/sizes.h
by Alessandro Rubini
· 13 years ago
fc915c8
Merge 3.5-rc4 into tty-next
by Greg Kroah-Hartman
· 12 years ago
e643f87
serial/amba-pl011: fix ages old copy-paste errors
by Linus Walleij
· 13 years ago
78d80c5
serial/amba-pl011: move custom pin control to driver
by Linus Walleij
· 13 years ago
94b5aff
Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
258e055
serial: amba-pl011: adopt pinctrl support
by Shawn Guo
· 13 years ago
665ab0f
Merge 3.4-rc3 into tty-next
by Greg Kroah-Hartman
· 13 years ago
4fd0690
serial: pl011: implement workaround for CTS clear event issue
by Rajanikanth H.V
· 13 years ago
c3d8b76
serial: PL011: move interrupt clearing
by Linus Walleij
· 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
9b96fba
serial: PL011: clear pending interrupts
by Linus Walleij
· 13 years ago
6dc01aa
amba-pl011/dma: Add check for the residue in DMA callback
by Chanho Min
· 13 years ago
258aea7
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
by Viresh Kumar
· 13 years ago
ef605fd
serial: amba-pl011: lock console writes against interrupts
by Rabin Vincent
· 13 years ago
d8d8ffa
amba-pl011: do not disable RTS during shutdown
by Shreshtha Kumar Sahu
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
60f7a33
serial: pl011: Enable module alias autogeneration for AMBA drivers
by Dave Martin
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
a485df4
spi, serial: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
4b4851c
clk: amba-pl011: convert to clk_prepare()/clk_unprepare()
by Russell King
· 13 years ago
c16d51a
amba pl011: workaround for uart registers lockup
by Shreshtha Kumar Sahu
· 14 years ago
99edb3d
tty: remove invalid location line in file header
by Jovi Zhang
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
9c9585e
Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers
by Russell King
· 14 years ago
29772c4
ARM: 6764/1: pl011: factor out FIFO to TTY code
by Linus Walleij
· 14 years ago
ead76f3
ARM: 6763/1: pl011: add optional RX DMA to PL011 v2
by Linus Walleij
· 14 years ago
aa25afa
ARM: amba: make probe() functions take const id tables
by Russell King
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/amba-pl011.c]
38d6243
ARM: PL011: add DMA burst threshold support for ST variants
by Russell King
· 14 years ago
68b65f7
ARM: PL011: Add support for transmit DMA
by Russell King
· 14 years ago
Next »