summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi/orion: remove uneeded spi_infoMichael Walle2012-07-231-5/+0
* spi/bcm63xx: fix clock configuration selectionFlorian Fainelli2012-07-231-1/+1
* spi/orion: add device tree bindingAndrew Lunn2012-07-231-0/+17
* spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann2012-07-221-1/+1
* spi: omap2-mcspi: Fix the below warningShubhrajyoti D2012-07-201-2/+4
* spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driverLars-Peter Clausen2012-07-203-0/+284
* spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang2012-07-131-6/+6
* spi/imx: remove redundant config.speed_hz settingHui Wang2012-07-131-2/+0
* Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Mark Brown2012-07-115-34/+62
|\
| * spi/pl022: enable runtime PMLinus Walleij2012-07-021-0/+4
| * spi/pl022: delete DB5500 supportLinus Walleij2012-07-021-14/+0
| * spi/pl022: disable port when unusedVirupax Sadashivpetimath2012-07-021-0/+5
| * SPI: fix over-eager devm_xxx() conversionRussell King2012-06-181-1/+2
| * Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+1
| |\
| | * Merge branch 'next/devel-s3c24xx-hsspi' into next/devel-samsungKukjin Kim2012-05-141-1/+1
| | |\
| | | * spi/s3c64xx: Allow usage for ARCH_S3C24XXHeiko Stuebner2012-04-241-1/+1
| * | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-18/+42
| |\ \ \
| | * \ \ Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-7/+23
| | |\ \ \
| | | * | | ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn2012-05-081-7/+23
| | | | |/ | | | |/|
| | * | | Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-148-127/+165
| | |\ \ \
| | * | | | spi i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-11/+19
| | | |/ / | | |/| |
| * | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2416-444/+705
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | spi/imx: adopt pinctrl supportShawn Guo2012-05-121-0/+8
| | |_|/ | |/| |
* | | | spi/gpio: start with CS non-activeUwe Kleine-König2012-07-101-1/+2
* | | | spi: tegra: use dmaengine based dma driverLaxman Dewangan2012-07-102-6/+85
* | | | spi: Add "spi:" prefix to modalias attribute of spi devicesGrant Likely2012-05-201-1/+1
| |/ / |/| |
* | | spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely2012-05-196-13/+2
* | | SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song2012-05-191-12/+8
* | | spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski2012-05-191-1/+1
* | | spi: refactor spi-coldfire-qspi to use SPI queue framework.Steven King2012-05-191-141/+114
* | | spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D2012-05-191-133/+110
* | | spi/rspi: add dmaengine supportShimoda, Yoshihiro2012-05-191-6/+314
* | | spi/topcliff: use correct __devexit_p annotationArnd Bergmann2012-05-191-1/+1
* | | spi: Dont call prepare/unprepare transfer if not populatedShubhrajyoti D2012-05-101-2/+2
* | | spi/ep93xx: clean probe/remove routinesHannu Heikkinen2012-05-091-27/+10
* | | Merge tag 'v3.4-rc6' into spi/nextGrant Likely2012-05-0910-137/+171
|\ \ \ | |/ /
| * | spi/spi-bfin5xx: Fix flush of last bit after each spi transferScott Jiang2012-04-271-1/+4
| * | spi/spi-bfin5xx: fix reversed if condition in interrupt modeScott Jiang2012-04-271-4/+4
| * | spi/spi_bfin_sport: drop bits_per_word from client dataScott Jiang2012-04-271-6/+8
| * | spi/bfin_spi: drop bits_per_word from client dataScott Jiang2012-04-271-1/+0
| * | spi/spi-bfin-sport: move word length setup to transfer handlerScott Jiang2012-04-271-4/+3
| * | spi/bfin5xx: rename config macro name for bfin5xx spi controller driverScott Jiang2012-04-272-2/+2
| * | spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar2012-04-271-2/+8
| * | spi/bcm63xx: set master driver mode_bits.Florian Fainelli2012-04-271-0/+1
| * | spi/bcm63xx: don't use the stopping stateFlorian Fainelli2012-04-271-11/+2
| * | spi/bcm63xx: convert to the pump message infrastructureFlorian Fainelli2012-04-271-60/+89
| * | spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_directionH Hartley Sweeten2012-04-271-14/+10
| * | spi/pl022: Fix calculate_effective_freq()Viresh Kumar2012-04-271-6/+17
| * | spi/pl022: Fix range checking for bits per wordVinit Shenoy2012-04-171-16/+9
| |/
| * Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-04-151-2/+0
| |\
OpenPOWER on IntegriCloud