aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/amba-pl022.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-13spi-pl022: Add missing return value updateVirupax Sadashivpetimath1-0/+1
2011-05-20spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe failsViresh Kumar1-5/+6
2011-05-20spi/pl022: use cpu_relax in the busy loopLinus Walleij1-0/+1
2011-05-20spi/pl022: timeout on polled transfer v2Magnus Templing1-8/+15
2011-04-11Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-04-07spi: Fix race condition in stop_queue()Vasily Khoruzhick1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-8/+8
2011-03-23spi/pl022: Add loopback support for the SPI on 5500Philippe Langlais1-1/+19
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-34/+39
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2011-02-22spi/pl022: rid dangling labelsLinus Walleij1-2/+0
2011-02-15spi/pl022: minor kerneldoc updatesLinus Walleij1-9/+16
2011-02-15spi/pl022: remove dangling status checkVirupax Sadashivpetimath1-2/+0
2011-02-15spi/pl022: disable core voltage when idleLinus Walleij1-4/+13
2011-02-15spi/pl022: use dmaengine helper macrosLinus Walleij1-17/+10
2011-01-14spi/amba-pl022: fixing compilation warning.Viresh Kumar1-1/+1
2010-12-23spi/pl022: convert running variableLinus Walleij1-14/+10
2010-12-23spi/pl022: convert busy flag to a boolLinus Walleij1-4/+4
2010-12-23spi/pl022: pass the returned sglen to the DMA engineLinus Walleij1-7/+7
2010-12-23spi/pl022: map the buffers on the DMA engineLinus Walleij1-6/+6
2010-11-14drivers/spi: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-12spi/pl022: fix dubious allocation staticize platform dataLinus Walleij1-50/+46
2010-10-12spi/pl022: get rid of chipinfo dev pointerLinus Walleij1-15/+12
2010-10-12spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells1-68/+53
2010-10-12spi/pl022: add PrimeCell generic DMA supportLinus Walleij1-88/+428
2010-09-29spi/amba-pl022: Fix error case return statement.Julia Lawall1-1/+2
2010-09-08spi/pl022: move probe call to subsys_initcall()Linus Walleij1-1/+1
2010-09-08spi/pl022: fix APB pclk power regression on U300Linus Walleij1-6/+8
2010-08-01spi/amba_pl022: Fix probe and remove hook section annotations.Kevin Wells1-3/+3
2010-05-25spi/pl022: fix stop queue procedureGrzegorz Sygieda1-1/+1
2010-05-25spi/pl022: add support for the PL023 derivateLinus Walleij1-16/+74
2010-05-25spi/pl022: fix up differences between ARM and ST versionsLinus Walleij1-56/+122
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-27ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fillsLinus Walleij1-6/+12
2009-10-05ARM: 5741/1: pl022: fix peripheral id for ST vendorSrinidhi Kasagar1-1/+1
2009-09-21Merge branch 'u300' into develRussell King1-4/+4
2009-09-18ARM: 5678/1: SSP/SPI PL022 polarity terminology fixLinus Walleij1-4/+4
2009-07-11[ARM] remove duplicated #includeHuang Weiyi1-2/+0
2009-06-10[ARM] 5546/1: ARM PL022 SSP/SPI driver v3Linus Walleij1-0/+1866