Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c4a4784308f5cb86ef3c6c1288524ecb63c1fc87
/
drivers
/
spi
/
spi-pl022.c
c4a4784
spi/pl022: fix build warnings
by Jonas Aaberg
· 14 years ago
172289d
spi/pl022: only enable RX interrupts when TX is complete
by Chris Blair
· 13 years ago
71e63e7
ARM: 7149/1: spi/pl022: Enable clock in probe
by Ulf Hansson
· 13 years ago
18c0635
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
7ff6bcf
clk: spi-pl022: convert to clk_prepare()/clk_unprepare()
by Russell King
· 13 years ago
6cfa627
ARM: 7079/1: spi: Fix builderror in spi-pl022.c
by Peter Hüwe
· 13 years ago
92b97f0
PM: add runtime PM support to core Primecell driver
by Russell King
· 13 years ago
3e3ea71
spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true
by Viresh Kumar
· 13 years ago
0379b2a
spi/spi-pl022: calculate_effective_freq() must set rate <= requested rate
by Viresh Kumar
· 13 years ago
b181565
spi/spi-pl022: Don't allocate more sg than required.
by Viresh Kumar
· 13 years ago
538a18d
spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet
by Viresh Kumar
· 13 years ago
f1e45f8
spi/spi-pl022: Resolve formatting issues
by Viresh Kumar
· 13 years ago
50658b6
spi/pl022: remove function cannot exit
by Linus Walleij
· 13 years ago
f8db4cc
Merge branch 'spi/merge' into spi/next
by Grant Likely
· 13 years ago
78b2b91
spi/pl022: strengthen FIFO watermark level checks
by Linus Walleij
· 13 years ago
bcda6ff
spi/pl022: support runtime PM
by Rabin Vincent
· 13 years ago
083be3f
spi/pl022: initialize burstsize from FIFO trigger level
by Linus Walleij
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
[Renamed (99%) from drivers/spi/amba-pl022.c]
43c6401
spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe fails
by Viresh Kumar
· 14 years ago
521999b
spi/pl022: use cpu_relax in the busy loop
by Linus Walleij
· 14 years ago
a18c266
spi/pl022: timeout on polled transfer v2
by Magnus Templing
· 14 years ago
6b98cd5
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
850a28e
spi: Fix race condition in stop_queue()
by Vasily Khoruzhick
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
06fb01f
spi/pl022: Add loopback support for the SPI on 5500
by Philippe Langlais
· 14 years ago
b061c59
Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
aa25afa
ARM: amba: make probe() functions take const id tables
by Russell King
· 14 years ago
c437667
spi/pl022: rid dangling labels
by Linus Walleij
· 14 years ago
12e8b32
spi/pl022: minor kerneldoc updates
by Linus Walleij
· 14 years ago
d63636d
spi/pl022: remove dangling status check
by Virupax Sadashivpetimath
· 14 years ago
808f103
spi/pl022: disable core voltage when idle
by Linus Walleij
· 14 years ago
ecd442f
spi/pl022: use dmaengine helper macros
by Linus Walleij
· 14 years ago
94a1b6d
spi/amba-pl022: fixing compilation warning.
by Viresh Kumar
· 14 years ago
5e8b821
spi/pl022: convert running variable
by Linus Walleij
· 14 years ago
dec5a58
spi/pl022: convert busy flag to a bool
by Linus Walleij
· 14 years ago
082086f
spi/pl022: pass the returned sglen to the DMA engine
by Linus Walleij
· 14 years ago
b729889
spi/pl022: map the buffers on the DMA engine
by Linus Walleij
· 14 years ago
bc3f67a
drivers/spi: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
f9d629c
spi/pl022: fix dubious allocation staticize platform data
by Linus Walleij
· 14 years ago
5a1c98b
spi/pl022: get rid of chipinfo dev pointer
by Linus Walleij
· 14 years ago
bde435a
spi/pl022: Add spi->mode support to AMBA SPI driver
by Kevin Wells
· 14 years ago
b1b6b9a
spi/pl022: add PrimeCell generic DMA support
by Linus Walleij
· 14 years ago
4a4fd47
spi/amba-pl022: Fix error case return statement.
by Julia Lawall
· 14 years ago
25c8e03
spi/pl022: move probe call to subsys_initcall()
by Linus Walleij
· 14 years ago
545074f
spi/pl022: fix APB pclk power regression on U300
by Linus Walleij
· 14 years ago
b422588
spi/amba_pl022: Fix probe and remove hook section annotations.
by Kevin Wells
· 14 years ago
4a12404
spi/pl022: fix stop queue procedure
by Grzegorz Sygieda
· 15 years ago
781c7b1
spi/pl022: add support for the PL023 derivate
by Linus Walleij
· 15 years ago
556f4ae
spi/pl022: fix up differences between ARM and ST versions
by Linus Walleij
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
fc05475
ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fills
by Linus Walleij
· 15 years ago
e89e04f
ARM: 5741/1: pl022: fix peripheral id for ST vendor
by Srinidhi Kasagar
· 15 years ago
59b69e2
Merge branch 'u300' into devel
by Russell King
· 15 years ago
ee2b805
ARM: 5678/1: SSP/SPI PL022 polarity terminology fix
by Linus Walleij
· 15 years ago
0724915
[ARM] remove duplicated #include
by Huang Weiyi
· 15 years ago
b43d65f
[ARM] 5546/1: ARM PL022 SSP/SPI driver v3
by Linus Walleij
· 15 years ago