summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner1-5/+5
2020-05-10spi: nxp-fspi: Use new readl_poll_sleep_timeout APIKuldeep Singh1-5/+5
2020-05-10spi: Zap lpc32xx_ssp driver-related codeJagan Teki3-141/+0
2020-04-30spi: sifive: Fix QPP transferJagan Teki1-20/+37
2020-04-30spi: sifive: Fix format register proto fieldJagan Teki1-3/+21
2020-04-30spi: sifive: Add spi-mem exec opJagan Teki1-1/+74
2020-04-30spi: sifive: Tidy up dm_spi_slave_platdata variableJagan Teki1-15/+15
2020-04-28spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumTudor Ambarus1-1/+1
2020-04-28spi: cadence-qspi: Move ref clock calculation to probePratyush Yadav1-16/+17
2020-04-28spi: Transform the FSL QuadSPI driver to use the SPI MEM APIKuldeep Singh2-1114/+608
2020-04-24spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes1-0/+1
2020-04-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini1-16/+23
2020-04-03qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren1-8/+7
2020-04-03qspi: t210: Fix QSPI clock and tap delaysTom Warren1-9/+15
2020-04-03qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren1-2/+4
2020-04-02spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus1-18/+96
2020-04-02spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus1-0/+11
2020-03-31mpc8xxx_spi: implement real ->set_speedRasmus Villemoes1-11/+53
2020-03-31mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes1-53/+27
2020-03-31mpc8xxx_spi: put max_cs to useRasmus Villemoes1-2/+7
2020-02-06dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass14-0/+16
2020-02-06dm: core: Require users of devres to include the headerSimon Glass5-0/+5
2020-02-03spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner1-10/+2
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra1-0/+1
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra2-2/+7
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2-0/+12
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra3-33/+91
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra3-178/+91
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra1-8/+13
2020-01-27spi: prevent overriding established bus settingsMarcin Wojtas1-9/+11
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng1-19/+26
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle3-0/+1004
2020-01-23spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-14spi: Fix manual relocation calling more timesAshok Reddy Soma1-15/+19
2020-01-07Merge branch 'next'Tom Rini6-131/+469
2019-12-27spi: rk: Limit transfers to (64K - 1) bytesJagan Teki1-2/+8
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass2-5/+15
2019-12-15spi: ich: Add TPL supportSimon Glass1-4/+44
2019-12-15spi: ich: Add support for get_mmap() methodSimon Glass1-0/+32
2019-12-15spi: ich: Support hardware sequencingSimon Glass2-3/+245
2019-12-15spi: ich: Support of-platdata for fast-spiSimon Glass1-3/+15
2019-12-15spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass1-3/+5
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass2-19/+13
2019-12-15spi: ich: Various small tidy-upsSimon Glass1-9/+8
2019-12-15spi: ich: Fix header orderSimon Glass1-2/+2
2019-12-15spi: ich: Convert to livetreeSimon Glass1-17/+5
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass2-20/+44