summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
* spi: atmel: Drop non-dm codeJagan Teki2018-04-062-217/+0
* spi: atmel: Add ifdef for DM_GPIO codeJagan Teki2018-04-061-2/+12
* omap3: spi: Correct ti, pindir-d0-out-d1-in parsingSjoerd Simons2018-03-231-2/+4
* DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev2018-03-221-25/+15
* DW SPI: add option to use external gpio for chip selectEugeniy Paltsev2018-03-221-1/+50
* DW SPI: refactor poll_transfer functionsEugeniy Paltsev2018-03-221-22/+4
* DW SPI: fix transmit only modeEugeniy Paltsev2018-03-221-1/+5
* DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev2018-03-221-0/+15
* Merge git://git.denx.de/u-boot-spiTom Rini2018-03-153-101/+25
|\
| * spi: omap3: Fix redeclared errorJagan Teki2018-03-141-2/+2
| * spi: omap3: Skip set_mode, set_speed from claimJagan Teki2018-03-131-5/+16
| * spi: atcspi200: Drop non-dm codeJagan Teki2018-03-132-94/+7
* | board: stm32: switch to DM STM32 timerPatrice Chotard2018-03-131-1/+0
|/
* spi: Migrate CONFIG_CF_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_KIRKWOOD_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_LPC32XX_SSP to KconfigTuomas Tynkkynen2018-02-131-0/+5
* spi: Migrate CONFIG_MPC8XXX_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+5
* spi: Migrate CONFIG_MXC_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_MXS_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_SH_QSPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* spi: Migrate CONFIG_SH_SPI to KconfigTuomas Tynkkynen2018-02-131-0/+6
* atcspi200: avoid possible NULL dereferenceHeinrich Schuchardt2018-02-071-2/+2
* Merge git://git.denx.de/u-boot-spiTom Rini2018-01-2614-122/+1057
|\
| * DW SPI: Get clock value from Device TreeEugeniy Paltsev2018-01-261-2/+43
| * spi: cadence_qspi_apb: Make flash writes 32 bit alignedVignesh R2018-01-241-6/+25
| * Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when pos...Vignesh R2018-01-241-20/+6
| * Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when poss...Goldschmidt Simon2018-01-241-16/+10
| * spi: cadence_spi: Sync DT bindings with LinuxJason Rush2018-01-243-20/+21
| * spi: kirkwood_spi: implement workaround for FE-9144572Chris Packham2018-01-241-3/+66
| * spi: spi-uclass: Fix style violationsMario Six2018-01-241-3/+2
| * spi: Remove spi_setup_slave_fdtMario Six2018-01-241-16/+0
| * spi: Remove obsolete spi_base_setup_slave_fdtMario Six2018-01-241-20/+0
| * spi: Fix style violation and improve codeMario Six2018-01-241-3/+4
| * dm: spi: add BCM63xx HSSPI driverÁlvaro Fernández Rojas2018-01-243-0/+423
| * dm: spi: add BCM63xx SPI driverÁlvaro Fernández Rojas2018-01-243-0/+442
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-244-28/+30
* | Convert CONFIG_DAVINCI_SPI to KconfigAdam Ford2018-01-221-0/+6
* | spi: fsl_qspi: support i.MX6UL/6ULLL/7DPeng Fan2018-01-121-2/+16
|/
* cosmetic: atcspi200: Rename function name as atcspi200Rick Chen2017-11-301-48/+48
* spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spiRick Chen2017-11-303-6/+6
* rockchip: spi: the symbol for Hertz is HzHeinrich Schuchardt2017-11-211-1/+1
* omap3: spi: the symbol for Hertz is HzHeinrich Schuchardt2017-11-201-1/+2
* spi: ich: Lock down controller settings if requiredBin Meng2017-10-272-0/+23
* spi: Drop CONFIG_ATMEL_DATAFLASH_SPITuomas Tynkkynen2017-10-162-185/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-4/+4
* spi: davinci_spi: Add da830-spi support for DMAdam Ford2017-09-291-0/+1
* spi: fsl_qspi: Copy 16 byte aligned data in TX FIFOSuresh Gupta2017-09-251-10/+8
* spi: fsl_qspi: Add controller busy check before new spi operationSuresh Gupta2017-09-252-1/+31
* spi: mxc_spi: support driver modelPeng Fan2017-09-251-32/+149
* nds32: spi: Support spi dm driver.rick2017-09-213-0/+507