summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander2018-10-071-0/+2
* tee: add sandbox driverJens Wiklander2018-10-074-3/+326
* tee: optee: support AVB trusted applicationJens Wiklander2018-10-072-0/+40
* optee: support routing of rpmb data frames to mmcJens Wiklander2018-10-075-1/+247
* tee: add OP-TEE driverJens Wiklander2018-10-0710-0/+1900
* Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander2018-10-075-0/+226
* mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander2018-10-071-0/+160
* dm: fdt: scan for devices under /firmware tooJens Wiklander2018-10-071-5/+10
* misc: Add support for the Arm Versatile Express config busLiviu Dudau2018-10-063-0/+137
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-10-053-0/+170
|\
| * phy: rcar: Add R-Car Gen3 PHY driverMarek Vasut2018-10-033-0/+170
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-10-051-9/+2
|\ \
| * | gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan2018-10-031-9/+2
| |/
* | Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini2018-10-051-17/+63
|\ \
| * | net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXIDJanine Hagemann2018-10-041-17/+63
| * | net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmiiJanine Hagemann2018-10-041-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-048-1/+468
|\ \ \ | |/ / |/| |
| * | spi: Add SPI driver for MT76xx SoCsStefan Roese2018-10-043-0/+321
| * | mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese2018-10-043-1/+137
| * | sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese2018-10-042-0/+10
* | | Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchipTom Rini2018-10-032-2/+31
|\ \ \ | |/ / |/| |
| * | rockchip: dwmmc: add rk2928-dw-mshc compatibleHeiko Stuebner2018-10-021-0/+1
| * | mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner2018-10-021-2/+30
* | | i2c: Add support for the Arm's Versatile Express I2C controller.Liviu Dudau2018-10-031-0/+280
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-0276-888/+3892
|\ \ | |/ |/|
| * spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut2018-10-021-65/+150
| * driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar2018-10-021-138/+0
| * spi: designware_spi: Add reset ctrl to driverLey Foon Tan2018-10-021-0/+43
| * cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-022-2/+161
| * mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-022-238/+177
| * mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-021-1/+64
| * mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-021-0/+210
| * mtd: uclass: add probe functionMiquel Raynal2018-10-021-0/+16
| * mtd: mtdpart: balance debug messagesMiquel Raynal2018-09-201-0/+2
| * mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal2018-09-201-0/+3
| * mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal2018-09-201-6/+14
| * mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-203-1/+140
| * mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-203-1/+145
| * mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-203-1/+153
| * mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-205-0/+1249
| * spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-203-0/+509
| * mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-09-204-0/+380
| * mtd: rename nand into rawnand in Kconfig promptMiquel Raynal2018-09-201-1/+1
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-2055-377/+382
| * mtd: move all flash categories inside MTD submenuMiquel Raynal2018-09-201-2/+2
| * mtd: move definitions to enlarge their rangeMiquel Raynal2018-09-201-6/+0
| * mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-09-201-6/+20
| * mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon2018-09-201-0/+45
| * mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2018-09-201-0/+12
| * mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-09-204-62/+33