index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
amba-pl011.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial/amba-pl011: Refactor and simplify TX FIFO handling
Dave Martin
2015-05-06
1
-93
/
+26
*
Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
Dave Martin
2015-05-06
1
-1
/
+4
*
drivers/tty: serial: remove info message
Jorge Ramirez-Ortiz
2015-03-11
1
-1
/
+0
*
drivers/tty: amba: defer DMA probe until the DMA channel is required.
Jorge Ramirez-Ortiz
2015-03-07
1
-54
/
+17
*
serial/amba-pl011: Leave the TX IRQ alone when the UART is not open
Dave Martin
2015-03-07
1
-4
/
+1
*
serial/amba-pl011: Activate TX IRQ passively
Dave Martin
2015-03-07
1
-50
/
+115
*
serial: pl011: Add device tree support for RX DMA polling
Andrew Jackson
2014-11-07
1
-3
/
+19
*
serial: pl011: Don't enable RX DMA if residue processing not supported
Andrew Jackson
2014-11-07
1
-0
/
+15
*
serial: pl011: Set length of DMA transfer
Andrew Jackson
2014-11-07
1
-0
/
+1
*
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
Andrew Jackson
2014-11-07
1
-1
/
+5
*
serial: pl011: Allocate TX DMA buffer from DMA capable memory
Andrew Jackson
2014-11-07
1
-1
/
+1
*
serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE
Peter Hurley
2014-11-06
1
-1
/
+2
*
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
2014-11-06
1
-0
/
+1
*
serial: amba-pl011: Use container_of() to get uart_amba_port
Daniel Thompson
2014-09-09
1
-18
/
+36
*
serial: amba-pl011: Remove redundant label
Tushar Behera
2014-07-10
1
-20
/
+10
*
serial: Fix IGNBRK handling
Peter Hurley
2014-06-19
1
-1
/
+1
*
tty/serial: pl011: add DT based earlycon support
Rob Herring
2014-05-20
1
-0
/
+1
*
tty/serial: pl011: add generic earlycon support
Rob Herring
2014-04-25
1
-1
/
+29
*
serial: amba-pl011: fix regression, causing an Oops on rmmod
Guennadi Liakhovetski
2014-04-16
1
-1
/
+5
*
serial: pl011: change Rx burst size to half of trigger level
Guennadi Liakhovetski
2014-04-16
1
-1
/
+1
*
serial: pl011: Move uart_register_driver call to device probe
Tushar Behera
2014-02-13
1
-9
/
+12
*
serial: pl011: fix fall back from DMA to interrupt mode
Guennadi Liakhovetski
2013-12-17
1
-0
/
+2
*
serial: pl011: (cosmetic) remove superfluous register write
Guennadi Liakhovetski
2013-12-17
1
-3
/
+1
*
serial: amba-pl011: preseserve hardware settings during initialisation
Jon Medhurst
2013-12-17
1
-2
/
+12
*
serial: amba-pl011: factor out code for writing LCR_H register
Jon Medhurst
2013-12-17
1
-22
/
+17
*
serial: amba-pl011: use port lock to guard control register access
Jon Medhurst
2013-12-17
1
-0
/
+6
*
Revert "serial: pl011: use DMA RX polling by default"
Greg Kroah-Hartman
2013-12-17
1
-1
/
+1
*
serial: pl011: use DMA RX polling by default
Linus Walleij
2013-12-09
1
-1
/
+1
*
serial: pl011: Convert to modern PM ops
Ulf Hansson
2013-12-09
1
-9
/
+8
*
serial: pl011: remove redundant early amba_ports declaration
Baruch Siach
2013-12-09
1
-2
/
+0
*
serial: Remove unnecessary amba_set_drvdata()
Michal Simek
2013-10-04
1
-3
/
+0
*
serial: amba-pl011: Use __releases/__acquires annotations
Fabio Estevam
2013-08-12
1
-0
/
+4
*
serial: use dev_get_platdata()
Jingoo Han
2013-08-01
1
-7
/
+7
*
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-07-03
1
-39
/
+3
|
\
|
*
tty: serial: modify PL011 driver to use pinctrl PM helpers
Linus Walleij
2013-06-16
1
-39
/
+3
*
|
Merge 3.10-rc3 into tty-next
Greg Kroah-Hartman
2013-05-27
1
-1
/
+1
|
\
|
|
*
serial: pl011: protect attribute read from NULL platform data struct
Lee Jones
2013-05-20
1
-1
/
+1
*
|
tty: serial: amba-pl011: revise to use amba_rev macro
Jongsung Kim
2013-05-20
1
-6
/
+5
|
/
*
Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-05-07
1
-26
/
+38
|
\
|
*
serial: amba-pl011: fix !CONFIG_DMA_ENGINE case
Arnd Bergmann
2013-04-20
1
-1
/
+1
|
*
serial: pl011: use generic DMA slave configuration if possible
Arnd Bergmann
2013-03-12
1
-25
/
+37
*
|
ARM: PL011: add support for extended FIFO-size of PL011-r1p5
Jongsung Kim
2013-04-17
1
-4
/
+16
*
|
amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabled
Chanho Min
2013-04-03
1
-0
/
+4
*
|
ARM: PL011: Add support for Rx DMA buffer polling.
Chanho Min
2013-03-29
1
-19
/
+138
|
/
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-16
1
-5
/
+2
*
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-16
1
-3
/
+3
*
serial/amba-pl011: use devm_* managed resources
Linus Walleij
2012-10-25
1
-16
/
+9
*
tty/serial/amba-pl011: Quiesce interrupts in poll_get_char
Anton Vorontsov
2012-09-26
1
-0
/
+29
*
tty/serial/amba-pl011: Implement poll_init callback
Anton Vorontsov
2012-09-26
1
-11
/
+33
*
serial: pl011: handle corruption at high clock speeds
Linus Walleij
2012-09-26
1
-1
/
+14
[next]