| Commit message (Expand) | Author | Age | Lines |
* | sunxi: Removed dram files cleanup in MAINTAINERS | Paul Kocialkowski | 2015-04-15 | -3/+0 |
* | sunxi: Serial number support, obtained from SID bits | Paul Kocialkowski | 2015-04-15 | -11/+22 |
* | sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pins | Paul Kocialkowski | 2015-04-15 | -0/+2 |
* | sunxi: Cubieboard2 mmc0 card-detect pin | Paul Kocialkowski | 2015-04-15 | -0/+1 |
* | sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pin | Paul Kocialkowski | 2015-04-15 | -0/+1 |
* | sunxi: Yones Toptech BD1078 mmc0 and mmc1 card-detect pins | Paul Kocialkowski | 2015-04-15 | -0/+2 |
* | sunxi: Ainol AW1 mmc0 card-detect pin | Paul Kocialkowski | 2015-04-15 | -0/+1 |
* | sunxi: Ampe A76 mmc0 card-detect pin | Paul Kocialkowski | 2015-04-15 | -1/+2 |
* | sunxi: TZX-Q8-713B7 mmc0 card-detect pin | Paul Kocialkowski | 2015-04-15 | -0/+1 |
* | sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect | Hans de Goede | 2015-04-15 | -1/+1 |
* | sunxi: usbc: Wait for vbus to fall after disabling it | Hans de Goede | 2015-04-15 | -2/+13 |
* | sunxi: usbc: Initialize vusb value on request_resources | Hans de Goede | 2015-04-15 | -8/+8 |
* | power: axp209: Registers definitions in header | Paul Kocialkowski | 2015-04-15 | -38/+38 |
* | power: axp152: Registers definitions in header | Paul Kocialkowski | 2015-04-15 | -11/+12 |
* | sunxi: Yones Toptech BD1078 support | Paul Kocialkowski | 2015-04-15 | -0/+32 |
* | sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig | Paul Kocialkowski | 2015-04-15 | -6/+171 |
* | sunxi: GPIO pin mux hardware-feature-specific function index defines | Paul Kocialkowski | 2015-04-15 | -79/+62 |
* | sunxi: Ainol AW1 support | Paul Kocialkowski | 2015-04-15 | -0/+26 |
* | sunxi: USB download gadget cable detection | Paul Kocialkowski | 2015-04-15 | -0/+7 |
* | sunxi: common VBUS detection logic in usbc | Paul Kocialkowski | 2015-04-15 | -34/+46 |
* | power: axp209: VBUS detection support | Paul Kocialkowski | 2015-04-15 | -1/+9 |
* | sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic | Paul Kocialkowski | 2015-04-15 | -50/+23 |
* | power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic | Paul Kocialkowski | 2015-04-15 | -39/+63 |
* | sunxi: gpio: Indentation fix | Paul Kocialkowski | 2015-04-15 | -2/+2 |
* | sun6i: Add support for the Mixtile LOFT-Q board | Han Pengfei | 2015-04-15 | -0/+26 |
* | Prepare v2015.04 | Tom Rini | 2015-04-13 | -1/+1 |
* | break build if it would produce broken binary | Pavel Machek | 2015-04-13 | -0/+4 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-04-13 | -3/+693 |
|\ |
|
| * | ARM: mx5: add support for USB armory board | Andrej Rosano | 2015-04-09 | -0/+670 |
| * | ARM: mx5: move to a standard arch/board approach | Andrej Rosano | 2015-04-09 | -0/+22 |
| * | Fix mxc_hab documenation for DEK blob generation | Ulises Cardenas | 2015-04-08 | -0/+1 |
| * | mx53loco: Disable printing cpuinfo | Fabio Estevam | 2015-04-08 | -3/+0 |
* | | ARM: rpi: add a couple more revision IDs | Stephen Warren | 2015-04-13 | -1/+13 |
* | | ARM: fix arch/arm/Makefile for Tegra | Masahiro Yamada | 2015-04-11 | -0/+5 |
* | | arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret | Stefan Roese | 2015-04-11 | -1/+1 |
* | | Merge git://git.denx.de/u-boot-arc | Tom Rini | 2015-04-10 | -1/+46 |
|\ \ |
|
| * | | arc: fix separate compilation of start.o | Alexey Brodkin | 2015-04-10 | -0/+1 |
| * | | arc: make sure _start is in the beginning of .text section | Alexey Brodkin | 2015-04-10 | -1/+2 |
| * | | board: axs10x - support v3 mother-board | Alexey Brodkin | 2015-04-09 | -0/+43 |
* | | | integrator: consolidate flash info | Linus Walleij | 2015-04-10 | -33/+27 |
* | | | vexpress64: juno: add default NOR flash boot | Linus Walleij | 2015-04-10 | -1/+29 |
* | | | common/armflash: Support for ARM flash images | Linus Walleij | 2015-04-10 | -0/+285 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-fdt | Tom Rini | 2015-04-10 | -2/+0 |
|\ \ \ |
|
| * | | | fdt: nios: Fix warning in ft_cpu_setup() | Simon Glass | 2015-04-10 | -2/+0 |
| |/ / |
|
* | | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2015-04-10 | -77/+3653 |
|\ \ \ |
|
| * | | | lpc32xx: add support for board work_92105 | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | -1/+1129 |
| * | | | Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | -0/+22 |
| * | | | lpc32xx: add lpc32xx-spl.bin boot image target | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | -0/+181 |
| * | | | dtt: add ds620 support | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | -7/+74 |
| * | | | lpc32xx: add LPC32xx SSP support (SPI mode) | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | -0/+163 |