aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2012-10-28Merge tag 'spi-mxs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds1-1/+2
2012-10-24Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-25/+34
2012-10-23spi/pl022: Revert recent runtime PM changesUlf Hansson1-3/+0
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson1-3/+3
2012-10-17spi/s3c64xx: use correct dma_transfer_direction typeArnd Bergmann1-3/+3
2012-10-17spi: spi-rspi: fix build error for the latest shdma driverShimoda, Yoshihiro1-22/+34
2012-10-17spi: mxs: Terminate DMA in case of DMA timeoutMarek Vasut1-0/+1
2012-10-17spi: mxs: Assign message status after transfer finishedMarek Vasut1-1/+1
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-162/+131
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+370
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-3/+0
2012-10-05Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle3-0/+370
2012-10-04Merge branch 'late/kirkwood' into late/socOlof Johansson9-63/+10
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-3/+4
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds20-1039/+1639
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds5-6/+6
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-58/+6
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+6
2012-10-01dt/s3c64xx/spi: Use of_get_child_by_name to get a named childSrinivas Kandagatla1-3/+4
2012-10-01spi: remove completely broken Tegra driverStephen Warren3-709/+0
2012-09-28Merge branches 'spi-drivers' and 'spi-mxs' into spi-nextMark Brown20-388/+1644
2012-09-28spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab1-2/+4
2012-09-28spi/pl022: get/put resources on suspend/resumeLinus Walleij1-22/+44
2012-09-28spi/pl022: use more managed resourcesLinus Walleij1-21/+10
2012-09-25Merge tag 'v3.6-rc6' into spi-mxsMark Brown5-20/+39
2012-09-25Merge tag 'v3.6-rc6' into spi-driversMark Brown5-20/+39
2012-09-25spi/pl022: Devicetree support w/o platform dataRoland Stigge1-5/+34
2012-09-25spi/s3c64xx: Don't free controller_data on non-dt platformsSylwester Nawrocki1-1/+2
2012-09-22SPI: OMAP: remove unnecessary includes of plat/clock.hPaul Walmsley2-3/+0
2012-09-22spi: omap2-mcspi: add pinctrl supportMatt Porter1-0/+8
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson5-6/+6
2012-09-20Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/s...Olof Johansson1-1/+1
2012-09-20Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-55/+2
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+1
2012-09-20spi/pl022: adopt pinctrl supportPatrice Chotard1-0/+46
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-17spi: tegra: remove support of legacy DMA driver based accessLaxman Dewangan2-55/+2
2012-09-14ARM: w90x900: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann1-2/+2
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2-2/+2
2012-09-12ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren1-1/+2
2012-09-12spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D1-112/+144
2012-09-07spi/gpio: Fix stub for spi_gpio_probe_dt()Mark Brown1-1/+1
2012-09-06spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut1-6/+15
2012-09-06spi: spi-sh-hspi: drop frees of devm_ alloc'd dataJulia Lawall1-4/+1
2012-09-06spi/pl022: Fix chipselects pointer computationRoland Stigge1-4/+3
2012-09-06spi: spi-tle62x0: Use module_spi_driver macroSachin Kamat1-12/+1
2012-09-06mxs/spi: Rework the mxs_ssp_timeout to be more readableMarek Vasut1-11/+9
2012-09-06mxs/spi: Decrement the DMA/PIO borderMarek Vasut1-1/+1
2012-09-06mxs/spi: Increment the transfer length only if transfer succeededMarek Vasut1-1/+1
2012-09-06mxs/spi: Fix issues when doing long continuous transferMarek Vasut1-53/+88
2012-09-06spi: spi-gpio: Add DT bindingsDaniel Mack1-3/+96
2012-09-06spi: spi-gpio: store chipselect information in private structureDaniel Mack1-10/+24
2012-09-01spi: fix comment/printk typos in spiMasanari Iida5-6/+6
2012-09-01spi: davici - make davinci select edmaVinod Koul1-0/+1
2012-09-01spi: spi-davinci: convert to DMA engine APIMatt Porter1-162/+130
2012-08-27spi/mxs: Fix device remove functionGuenter Roeck1-4/+1
2012-08-27spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functionsGuenter Roeck1-4/+4
2012-08-27spi/topcliff-pch: Fix device remove functionGuenter Roeck1-2/+0
2012-08-27spi/tegra: Fix device remove functionGuenter Roeck1-1/+3
2012-08-27spi/stmp: Fix device remove functionGuenter Roeck1-5/+1
2012-08-27mxs/spi: Fix misuse of init_completionMarek Vasut1-1/+3
2012-08-27mxs/spi: Restart the block after unsuccessful transferMarek Vasut1-1/+3
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+26
2012-08-23spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatchGuenter Roeck1-1/+1
2012-08-22spi: Add SPI master controller for OCTEON SOCs.David Daney3-0/+370
2012-08-22spi/pl022: Add devicetree supportRoland Stigge1-9/+70
2012-08-22spi/pl022: Add chip select handling via GPIORoland Stigge1-14/+34
2012-08-22spi: Master driver for NXP SC18IS602/603Guenter Roeck3-0/+371
2012-08-22spi/mpc512x-psc: Avoid access to freed memory in device remove functionGuenter Roeck1-1/+2
2012-08-22spi/mpc52xx-psc: Avoid access to freed memory in device remove functionGuenter Roeck1-1/+2
2012-08-22spi/mpc52xx: Fix device remove functionGuenter Roeck1-2/+2
2012-08-22spi/mpc52xx: Fix error handling in probe functionGuenter Roeck1-2/+3
2012-08-22spi/pl022: Fix device remove functionGuenter Roeck1-1/+0
2012-08-22spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D1-2/+1
2012-08-22spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D1-17/+11
2012-08-22spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D1-14/+14
2012-08-22drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall1-0/+1
2012-08-20Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds5-15/+13
2012-08-17spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D1-2/+0
2012-08-17spi: spi-altera: Use of_match_ptrTobias Klauser1-3/+1
2012-08-17spi: Refactor spi-orion to use SPI framework queue.Andrew Lunn1-148/+61
2012-08-17spi/mxs: Add DMA support into SPI driverMarek Vasut1-15/+216
2012-08-17mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut1-1/+0
2012-08-17spi/mxs: Add SPI driver for mx233/mx28Marek Vasut3-0/+439
2012-08-17spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume funct...Guenter Roeck1-2/+2
2012-08-17spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove functionGuenter Roeck1-1/+0
2012-08-17spi/pl022: fix spi-pl022 pm enable at probeMichel JAOUEN1-1/+0
2012-08-17MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli1-5/+26
2012-08-13spi/bcm63xx: Ensure that memory is freed only after it is no longer usedGuenter Roeck1-1/+3
2012-08-10spi/s3c64xx: improve error handlingArnd Bergmann1-1/+1
2012-08-04spi: omap2-mcspi: Fix the error handling in probeShubhrajyoti D1-4/+2
2012-08-04spi/s3c64xx: Add missing static storage class specifiersSachin Kamat1-6/+6
2012-08-03spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König1-1/+1
2012-08-03spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König1-1/+1
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-102/+127
2012-07-31spi: omap2-mcspi: remove private DMA API implementationRussell King1-99/+5
2012-07-31spi: omap2-mcspi: add DMA engine supportRussell King1-31/+150
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+479
2012-07-26Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds11-39/+410
2012-07-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+1
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-07-23spi/orion: remove uneeded spi_infoMichael Walle1-5/+0
2012-07-23spi/bcm63xx: fix clock configuration selectionFlorian Fainelli1-1/+1
2012-07-23SPI: MIPS: lantiq: add FALCON spi driverThomas Langer3-0/+479
2012-07-23spi/orion: add device tree bindingAndrew Lunn1-0/+17
2012-07-22spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann1-1/+1
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-19spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sitesMark Brown1-8/+4
2012-07-19spi/s3c64xx: Convert to devm_request_and_ioremap()Mark Brown1-17/+1
2012-07-19spi/s3c64xx: Put the /CS GPIO into output modeMark Brown1-1/+2
2012-07-19spi/s3c64xx: Fix handling of errors in gpio_request()Mark Brown1-4/+5
2012-07-16coldfire-qspi: Add support for the Coldfire 5251/5253.Steven King1-1/+1
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-13spi: s3c64xx: add device tree supportThomas Abraham1-39/+264
2012-07-13spi: s3c64xx: Remove the 'set_level' callback from controller dataThomas Abraham1-5/+26
2012-07-13ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functionsThomas Abraham1-3/+2
2012-07-13spi: s3c64xx: move controller information into driver dataThomas Abraham1-27/+123
2012-07-13spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macroThomas Abraham1-4/+0
2012-07-13Merge branch 'next/devel-dma-ops' into next/dt-samsungKukjin Kim1-14/+19
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-06Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-2/+2
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-20spi/s3c64xx: Add the use of DMA config operationBoojin Kim1-14/+19
2012-06-18SPI: fix over-eager devm_xxx() conversionRussell King1-1/+2
2012-06-12spi/tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-05-26Merge 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-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-444/+705
2012-05-20spi: Add "spi:" prefix to modalias attribute of spi devicesGrant Likely1-1/+1
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely6-13/+2
2012-05-19SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song1-12/+8
2012-05-19spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski1-1/+1
2012-05-19spi: refactor spi-coldfire-qspi to use SPI queue framework.Steven King1-141/+114
2012-05-19spi/omap2-mcspi: convert to the pump message infrastructureShubhrajyoti D1-133/+110
2012-05-19spi/rspi: add dmaengine supportShimoda, Yoshihiro1-6/+314
2012-05-19spi/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-10spi: Dont call prepare/unprepare transfer if not populatedShubhrajyoti D1-2/+2
2012-05-09spi/ep93xx: clean probe/remove routinesHannu Heikkinen1-27/+10
2012-05-09Merge tag 'v3.4-rc6' into spi/nextGrant Likely10-137/+171
2012-05-08ARM: 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-24spi/s3c64xx: Allow usage for ARCH_S3C24XXHeiko Stuebner1-1/+1
2012-04-17spi/pl022: Fix range checking for bits per wordVinit Shenoy1-16/+9
2012-04-15Merge 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-10spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann1-3/+7
2012-04-10spi: use module_pci_driverAxel Lin2-23/+2
2012-04-10spi/omap2-mcspi: Trivial optimisationShubhrajyoti D1-4/+3
2012-04-10spi: omap2-mcspi: add support for pm_runtime autosuspendShubhrajyoti D1-1/+5
2012-04-10spi/omap: Remove bus_num usage for instance indexBenoit Cousson1-41/+34
2012-04-10Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree into spi/nextGrant Likely1-37/+9
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-30spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König1-1/+1
2012-03-30spi/mpc83xx: fix NULL pdata dereference bugKenth Eriksson1-1/+3
2012-03-30spi/davinci: Fix DMA API usage in davinciShubhrajyoti D1-3/+3
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-8/+13
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+2
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds17-409/+2746
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine4-8/+8
2012-03-19OMAP : SPI : use devm_* functionsShubhrajyoti D1-20/+4
2012-03-19spi: omap2-mcspi: convert to module_platform_driverFelipe Balbi1-14/+1
2012-03-19spi: omap2-mcspi: make it behave as a moduleFelipe Balbi1-4/+5
2012-03-16Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope...Arnd Bergmann1-5/+0
2012-03-16ARM: orion: spi: remove enable_clock_fix which is not usedAndrew Lunn1-5/+0
2012-03-15spi/fsl-espi: Make sure pm is within 2..32Sebastian Andrzej Siewior1-4/+6
2012-03-15spi/fsl-espi: make the clock computation easier to readSebastian Andrzej Siewior1-2/+2
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann1-1/+1