index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
amba-pl011.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-23
serial: amba-pl011: Fix devm_ioremap_resource return value check
Krzysztof Kozlowski
1
-2
/
+2
2015-05-24
drivers: PL011: add ACPI probing for SBSA UART
Graeme Gregory
1
-0
/
+8
2015-05-24
drivers: PL011: add support for the ARM SBSA generic UART
Andre Przywara
1
-0
/
+171
2015-05-24
drivers: PL011: allow to supply fixed option string
Andre Przywara
1
-4
/
+13
2015-05-24
drivers: PL011: allow avoiding UART enabling/disabling
Andre Przywara
1
-6
/
+12
2015-05-24
drivers: PL011: move cts_event workaround into separate function
Andre Przywara
1
-13
/
+20
2015-05-24
drivers: PL011: replace UART_MIS reading with _RIS & _IMSC
Andre Przywara
1
-2
/
+4
2015-05-24
drivers: PL011: refactor pl011_probe()
Andre Przywara
1
-35
/
+61
2015-05-24
drivers: PL011: refactor pl011_set_termios()
Andre Przywara
1
-27
/
+33
2015-05-24
drivers: PL011: refactor pl011_shutdown()
Andre Przywara
1
-25
/
+32
2015-05-24
drivers: PL011: refactor pl011_startup()
Andre Przywara
1
-20
/
+28
2015-05-24
drivers: PL011: avoid potential unregister_driver call
Andre Przywara
1
-16
/
+20
2015-05-19
serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next
Dave Martin
1
-3
/
+0
2015-05-18
Merge 4.1-rc4 into tty-next
Greg Kroah-Hartman
1
-0
/
+3
2015-05-09
Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
Dave Martin
1
-1
/
+4
2015-05-06
serial/amba-pl011: Refactor and simplify TX FIFO handling
Dave Martin
1
-93
/
+26
2015-05-06
Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
Dave Martin
1
-1
/
+4
2015-03-11
drivers/tty: serial: remove info message
Jorge Ramirez-Ortiz
1
-1
/
+0
2015-03-07
drivers/tty: amba: defer DMA probe until the DMA channel is required.
Jorge Ramirez-Ortiz
1
-54
/
+17
2015-03-07
serial/amba-pl011: Leave the TX IRQ alone when the UART is not open
Dave Martin
1
-4
/
+1
2015-03-07
serial/amba-pl011: Activate TX IRQ passively
Dave Martin
1
-50
/
+115
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
[next]