summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-04sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpersHans de Goede
2015-05-04sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede
2015-05-04sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede
2015-05-04sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede
2015-05-04sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede
2015-05-04sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass
2015-05-04sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass
2015-05-04sunxi: soft-i2c: Fix gpio handling to work with the driver-modelHans de Goede
2015-05-04sunxi: display: Fix gpio handling to work with the driver-modelHans de Goede
2015-05-04sunxi: usbc: Fix vbus gpio handling to work with the driver-modelHans de Goede
2015-05-04sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede
2015-05-04sunxi: Do not build i2c support when we've no i2c controllersHans de Goede
2015-05-04sunxi: Add Ippo_q8h_v1_2_a33_1024x600 defconfigHans de Goede
2015-05-04sunxi: Add softwinner astar mid756 A33 tablet board defconfigVishnu Patekar
2015-05-04sunxi: Add basic A33 basic supportVishnu Patekar
2015-05-04sunxi: Add a33 dram init codeVishnu Patekar
2015-05-04sunxi: Add support for A33 PLL11 (second DRAM pll)Hans de Goede
2015-05-04sunxi: s/sun8i/sun8i_a23/Hans de Goede
2015-05-04sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede
2015-05-04sunxi: usbc: Remove unused irq fieldHans de Goede
2015-05-04sunxi: Also set Auxiliary Ctl SMP bit in SPLHans de Goede
2015-05-02sun7i: Remove duplicate call to psci_arch_initJan Kiszka
2015-04-29Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-04-29Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-04-29ARM: zynq: rename CONFIG_ZYNQ to CONFIG_ARCH_ZYNQMasahiro Yamada
2015-04-29ARM: zynq: move SoC headers to mach-zynq/include/machMasahiro Yamada
2015-04-29ARM: zynq: move SoC sources to mach-zynqMasahiro Yamada
2015-04-29ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.SMasahiro Yamada
2015-04-29zynqmp: Enable SDHCI0 optionsMichal Simek
2015-04-29zynqmp: Enable FS_GENERIC optionSiva Durga Prasad Paladugu
2015-04-29zynqmp: Add SPI driver support for ZynqMPSiva Durga Prasad Paladugu
2015-04-29zynqmp: i2c: Enable i2c driver for zynqMPSiva Durga Prasad Paladugu
2015-04-29zynqmp: Add support for EMMC bootmodeMichal Simek
2015-04-29zynqmp: Add support for emulation platform - VeloceMichal Simek
2015-04-29zynq: timer: Fix wrong timer calculationSiva Durga Prasad Paladugu
2015-04-29zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CDSiva Durga Prasad Paladugu
2015-04-29zynqmp: Add support for R5 sw loadingMichal Simek
2015-04-29zynqmp: caches: Enable dcache for zynqmpSiva Durga Prasad Paladugu
2015-04-29zynq: slcr: Disable all level shiftersSiva Durga Prasad Paladugu
2015-04-29ARM: zynq: drop legacy ps7_init.c/h supportMasahiro Yamada
2015-04-29zynq: Add Zynq PicoZed board supportNathan Rossi
2015-04-29serial: zynq: Add support for slow emulation platformMichal Simek
2015-04-29zynq: Enable GPIO driver and GPIO commandsMichal Simek
2015-04-29gpio: add Xilinx Zynq PS GPIO driverAndrea Scian
2015-04-29microblaze: Fix EMAC Lite initializationNathan Rossi
2015-04-28Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini
2015-04-28Merge branch 'master' of git://www.denx.de/git/u-boot-dmTom Rini
2015-04-28dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass
2015-04-28serial: ns16550: Remove hard-coded baud_divisor settingAxel Lin
2015-04-28dm: core: drop device removal error path correctlyMasahiro Yamada