summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring2018-05-041-0/+5
* spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRLKamal Dasu2018-05-021-2/+2
* spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor masterKamal Dasu2018-05-021-8/+16
* spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-04-241-1/+1
* spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()sxauwsk2018-04-181-0/+8
* spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCRVladimir Zapolskiy2018-04-161-0/+1
* spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"wangbo2018-04-131-1/+1
* Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-04-0317-302/+387
|\
| *---. Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/sprd' and 'sp...Mark Brown2018-04-023-33/+151
| |\ \ \
| | | | * spi: tegra20-slink: use true and false for boolean valuesGustavo A. R. Silva2018-03-061-2/+2
| | | * | spi: sprd: Add the support of restarting the systemBaolin Wang2018-03-211-0/+112
| | | * | spi: sprd: Simplify the transfer functionBaolin Wang2018-03-211-29/+35
| | | |/
| | * / spi: sh-msiof: Use correct enum for DMA transfer directionGeert Uytterhoeven2018-03-221-2/+2
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge remote-tracking branches 'spi/topic/jcore', 'spi/topic/kconfig', 'spi/t...Mark Brown2018-04-027-48/+96
| |\ \ \ \ \ \
| | | | | | * | spi: rspi: use correct enum for DMA transfer directionStefan Agner2018-03-201-2/+2
| | | | | | |/
| | | | | * | spi: pxa2xx: Convert to generalized SPI controller APIJarkko Nikula2018-02-123-21/+25
| | | | | * | spi: pxa2xx: Move SSP idle waiting to cs_deassert()Jarkko Nikula2018-02-121-7/+7
| | | | | |/
| | | | * | spi: orion: Prepare space for per-child optionsJan Kundrát2018-02-151-7/+11
| | | | * | spi: orion: Make the error message greppableJan Kundrát2018-02-151-2/+2
| | | | * | spi: orion: Rework GPIO CS handlingJan Kundrát2018-02-141-3/+44
| | | | |/
| | | * / spi: kconfig: Remove AVR32 dep. from SPI_ATMELUlf Magnusson2018-02-121-2/+2
| | | |/
| | * / spi: jcore: disable ref_clk after getting its rateAlexey Khoroshilov2018-03-181-6/+5
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/...Mark Brown2018-04-027-211/+125
| |\ \ \ \ \ \
| | | | | | * | spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2018-02-141-178/+92
| | | | | | |/
| | | | | * / spi: dw: Convert to generalized SPI controller APIJarkko Nikula2018-02-123-18/+18
| | | | | |/
| | | | * / spi: bcm2835aux: Avoid 64-bit arithmetic in xfer len calcTrent Piepho2018-02-141-9/+9
| | | | |/
| | | * / spi: bcm-qspi: fIX some error handling pathsChristophe Jaillet2018-03-141-2/+2
| | | |/
| | * | spi: spi-atmel: Use correct enum for DMA transfer directionStefan Agner2018-03-281-4/+4
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix...Mark Brown2018-04-023-10/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | spi: Fix unregistration of controller with fixed SPI bus numberJarkko Nikula2018-03-201-7/+2
| | | | |/
| | | * / spi: pxa2xx: Disable runtime PM if controller registration failsJarkko Nikula2018-03-071-0/+2
| | | |/
| | * / spi: atmel: init FIFOs before spi enableEugen Hristev2018-02-271-3/+5
| | |/
| * / spi: Fix scatterlist elements size in spi_map_bufMaxime Chevallier2018-03-021-2/+8
| |/
* | spi: remove blackfin related host driversArnd Bergmann2018-03-265-3387/+0
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-2/+2
|/
* Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2018-01-261-0/+1
|\
| * spi: xilinx: Add support for xlnx,axi-quad-spi-1.00.aRicardo Ribalda2017-11-271-0/+1
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/...Mark Brown2018-01-265-41/+103
|\ \ \ \ \ \
| | | | | * | spi: sun6i: disable/unprepare clocks on removeTobias Jordan2017-12-071-1/+1
| | | | * | | spi: sirf: account for const type of of_device_id.dataJulia Lawall2018-01-031-2/+2
| | | | |/ /
| | | * | | spi: sh-msiof: Implement cs-gpios configurationGeert Uytterhoeven2017-12-141-7/+59
| | | * | | spi: sh-msiof: Extend support to 3 native chip selectsGeert Uytterhoeven2017-12-141-5/+13
| | | * | | spi: sh-msiof: Avoid writing to registers from spi_master.setup()Geert Uytterhoeven2017-12-141-11/+24
| | | * | | spi: sh-msiof: Use dev_warn_once() instead of open-codingGeert Uytterhoeven2017-11-301-3/+2
| | | |/ /
| | * / / spi: s3c64xx: add SPDX identifierAndi Shyti2018-01-081-14/+4
| | |/ /
| * | | spi: pxa2xx: Use gpiod_put() not gpiod_free()Mark Brown2017-12-221-2/+2
| * | | spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-tripRasmus Villemoes2017-12-211-2/+2
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...Mark Brown2018-01-265-14/+32
|\ \ \ \ \ \ \
| | | | | * | | spi: orion: Fix a resource leak if the optional "axi" clk is deferredChristophe Jaillet2018-01-261-5/+8
| | | | | * | | spi: orion: Fix clock resource by adding an optional bus clockGregory CLEMENT2018-01-121-0/+14
| | | | | |/ /