summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* x86: ich-spi: Convert driver to spi-mem opsBernhard Messerklinger2019-08-092-172/+95
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-271-83/+317
|\
| * spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)Lukasz Majewski2019-07-191-83/+317
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-07-277-381/+716
|\ \
| * | spi: Drop obsolete mtk_qspi driver referencesWeijie Gao2019-07-253-368/+0
| * | spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao2019-07-253-0/+328
| * | spi: Add SiFive SPI driverBhargav Shah2019-07-183-0/+379
| * | drivers/spi: fsl_qspi: improve timeout calculationThomas Schaefer2019-07-181-11/+6
| * | drivers/spi: fsl_qspi: fix read timeoutThomas Schaefer2019-07-181-5/+4
| * | spi: spi-mem: Fix read data size issueYe Li2019-07-181-3/+5
| |/
* / spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard2019-07-221-1/+0
|/
* Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-142-16/+19
|\
| * spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+6
| * spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-11/+13
* | Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-112-5/+12
|\ \
| * | spi: Avoid using malloc() in a critical functionSimon Glass2019-07-101-4/+11
| * | sandbox: Correct spi flash operationSimon Glass2019-07-101-1/+1
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-111-36/+16
|\ \
| * | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder2019-07-111-36/+0
| * | km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder2019-07-111-0/+16
| |/
* / spi: Add SPI controller driver for UniPhier SoCsKunihiko Hayashi2019-07-103-0/+422
|/
* spi: Add Atmel QuadSPI driverTudor Ambarus2019-07-093-0/+545
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-06-171-0/+4
|\
| * spi: Kconfig: Mark LPC32XX_SSP as DEPRECATEDJagan Teki2019-06-131-0/+1
| * spi: Kconfig: Mark SOFT_SPI as DEPRECATEDJagan Teki2019-06-131-0/+1
| * spi: Kconfig: Mark SH_SPI as DEPRECATEDJagan Teki2019-06-131-0/+1
| * spi: Kconfig: Mark MXS_SPI has DEPRECATEDJagan Teki2019-06-131-0/+1
* | Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini2019-06-113-0/+624
|\ \
| * | spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard2019-06-063-0/+624
* | | Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini2019-06-111-24/+53
|\ \ \ | |_|/ |/| |
| * | spi: imx: work with cs greater 0Heiko Schocher2019-06-111-22/+52
| * | spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher2019-06-111-4/+3
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-06-102-96/+193
|\ \ | |/ |/|
| * spi: mpc8xxx: Convert to DMJagan Teki2019-06-102-42/+112
| * spi: mpc8xxx: Use get_timerMario Six2019-06-101-4/+7
| * spi: mpc8xxx: Fix if checkMario Six2019-06-101-1/+1
| * spi: mpc8xxx: Re-order transfer setupMario Six2019-06-101-5/+5
| * spi: mpc8xxx: Document LEN setting betterMario Six2019-06-101-11/+5
| * spi: mpc8xxx: Rename variableMario Six2019-06-101-4/+4
| * spi: mpc8xxx: Make code more readableMario Six2019-06-101-8/+19
| * spi: mpc8xxx: Reduce scope of loop variablesMario Six2019-06-101-6/+5
| * spi: mpc8xxx: Simplify logic a bitMario Six2019-06-101-10/+13
| * spi: mpc8xxx: Get rid of is_readMario Six2019-06-101-5/+7
| * spi: mpc8xxx: Simplify ifMario Six2019-06-101-7/+5
| * spi: mpc8xxx: Use IO accessorsMario Six2019-06-101-19/+19
| * spi: mpc8xxx: Replace defines with enumsMario Six2019-06-101-7/+19
| * spi: mpc8xxx: Fix function names in stringsMario Six2019-06-101-4/+5
| * spi: mpc8xxx: Fix space after castMario Six2019-06-101-3/+3
| * spi: mpc8xxx: Rename camel-case variablesMario Six2019-06-101-11/+11
| * spi: mpc8xxx: Fix commentsMario Six2019-06-101-8/+14