summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mvebu: consolidate SPL boot device config symbolsBaruch Siach2018-08-065-36/+8
* mvebu: a38x: drop duplicate platform id symbolsBaruch Siach2018-08-062-12/+3
* mvebu: turris_omnia: use u-boot-spl-dtb.binBaruch Siach2018-08-061-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-08-045-3/+476
|\
| * arm: sunxi: Allwinner A10 SPI driverStefan Mavrodiev2018-08-033-0/+462
| * spi: kirkwood: add orion-spi compatible stringChris Packham2018-08-031-0/+8
| * spi: kirkwood: Get drvdata in .ofdata_to_platdataJagan Teki2018-08-031-3/+5
| * mtd: add spi flash id s25fl128lClément Laigle2018-08-031-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-0446-61/+2560
|\ \
| * | board: sun50i: h6: Add OrangePi One Plus initial supportJagan Teki2018-07-314-0/+170
| * | mtd: nand: sunxi: Return on set_feature only when not ENOTSUPPMylène Josserand2018-07-311-1/+1
| * | mtd: nand: nand_base: Convert EINVAL into ENOTSUPPMylène Josserand2018-07-311-2/+2
| * | configs: sunxi: Drop CONFIG_SUNXI_USB_PHYSJagan Teki2018-07-317-21/+0
| * | phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5Jagan Teki2018-07-311-3/+2
| * | phy: sun4i-usb: Remove usb_clk_cfg set in probeJagan Teki2018-07-311-2/+0
| * | phy: sun4i-usb: Call phy_passby even for PHY#0Jagan Teki2018-07-311-2/+1
| * | video: sunxi: de2: fix SimpleFB node creation when DE2 not probedIcenowy Zheng2018-07-311-0/+3
| * | sunxi: add support for Pine H64 boardIcenowy Zheng2018-07-314-0/+207
| * | sunxi: add support for Allwinner H6 SoCIcenowy Zheng2018-07-318-2/+546
| * | sunxi: add DRAM support to H6Icenowy Zheng2018-07-315-0/+1061
| * | sunxi: add MMC support for H6Icenowy Zheng2018-07-313-2/+20
| * | sunxi: add UART0 setup for H6Icenowy Zheng2018-07-312-0/+5
| * | sunxi: use sun6i-style watchdog for H6Icenowy Zheng2018-07-312-2/+2
| * | sunxi: add clock code for H6Icenowy Zheng2018-07-314-0/+417
| * | sunxi: change GIC address on H6Icenowy Zheng2018-07-311-0/+5
| * | sunxi: add config for SPL at 0x20000 on H6Icenowy Zheng2018-07-311-0/+5
| * | sunxi: change ATF position for H6Icenowy Zheng2018-07-311-2/+8
| * | sunxi: change RMR64's RVBAR address for H6Icenowy Zheng2018-07-312-0/+10
| * | sunxi: add basic memory map definitions of H6 SoCIcenowy Zheng2018-07-312-0/+75
| * | sunxi: change SUNXI_HIGH_SRAM option to SUNXI_SRAM_ADDRESSIcenowy Zheng2018-07-313-22/+17
| * | sunxi: enable SATA on Banana Pi M2 BerrySimon Baatz2018-07-311-0/+3
* | | clk: clk_set_default: accept no-op skip fieldsNeil Armstrong2018-08-041-0/+8
* | | mailmap: Update mail address (lukma)Lukasz Majewski2018-08-041-0/+1
* | | ARM: dts: stm32: remove cd-inverted for stm32429i-evalPatrice Chotard2018-08-031-2/+1
* | | mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard2018-08-032-5/+1
* | | mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard2018-08-031-0/+1
* | | mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard2018-08-031-27/+40
* | | configs: stm32f469-disco: Enable CONFIG_BLKPatrice Chotard2018-08-031-1/+0
* | | configs: stm32f746-disco: Enable CONFIG_BLKPatrice Chotard2018-08-031-1/+0
* | | configs: stm32f429-evaluation: Enable CONFIG_BLKPatrice Chotard2018-08-031-1/+0
* | | docproc: RemoveTom Rini2018-08-033-590/+0
* | | bootcount: Fix misaligned cache operationAlex Kiernan2018-08-031-3/+10
* | | armv8: make SPL exception vectors optionalAndre Przywara2018-08-033-4/+30
* | | armv8: Reduce exception handling codeAndre Przywara2018-08-031-50/+82
* | | ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entriesAdam Ford2018-08-033-8/+2
* | | configs: stm32mp15: enable ADCFabrice Gasnier2018-08-031-0/+2
* | | adc: Add driver for STM32 ADCFabrice Gasnier2018-08-035-0/+534
* | | dt-bindings: Document STM32 ADC DT bindingsFabrice Gasnier2018-08-031-0/+141
* | | dm: adc: uclass: get reference regulator onceFabrice Gasnier2018-08-031-18/+17
* | | clk: add clk_valid()Fabrice Gasnier2018-08-034-0/+32