summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun1-6/+6
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun1-1/+3
2013-04-24ARM: dts: add pinctrl property for spi node for atmel SoCWenyou Yang5-0/+110
2013-04-24ARM: dts: add spi nodes for the atmel boardsRichard Genoud5-0/+50
2013-04-24ARM: dts: add spi nodes for atmel SoCRichard Genoud5-0/+90
2013-04-24ARM: at91: add clocks for spi dt entriesRichard Genoud4-0/+8
2013-04-24spi/spi-atmel: add dmaengine supportNicolas Ferre1-21/+566
2013-04-23spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre1-14/+21
2013-04-23spi/spi-atmel: add physical base addressNicolas Ferre1-0/+2
2013-04-23spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-04-18MAINTAINERS: Add git repository and update my addressMark Brown1-1/+2
2013-04-18spi/s3c64xx: Check for errors in dmaengine prepare_transfer()Mark Brown1-1/+25
2013-04-18spi/s3c64xx: Fix non-dmaengine usageMark Brown1-3/+3
2013-04-18spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun1-1/+2
2013-04-16spi/s3c64xx: let device core setup the default pin configurationThomas Abraham2-68/+6
2013-04-16MAINTAINERS: Update Grant's email address and maintainershipGrant Likely1-12/+6
2013-04-15spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren1-10/+22
2013-04-12spi: s3c64xx: move to generic dmaengine APIArnd Bergmann3-44/+154
2013-04-10spi-gpio: init CS before spi_bitbang_setup()Josef Ahmad1-1/+1
2013-04-09spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loopAnatolij Gustschin1-7/+3
2013-04-09spi: spi-mpc512x-psc: add support for gpio chip selectsAnatolij Gustschin1-6/+25
2013-04-08spi/bcm63xx: remove unused speed_hz variableJonas Gorski3-14/+0
2013-04-08spi: tegra: slink: make local symbols staticWei Yongjun1-2/+2
2013-04-08spi/pxa2xx: Convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-04-07spi/tegra114: add spi driverLaxman Dewangan4-0/+1281
2013-04-07spi/tegra: remove unused Tegra platform data headerStephen Warren1-40/+0
2013-04-07spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren1-34/+11
2013-04-07spi/tegra-sflash: assume CONFIG_OF, remove platform dataStephen Warren1-32/+9
2013-04-07spi/tegra-slink: remove redundant codeStephen Warren1-31/+1
2013-04-07spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type coresAndreas Larsson2-5/+46
2013-04-07spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally runnin...Andreas Larsson5-15/+103
2013-04-07spi/spi-fsl-spi: Add support for setting a maximum number of bits per wordAndreas Larsson2-1/+8
2013-04-07spi/spi-fsl-spi: Introduce a type for the driverAndreas Larsson2-7/+34
2013-04-07spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...Andreas Larsson2-20/+36
2013-04-07spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactiveAndreas Larsson1-0/+4
2013-04-07spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...Andreas Larsson9-405/+520
2013-04-03mxs/spi: fix error return code in mxs_spi_probe()Wei Yongjun1-0/+1
2013-04-03spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown1-2/+2
2013-04-01spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-04-01spi/spi-atmel: status information passed through controller dataNicolas Ferre1-5/+8
2013-04-01spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre1-3/+5
2013-04-01spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang1-13/+12
2013-04-01spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang1-16/+50
2013-04-01spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan1-2/+2
2013-04-01spi/spidev: Use PTR_RET functionAlexandru Gheorghiu1-1/+1
2013-04-01spi/fsl: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-04-01spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin1-1/+1
2013-04-01spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun1-3/+0
2013-04-01spi: spi-sh-msiof: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-04-01spi: spi-oc-tiny: Use of_match_ptr() macroSachin Kamat1-3/+1