aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds31-483/+213
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+10
2011-10-27Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-34/+50
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely25-318/+45
2011-10-24spi: irq: Remove IRQF_DISABLEDYong Zhang5-5/+5
2011-10-24OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D1-3/+4
2011-10-24Merge commit 'v3.1' into spi/nextGrant Likely3-28/+72
2011-10-16spi/spi-ep93xx: add module.h includeMika Westerberg1-0/+1
2011-10-14spi/tegra: fix compilation error in spi-tegra.cMarc Dietrich1-0/+1
2011-10-04spi-topcliff-pch: Fix overrun issueTomoya MORINAGA1-5/+23
2011-10-04spi-topcliff-pch: Add recovery processing in case FIFO overrun error occursTomoya MORINAGA1-7/+24
2011-10-04spi-topcliff-pch: Fix CPU read complete condition issueTomoya MORINAGA1-8/+11
2011-10-04spi-topcliff-pch: Fix SSN Control issueTomoya MORINAGA1-7/+3
2011-10-04spi-topcliff-pch: add tx-memory clear after complete transmittingTomoya MORINAGA1-0/+5
2011-09-27clk: spi-pl022: convert to clk_prepare()/clk_unprepare()Russell King1-0/+10
2011-09-23spi: Fix WARN when removing spi-fsl-spi moduleJeff Harris1-0/+3
2011-09-22ARM: 7079/1: spi: Fix builderror in spi-pl022.cPeter Hüwe1-3/+3
2011-09-22PM: add runtime PM support to core Primecell driverRussell King1-32/+48
2011-09-21spi: spi-dw: fix all sparse warningsH Hartley Sweeten3-79/+89
2011-09-21spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is trueViresh Kumar1-2/+6
2011-09-21spi/spi-pl022: calculate_effective_freq() must set rate <= requested rateViresh Kumar1-51/+51
2011-09-21spi/spi-pl022: Don't allocate more sg than required.Viresh Kumar1-1/+1
2011-09-21spi/spi-pl022: Use GFP_ATOMIC for allocation from taskletViresh Kumar1-2/+2
2011-09-20spi/spi-pl022: Resolve formatting issuesViresh Kumar1-22/+8
2011-09-15spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam1-1/+3
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-08-02spi/pl022: remove function cannot exitLinus Walleij1-8/+3
2011-07-22Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds57-1299/+1787
2011-07-14spi/imx: add device tree probe supportShawn Guo1-7/+31
2011-07-14spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo1-5/+7
2011-07-14spi/imx: use soc name in spi device type naming schemeShawn Guo2-111/+109
2011-07-14spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo2-56/+19
2011-07-14spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo1-53/+53
2011-07-14spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo1-31/+31
2011-07-14spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo1-12/+12
2011-07-08spi/dw: Add spi number into spi irq descLiu, ShuoX2-1/+4
2011-07-06spi/s3c64xx: Bug fix for SPI with different FIFO levelPadmavathi Venna1-3/+1
2011-07-05spi/tegra: Use engineering names in DT compatible propertyStephen Warren1-1/+1
2011-07-05spi/fsl_spi: fix CPM spi driverHolger Brunck1-17/+11
2011-07-04spi: remove obsolete spi-s3c24xx-gpio driverPeter Korsgaard3-211/+0
2011-06-17spi/bfin_spi: uninline fat queue funcsMike Frysinger1-4/+4
2011-06-17spi/bfin_spi: constify pin arrayMike Frysinger1-1/+1
2011-06-17spi/bfin_spi: use structs for accessing hardware regsMike Frysinger1-124/+84
2011-06-17Merge branch 'spi/merge' into spi/nextGrant Likely2-3/+5
2011-06-17spi/bfin_spi: fix handling of default bits per word settingMike Frysinger1-3/+4
2011-06-16spi/topcliff-pch: Support new device ML7223 IOHTomoya MORINAGA1-1/+4
2011-06-16spi/pl022: strengthen FIFO watermark level checksLinus Walleij1-4/+44
2011-06-16spi/pl022: support runtime PMRabin Vincent1-0/+6
2011-06-16spi/pl022: initialize burstsize from FIFO trigger levelLinus Walleij1-2/+53