summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-02Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez
2020-02-02usb: cdns3: ep0: Invalidate cache before reading Setup PacketVignesh Raghavendra
2020-02-01Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2020-01-31Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-02-01mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada
2020-02-01mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada
2020-02-01mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada
2020-02-01mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut
2020-02-01mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada
2020-02-01mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut
2020-01-30net: fix typoFlavio Suligoi
2020-01-30ram: rk3328: only do data traning for cs0Kever Yang
2020-01-30arm: rockchip: Add common cru.hJagan Teki
2020-01-30ram: rk3399: don't assume phy_io_config() uses real regsThomas Hebb
2020-01-29Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-01-27power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-27rtc: s35392a: encode command correctlyIan Ray
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra
2020-01-27mtd: spinand: winbond: Add support for W25N01GVRobert Marko
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra
2020-01-27spi: prevent overriding established bus settingsMarcin Wojtas
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle
2020-01-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-01-27i2c: designware_i2c: Do more in the probe() methodSimon Glass
2020-01-27i2c: designware_i2c: Separate out the speed calculationSimon Glass
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass
2020-01-27i2c: Update drivers to use enum for speedSimon Glass
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass
2020-01-27i2c: omap: Update to use standard enums for speedSimon Glass
2020-01-27i2c: kona_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: ast_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass
2020-01-27i2c: designware_i2c: Rewrite timing calculationSimon Glass
2020-01-27i2c: designware_i2c: Put hold config in a structSimon Glass
2020-01-27i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass