summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-13spi: Kconfig: Mark LPC32XX_SSP as DEPRECATEDJagan Teki
2019-06-13spi: Kconfig: Mark SOFT_SPI as DEPRECATEDJagan Teki
2019-06-13spi: Kconfig: Mark SH_SPI as DEPRECATEDJagan Teki
2019-06-13spi: Kconfig: Mark MXS_SPI has DEPRECATEDJagan Teki
2019-06-11Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini
2019-06-11Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imxTom Rini
2019-06-11spi: imx: work with cs greater 0Heiko Schocher
2019-06-11spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher
2019-06-10Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-10spi: mpc8xxx: Convert to DMJagan Teki
2019-06-10spi: mpc8xxx: Use get_timerMario Six
2019-06-10spi: mpc8xxx: Fix if checkMario Six
2019-06-10spi: mpc8xxx: Re-order transfer setupMario Six
2019-06-10spi: mpc8xxx: Document LEN setting betterMario Six
2019-06-10spi: mpc8xxx: Rename variableMario Six
2019-06-10spi: mpc8xxx: Make code more readableMario Six
2019-06-10spi: mpc8xxx: Reduce scope of loop variablesMario Six
2019-06-10spi: mpc8xxx: Simplify logic a bitMario Six
2019-06-10spi: mpc8xxx: Get rid of is_readMario Six
2019-06-10spi: mpc8xxx: Simplify ifMario Six
2019-06-10spi: mpc8xxx: Use IO accessorsMario Six
2019-06-10spi: mpc8xxx: Replace defines with enumsMario Six
2019-06-10spi: mpc8xxx: Fix function names in stringsMario Six
2019-06-10spi: mpc8xxx: Fix space after castMario Six
2019-06-10spi: mpc8xxx: Rename camel-case variablesMario Six
2019-06-10spi: mpc8xxx: Fix commentsMario Six
2019-06-10spi: mpc8xxx: Use short type namesMario Six
2019-06-06spi: stm32: Add Serial Peripheral Interface driver for STM32MPPatrice Chotard
2019-05-24drivers: spi: cf_spi: convert to driver modelAngelo Dureghello
2019-05-24drivers: spi: cf_spi: add Kconfig optionAngelo Dureghello
2019-05-15Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini
2019-05-10spi: designware: convert to livetreeSimon Goldschmidt
2019-05-10spi: cadence_qspi: convert to livetreeSimon Goldschmidt
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2019-05-09spi: atcspi200: Change include orderJagan Teki
2019-05-07spi: rpc: Add support for operation without clock frameworkMarek Vasut
2019-05-06spi: Kconfig: Add STM32F4 support for STM32_QSPI driverPatrice Chotard
2019-05-04Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mipsTom Rini
2019-05-03mips: rename mach-mt7620 to mach-mtmipsWeijie Gao
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-05-01rockchip: spi: make optimised receive-handler unaligned-safePhilipp Tomsich
2019-05-01rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flagPhilipp Tomsich
2019-05-01rockchip: spi: add optimised receive-only implementationPhilipp Tomsich
2019-05-01rockchip: spi: only wait for completion, if transmittingPhilipp Tomsich
2019-05-01rockchip: spi: consistently use false/true with rkspi_enable_chipPhilipp Tomsich
2019-05-01rockchip: spi: fix off-by-one in chunk size computationPhilipp Tomsich
2019-05-01rockchip: spi: remove unused code and fields in privPhilipp Tomsich
2019-05-01rockchip: spi: add debug message for delay in CS togglePhilipp Tomsich
2019-04-21Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini