summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-12ARM: Odroid XU3: Enable driver I2C support for OdroidXU3Anand Moon
2019-03-11espresso7420: remove duplicated configMinkyu Kang
2019-03-11arm: exynos: odroid: Fix build if BOARD_TYPES are not setKrzysztof Kozlowski
2019-03-11arm: dts: exynos: Adjust whitespace around status propertyKrzysztof Kozlowski
2019-03-11arm: exynos: Remove duplicated "boardname" env settingKrzysztof Kozlowski
2019-03-11configs: odroid_xu3: Unify indentationKrzysztof Kozlowski
2019-03-11configs: odroid_xu3: Use consistent syntax for #includeKrzysztof Kozlowski
2019-03-11arm: exynos: arndale: Replace Chander Kashyap inactive maintainerKrzysztof Kozlowski
2019-03-11arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 familyKrzysztof Kozlowski
2019-03-11arm: dts: exynos: Add supply for ADC block to Odroid XU3 familyKrzysztof Kozlowski
2019-03-11power: regulator: s2mps11: Add enable delayKrzysztof Kozlowski
2019-03-11regulator: Add support for ramp delayKrzysztof Kozlowski
2019-03-11arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revisionKrzysztof Kozlowski
2019-03-11arm: exynos: odroid-xu3: Display info late to have proper typeKrzysztof Kozlowski
2019-03-11arm: exynos: Detect revision later, when all resources are readyKrzysztof Kozlowski
2019-03-11power: regulator: s2mps11: Fix step for LDO27 and LDO35Krzysztof Kozlowski
2019-03-11adc: exynos-adc: Fix wrong bit operation used to stop the ADCKrzysztof Kozlowski
2019-03-08Merge branch '2019-03-08-master-imports'Tom Rini
2019-03-08ARM: qemu-arm: enable USB boot in distro boot with UEFIAKASHI Takahiro
2019-03-08image: fdt: handle coalesced reserve regionPatrick Delaunay
2019-03-08cmd: thordown: Fix spelling of download.Vagrant Cascadian
2019-03-08fdt: Fix FIT header verification in mkimage and conduct same checks as bootmJordan Hand
2019-03-08test: Update test-imagetools.sh to match new syntaxMartyn Welch
2019-03-08Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2019-03-08i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes
2019-03-08i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu
2019-03-08i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu
2019-03-07i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut
2019-03-07i2c: rcar_iic: Read ICSR only onceMarek Vasut
2019-03-06Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-03-05Merge tag 'efi-2019-04-rc4' of https://github.com/xypron2/u-bootTom Rini
2019-03-04Prepare v2019.04-rc4Tom Rini
2019-03-04Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2019-03-04Merge tag 'u-boot-atmel-2019.04-a' of git://git.denx.de/u-boot-atmelTom Rini
2019-03-04Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2019-03-04spi: Rename sun4i_spi.c into spi-sunxi.cJagan Teki
2019-03-04spi: sun4i: Driver cleanupJagan Teki
2019-03-04spi: sun4: Add A31 spi controller supportJagan Teki
2019-03-04spi: sun4i: Add CLK supportJagan Teki
2019-03-04spi: sun4i: Support fifo_depth via drvdataJagan Teki
2019-03-04spi: sun4i: Access registers and bits via enum offsetsJagan Teki
2019-03-04spi: sun4i: Simplify reg writes using set/clrbits_le32Jagan Teki
2019-03-04clk: sunxi: Implement SPI clocks, resetsJagan Teki
2019-03-04spi: sun4i: Poll for rxfifo to be filled upJagan Teki
2019-03-04spi: designware: Change include orderHoratiu.Vultur@microchip.com