summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2012-07-20spi: omap2-mcspi: Fix the below warningShubhrajyoti D1-2/+4
2012-07-20spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driverLars-Peter Clausen3-0/+284
2012-07-13spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang1-6/+6
2012-07-13spi/imx: remove redundant config.speed_hz settingHui Wang1-2/+0
2012-07-11Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Mark Brown5-34/+62
2012-07-10spi/gpio: start with CS non-activeUwe Kleine-König1-1/+2
2012-07-10spi: tegra: use dmaengine based dma driverLaxman Dewangan2-6/+85
2012-07-02spi/pl022: enable runtime PMLinus Walleij1-0/+4
2012-07-02spi/pl022: delete DB5500 supportLinus Walleij1-14/+0
2012-07-02spi/pl022: disable port when unusedVirupax Sadashivpetimath1-0/+5
2012-06-18SPI: fix over-eager devm_xxx() conversionRussell King1-1/+2
2012-05-27Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-18/+42
2012-05-25Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-444/+705
2012-05-21spi: Add "spi:" prefix to modalias attribute of spi devicesGrant Likely1-1/+1
2012-05-20spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely6-13/+2
2012-05-20SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song1-12/+8
2012-05-20spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski1-1/+1
2012-05-20spi: refactor spi-coldfire-qspi to use SPI queue framework.Steven King1-141/+114
2012-05-20spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D1-133/+110
2012-05-20spi/rspi: add dmaengine supportShimoda, Yoshihiro1-6/+314
2012-05-20spi/topcliff: use correct __devexit_p annotationArnd Bergmann1-1/+1
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann1-7/+23
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann8-127/+165
2012-05-14Merge branch 'next/devel-s3c24xx-hsspi' into next/devel-samsungKukjin Kim1-1/+1
2012-05-12spi/imx: adopt pinctrl supportShawn Guo1-0/+8
2012-05-11spi: Dont call prepare/unprepare transfer if not populatedShubhrajyoti D1-2/+2
2012-05-10spi/ep93xx: clean probe/remove routinesHannu Heikkinen1-27/+10
2012-05-10Merge tag 'v3.4-rc6' into spi/nextGrant Likely10-137/+171
2012-05-09ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn1-7/+23
2012-04-27spi/spi-bfin5xx: Fix flush of last bit after each spi transferScott Jiang1-1/+4
2012-04-27spi/spi-bfin5xx: fix reversed if condition in interrupt modeScott Jiang1-4/+4
2012-04-27spi/spi_bfin_sport: drop bits_per_word from client dataScott Jiang1-6/+8
2012-04-27spi/bfin_spi: drop bits_per_word from client dataScott Jiang1-1/+0
2012-04-27spi/spi-bfin-sport: move word length setup to transfer handlerScott Jiang1-4/+3
2012-04-27spi/bfin5xx: rename config macro name for bfin5xx spi controller driverScott Jiang2-2/+2
2012-04-27spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar1-2/+8
2012-04-27spi/bcm63xx: set master driver mode_bits.Florian Fainelli1-0/+1
2012-04-27spi/bcm63xx: don't use the stopping stateFlorian Fainelli1-11/+2
2012-04-27spi/bcm63xx: convert to the pump message infrastructureFlorian Fainelli1-60/+89
2012-04-27spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_directionH Hartley Sweeten1-14/+10
2012-04-27spi/pl022: Fix calculate_effective_freq()Viresh Kumar1-6/+17
2012-04-25spi i.MX: do not depend on grouped clocksSascha Hauer1-11/+19
2012-04-25spi/s3c64xx: Allow usage for ARCH_S3C24XXHeiko Stuebner1-1/+1
2012-04-18spi/pl022: Fix range checking for bits per wordVinit Shenoy1-16/+9
2012-04-16Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+0
2012-04-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-8/+14
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely4-4/+92
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportMark Brown1-2/+0
2012-04-11spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann1-3/+7