aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-30MAINTAINERS: board: hisi: poplar: update emailJorge Ramirez-Ortiz1-1/+1
2020-01-30MAINTAINERS: board: qcom: db820c: update emailJorge Ramirez-Ortiz1-1/+1
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini3-52/+21
2020-01-30Consistently use nproc for counting the CPUsHeinrich Schuchardt3-3/+3
2020-01-30optee: Replace uninitialized return variable by proper one.Christoph Müllner1-1/+1
2020-01-30tools: correct Markdown in concurrencytest/README.mdHeinrich Schuchardt1-2/+2
2020-01-30common/board_f.c: Remove arch-specific checks for cpucheckOvidiu Panait1-2/+5
2020-01-30cmd/gpt: Address error cases during gpt rename more correctlyTom Rini1-35/+12
2020-01-29Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini25-164/+454
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini10-14/+51
2020-01-28Prepare v2020.04-rc1v2020.04-rc1Tom Rini1-2/+2
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini16-239/+1290
2020-01-28arm: exynos: odroid: Change autoboot script to use ${mmcbootdev}Marek Szyprowski1-4/+4
2020-01-27Merge branch '2020-01-27-master-imports'Tom Rini14-13/+939
2020-01-27pmic: allow dump command for non contiguous register mapsMartin Fuzzey1-2/+10
2020-01-27power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey4-0/+421
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey4-0/+453
2020-01-27rtc: s35392a: encode command correctlyIan Ray1-11/+18
2020-01-27cmd: sata: Add block unbind device functionPeng Ma1-0/+2
2020-01-27tbs2910: add custom CONFIG_OF_REMOVE_PROPS list to defconfigAnatolij Gustschin1-0/+2
2020-01-27dts: add property removal option CONFIG_OF_REMOVE_PROPSAnatolij Gustschin3-0/+33
2020-01-28arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski4-0/+31
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 Raghavendra6-2/+43
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-27cmd: spi: Permit setting bus frequencyMarek Vasut1-4/+10
2020-01-27test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng1-3/+3
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng2-20/+28
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 Rini9-106/+34
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: Add enums for i2c speed and address sizeSimon Glass1-0/+26
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