| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: gpio: Add gpio_get_function() and friends | Simon Glass | 2014-10-23 | 1 | -1/+33 |
* | dm: gpio: Implement GPIO reservation in the uclass | Simon Glass | 2014-10-23 | 1 | -0/+6 |
* | dm: omap3: Move to driver model for GPIO and serial | Simon Glass | 2014-10-23 | 1 | -3/+16 |
* | dm: am33xx: Move to driver model for GPIO and serial | Simon Glass | 2014-10-23 | 1 | -0/+11 |
* | dm: ns16550: Use an address instead of a pointer for the uart base | Simon Glass | 2014-10-23 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2014-10-23 | 5 | -10/+82 |
|\ |
|
| * | tegra: apalis_t30: master revamp | Marcel Ziswiler | 2014-10-22 | 1 | -1/+0 |
| * | tegra: colibri_t30: clean-up spurious new line | Marcel Ziswiler | 2014-10-22 | 1 | -1/+0 |
| * | tegra: clean-up useless define | Marcel Ziswiler | 2014-10-22 | 1 | -4/+0 |
| * | gpio: header file comment spelling fixes | Marcel Ziswiler | 2014-10-22 | 1 | -5/+5 |
| * | arm: tegra: use architecture specific memcpy | Marcel Ziswiler | 2014-10-22 | 1 | -0/+2 |
| * | arm: tegra: initial support for apalis t30 | Marcel Ziswiler | 2014-10-22 | 1 | -0/+76 |
* | | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig | Masahiro Yamada | 2014-10-23 | 1 | -4/+0 |
* | | kconfig: move CONFIG_SYS_HZ to lib/Kconfig | Masahiro Yamada | 2014-10-23 | 9 | -14/+0 |
* | | arm: armada-xp: Add basic support for the maxBCM board | Stefan Roese | 2014-10-23 | 1 | -0/+68 |
* | | arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board | Stefan Roese | 2014-10-23 | 1 | -0/+68 |
* | | net: phy.h: Make PHY autonegotiation timeout configurable | Stefan Roese | 2014-10-23 | 1 | -0/+2 |
* | | net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ... | Stefan Roese | 2014-10-23 | 1 | -0/+1 |
* | | arm: mvebu: Add common mbus functions to use on Marvell SoCs | Stefan Roese | 2014-10-23 | 1 | -0/+73 |
* | | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2014-10-23 | 2 | -4/+19 |
|\ \ |
|
| * | | x86: Enable FIT, ELF on coreboot | Simon Glass | 2014-10-22 | 1 | -1/+3 |
| * | | x86: config: link: Display the board model on the screen | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | x86: link: Tidy up the command lines options | Simon Glass | 2014-10-22 | 1 | -3/+3 |
| * | | x86: cros_ec: Enable cros_ec for link | Simon Glass | 2014-10-22 | 1 | -0/+5 |
| * | | x86: dts: Add device tree compatible string for Intel IPC | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | x86: config: Enable dhcp on link | Simon Glass | 2014-10-22 | 1 | -0/+6 |
* | | | Merge git://git.denx.de/u-boot-fdt | Tom Rini | 2014-10-23 | 2 | -0/+135 |
|\ \ \ |
|
| * | | | fdt: Add a subnodes iterator macro | Thierry Reding | 2014-10-22 | 1 | -0/+25 |
| * | | | fdt: Add a function to return PCI BDF triplet | Thierry Reding | 2014-10-22 | 1 | -0/+11 |
| * | | | fdt: Add resource parsing functions | Thierry Reding | 2014-10-22 | 1 | -0/+52 |
| * | | | fdt: Add functions to retrieve strings | Thierry Reding | 2014-10-22 | 1 | -0/+27 |
| * | | | fdt: Add a function to get the index of a string | Thierry Reding | 2014-10-22 | 1 | -0/+11 |
| * | | | fdt: Add a function to count strings | Thierry Reding | 2014-10-22 | 1 | -0/+9 |
* | | | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-10-22 | 25 | -76/+566 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | dm: serial: Tidy up the pl01x driver | Simon Glass | 2014-10-22 | 1 | -0/+27 |
| * | | | dm: rpi: Convert GPIO driver to driver model | Simon Glass | 2014-10-22 | 1 | -0/+5 |
| * | | | dm: core: Add support for simple-bus | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | | dm: imx: Move cm_fx6 to use driver model for serial and GPIO | Simon Glass | 2014-10-22 | 1 | -0/+11 |
| * | | | dm: imx: serial: Support driver model in the MXC serial driver | Simon Glass | 2014-10-22 | 1 | -0/+14 |
| * | | | dm: core: Allow a list of devices to be declared in one step | Simon Glass | 2014-10-22 | 1 | -0/+4 |
| * | | | dm: linker_lists: Add a way to declare multiple objects | Simon Glass | 2014-10-22 | 1 | -0/+21 |
| * | | | dm: exynos: cros_ec: Move cros_ec_spi to driver model | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | | dm: sandbox: cros_ec: Move sandbox cros_ec to driver module | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | | dm: cros_ec: Add support for driver model | Simon Glass | 2014-10-22 | 2 | -1/+27 |
| * | | | dm: tegra: spi: Convert to driver model | Simon Glass | 2014-10-22 | 2 | -1/+3 |
| * | | | dm: exynos: config: Use driver model for SPI flash | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | | dm: sf: sandbox: Convert SPI flash driver to driver model | Simon Glass | 2014-10-22 | 1 | -0/+1 |
| * | | | dm: sf: Add a uclass for SPI flash | Simon Glass | 2014-10-22 | 2 | -0/+71 |
| * | | | sf: Tidy up public and private header files | Simon Glass | 2014-10-22 | 1 | -52/+5 |
| * | | | exynos: universal_c210: Move to driver model soft_spi | Simon Glass | 2014-10-22 | 1 | -10/+1 |