summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cWIP/29Jan2020Tom Rini2020-01-2925-164/+454
|\
| * i2c: designware_i2c: Do more in the probe() methodSimon Glass2020-01-271-8/+8
| * i2c: designware_i2c: Separate out the speed calculationSimon Glass2020-01-272-33/+48
| * i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-272-17/+17
| * i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-272-2/+12
| * i2c: Update drivers to use enum for speedSimon Glass2020-01-2714-26/+32
| * i2c: stm32: Update to use standard enums for speedSimon Glass2020-01-271-27/+16
| * i2c: omap: Update to use standard enums for speedSimon Glass2020-01-272-5/+1
| * i2c: kona_i2c: Update to use standard enums for speedSimon Glass2020-01-271-17/+11
| * i2c: designware_i2c: Update to use standard enums for speedSimon Glass2020-01-272-18/+5
| * i2c: ast_i2c: Update to use standard enums for speedSimon Glass2020-01-272-3/+1
| * i2c: Add enums for i2c speed and address sizeSimon Glass2020-01-271-0/+26
| * i2c: designware_i2c: Add spike supressionSimon Glass2020-01-273-1/+13
| * i2c: designware_i2c: Rewrite timing calculationSimon Glass2020-01-271-22/+147
| * i2c: designware_i2c: Put hold config in a structSimon Glass2020-01-271-27/+55
| * i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass2020-01-271-6/+8
| * i2c: designware_i2c: Read device-tree propertiesSimon Glass2020-01-273-3/+22
| * i2c: designware_i2c: Bring in the binding fileSimon Glass2020-01-271-0/+73
| * i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2020-01-272-12/+10
| * i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2020-01-272-4/+8
| * i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2020-01-272-9/+9
| * i2c: designware_i2c: Include clk.h in the header fileSimon Glass2020-01-272-1/+2
| * i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass2020-01-271-2/+0
| * i2c: designware_i2c: Add more registersSimon Glass2020-01-271-1/+13
| * global_data: remove unused mxc_i2c specific fieldBaruch Siach2020-01-271-3/+0
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2020-01-2810-14/+51
|\ \
| * | arm: exynos: odroid: Change autoboot script to use ${mmcbootdev}Marek Szyprowski2020-01-281-4/+4
| * | arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski2020-01-284-0/+31
| * | arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card)Marek Szyprowski2020-01-232-2/+2
| * | arm: dts: exynos: Fix card-detect polarity for SD card on Odroid U3/X2Marek Szyprowski2020-01-231-0/+1
| * | mmc: s5p_sdhci: Read generic MMC properties from DTMarek Szyprowski2020-01-231-0/+5
| * | arm: exynos: Use proper PMIC device namesMarek Szyprowski2020-01-232-4/+4
| * | arm: exynos: Use proper ADC device nameMarek Szyprowski2020-01-231-3/+3
| * | arm: dts: exynos: Extend board descriptionMarek Szyprowski2020-01-231-1/+1
* | | Prepare v2020.04-rc1v2020.04-rc1Tom Rini2020-01-281-2/+2
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/27Jan2020Tom Rini2020-01-2716-239/+1290
|\ \ \
| * | | spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra2020-01-271-0/+1
| * | | spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra2020-01-272-2/+7
| * | | mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-276-2/+43
| * | | spi: cadence-qspi: Add direct mode supportVignesh Raghavendra2020-01-273-33/+91
| * | | spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra2020-01-273-178/+91
| * | | mtd: spinand: winbond: Add support for W25N01GVRobert Marko2020-01-271-0/+8
| * | | spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra2020-01-271-8/+13
| * | | spi: prevent overriding established bus settingsMarcin Wojtas2020-01-271-9/+11
| * | | cmd: spi: Permit setting bus frequencyMarek Vasut2020-01-271-4/+10
| * | | test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng2020-01-271-3/+3
| * | | dm: spi: Check cs number before accessing slavesBin Meng2020-01-272-20/+28
| * | | spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle2020-01-273-0/+1004
* | | | Merge branch '2020-01-27-master-imports'Tom Rini2020-01-2714-13/+939
|\ \ \ \ | |/ / / |/| | |
| * | | pmic: allow dump command for non contiguous register mapsMartin Fuzzey2020-01-271-2/+10