summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2019-04-17spi: cadence_qspi: add reset handlingSimon Goldschmidt
2019-04-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-04-17spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra
2019-04-17spi: ti_qspi: Drop non DM codeVignesh Raghavendra
2019-04-16spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHzSiva Durga Prasad Paladugu
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-04-12spi: stm32_qspi: move to exec_opChristophe Kerello
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay
2019-04-12spi: fsl_dspi fix to stop extra transmissionsJared Bents
2019-04-12spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger
2019-04-12spi: cadence_qspi: Add quad write supportLey Foon Tan
2019-03-04spi: Rename sun4i_spi.c into spi-sunxi.cJagan Teki
2019-03-04spi: sun4i: Driver cleanupJagan Teki
2019-03-04spi: sun4: Add A31 spi controller supportJagan Teki
2019-03-04spi: sun4i: Add CLK supportJagan Teki
2019-03-04spi: sun4i: Support fifo_depth via drvdataJagan Teki
2019-03-04spi: sun4i: Access registers and bits via enum offsetsJagan Teki