index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
amba-pl011.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-07
serial: pl011: Add device tree support for RX DMA polling
Andrew Jackson
1
-3
/
+19
2014-11-07
serial: pl011: Don't enable RX DMA if residue processing not supported
Andrew Jackson
1
-0
/
+15
2014-11-07
serial: pl011: Set length of DMA transfer
Andrew Jackson
1
-0
/
+1
2014-11-07
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
Andrew Jackson
1
-1
/
+5
2014-11-07
serial: pl011: Allocate TX DMA buffer from DMA capable memory
Andrew Jackson
1
-1
/
+1
2014-11-06
serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE
Peter Hurley
1
-1
/
+2
2014-11-05
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
1
-0
/
+1
2014-09-08
serial: amba-pl011: Use container_of() to get uart_amba_port
Daniel Thompson
1
-18
/
+36
2014-07-09
serial: amba-pl011: Remove redundant label
Tushar Behera
1
-20
/
+10
2014-06-19
serial: Fix IGNBRK handling
Peter Hurley
1
-1
/
+1
2014-05-20
tty/serial: pl011: add DT based earlycon support
Rob Herring
1
-0
/
+1
2014-04-24
tty/serial: pl011: add generic earlycon support
Rob Herring
1
-1
/
+29
2014-04-16
serial: amba-pl011: fix regression, causing an Oops on rmmod
Guennadi Liakhovetski
1
-1
/
+5
2014-04-16
serial: pl011: change Rx burst size to half of trigger level
Guennadi Liakhovetski
1
-1
/
+1
2014-02-13
serial: pl011: Move uart_register_driver call to device probe
Tushar Behera
1
-9
/
+12
2013-12-17
serial: pl011: fix fall back from DMA to interrupt mode
Guennadi Liakhovetski
1
-0
/
+2
2013-12-17
serial: pl011: (cosmetic) remove superfluous register write
Guennadi Liakhovetski
1
-3
/
+1
2013-12-17
serial: amba-pl011: preseserve hardware settings during initialisation
Jon Medhurst
1
-2
/
+12
2013-12-17
serial: amba-pl011: factor out code for writing LCR_H register
Jon Medhurst
1
-22
/
+17
2013-12-17
serial: amba-pl011: use port lock to guard control register access
Jon Medhurst
1
-0
/
+6
2013-12-17
Revert "serial: pl011: use DMA RX polling by default"
Greg Kroah-Hartman
1
-1
/
+1
2013-12-08
serial: pl011: use DMA RX polling by default
Linus Walleij
1
-1
/
+1
2013-12-08
serial: pl011: Convert to modern PM ops
Ulf Hansson
1
-9
/
+8
2013-12-08
serial: pl011: remove redundant early amba_ports declaration
Baruch Siach
1
-2
/
+0
2013-10-03
serial: Remove unnecessary amba_set_drvdata()
Michal Simek
1
-3
/
+0
2013-08-12
serial: amba-pl011: Use __releases/__acquires annotations
Fabio Estevam
1
-0
/
+4
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
1
-7
/
+7
2013-07-03
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-39
/
+3
2013-06-16
tty: serial: modify PL011 driver to use pinctrl PM helpers
Linus Walleij
1
-39
/
+3
2013-05-27
Merge 3.10-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2013-05-20
serial: pl011: protect attribute read from NULL platform data struct
Lee Jones
1
-1
/
+1
2013-05-20
tty: serial: amba-pl011: revise to use amba_rev macro
Jongsung Kim
1
-6
/
+5
2013-05-07
Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-26
/
+38
2013-04-20
serial: amba-pl011: fix !CONFIG_DMA_ENGINE case
Arnd Bergmann
1
-1
/
+1
2013-04-17
ARM: PL011: add support for extended FIFO-size of PL011-r1p5
Jongsung Kim
1
-4
/
+16
2013-04-03
amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabled
Chanho Min
1
-0
/
+4
2013-03-29
ARM: PL011: Add support for Rx DMA buffer polling.
Chanho Min
1
-19
/
+138
2013-03-12
serial: pl011: use generic DMA slave configuration if possible
Arnd Bergmann
1
-25
/
+37
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-5
/
+2
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-3
/
+3
2012-10-25
serial/amba-pl011: use devm_* managed resources
Linus Walleij
1
-16
/
+9
2012-09-26
tty/serial/amba-pl011: Quiesce interrupts in poll_get_char
Anton Vorontsov
1
-0
/
+29
2012-09-26
tty/serial/amba-pl011: Implement poll_init callback
Anton Vorontsov
1
-11
/
+33
2012-09-26
serial: pl011: handle corruption at high clock speeds
Linus Walleij
1
-1
/
+14
2012-09-10
serial: pl011: delete dangling bug flag
Linus Walleij
1
-4
/
+0
2012-09-05
serial: pl011: honour serial aliases in device tree
Matthew Leach
1
-0
/
+36
2012-09-05
drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...
Julia Lawall
1
-11
/
+4
2012-08-06
Merge tty-next into 3.6-rc1
Greg Kroah-Hartman
1
-1
/
+1
2012-07-27
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
1
-1
/
+1
2012-06-28
ARM: 7433/1: serial: use the new linux/sizes.h
Alessandro Rubini
1
-1
/
+1
[next]