summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-30arm: rockchip: Add common cru.hJagan Teki7-52/+52
2020-01-30ram: rk3399: don't assume phy_io_config() uses real regsThomas Hebb1-4/+2
2020-01-29Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini22-161/+355
2020-01-29Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-0/+5
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini12-231/+1265
2020-01-28power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+409
2020-01-28power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+145
2020-01-28rtc: s35392a: encode command correctlyIan Ray1-11/+18
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 Raghavendra4-2/+33
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-27mtd: spinand: winbond: Add support for W25N01GVRobert Marko1-0/+8
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-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini7-11/+28
2020-01-27i2c: designware_i2c: Do more in the probe() methodSimon Glass1-8/+8
2020-01-27i2c: designware_i2c: Separate out the speed calculationSimon Glass2-33/+48
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2-17/+17
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass2-2/+12
2020-01-27i2c: Update drivers to use enum for speedSimon Glass14-26/+32
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass1-27/+16
2020-01-27i2c: omap: Update to use standard enums for speedSimon Glass2-5/+1
2020-01-27i2c: kona_i2c: Update to use standard enums for speedSimon Glass1-17/+11
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass2-18/+5
2020-01-27i2c: ast_i2c: Update to use standard enums for speedSimon Glass2-3/+1
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass3-1/+13
2020-01-27i2c: designware_i2c: Rewrite timing calculationSimon Glass1-22/+147
2020-01-27i2c: designware_i2c: Put hold config in a structSimon Glass1-27/+55
2020-01-27i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass1-6/+8
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass3-3/+22
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2-12/+10
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2-4/+8
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2-9/+9
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass2-1/+2
2020-01-27i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass1-2/+0
2020-01-27i2c: designware_i2c: Add more registersSimon Glass1-1/+13
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()Giulio Benetti1-2/+8
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()Giulio Benetti1-0/+3
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()Giulio Benetti1-2/+8
2020-01-26common: fix regression on block cache initAngelo Durgehello1-0/+6
2020-01-26arm: mvebu: fix A38x breakage from commit bb872dd930ccJoel Johnson1-1/+1
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+12
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson3-3/+3
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti1-1/+1
2020-01-26clk: show more error info when uclass_get_device_by_namePeng Fan1-2/+4
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent1-1/+1