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