summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dm: omap3: Move to driver model for GPIO and serialSimon Glass2014-10-23-52/+140
* dm: am33xx: Move to driver model for GPIO and serialSimon Glass2014-10-23-0/+11
* dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONSSimon Glass2014-10-23-2/+2
* dm: omap: serial: Add driver model supportSimon Glass2014-10-23-0/+48
* dm: am33xx: Provide platform data for serialSimon Glass2014-10-23-0/+33
* dm: am33xx: Provide platform data for GPIOsSimon Glass2014-10-23-0/+28
* dm: omap: gpio: Support driver modelSimon Glass2014-10-23-7/+248
* dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-23-36/+42
* dm: dts: omap: Select correct console for beagleboneSimon Glass2014-10-23-0/+4
* dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-23-1/+10
* dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-23-2/+3
* dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-23-4/+4
* dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-23-1/+1
* dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-23-0/+5
* dm: gpio: Support numbered GPIOsSimon Glass2014-10-23-12/+25
* kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada2014-10-23-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2014-10-23-63/+1014
|\
| * tegra: apalis_t30: master revampMarcel Ziswiler2014-10-22-4/+4
| * tegra: dts: colibri_t30 add serial port detailsMarcel Ziswiler2014-10-22-0/+4
| * tegra: colibri_t30: clean-up spurious new lineMarcel Ziswiler2014-10-22-1/+0
| * ARM: tegra: Use mem size from MC in combination with get_ram_size()Marcel Ziswiler2014-10-22-51/+127
| * tegra: clean-up useless defineMarcel Ziswiler2014-10-22-4/+0
| * gpio: header file comment spelling fixesMarcel Ziswiler2014-10-22-5/+5
| * tegra: colibri_t30: asix usb ethernet reset regressionMarcel Ziswiler2014-10-22-1/+1
| * tegra: gpio: fix null label regressionMarcel Ziswiler2014-10-22-0/+3
| * mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-22-1/+1
| * arm: tegra: use architecture specific memcpyMarcel Ziswiler2014-10-22-0/+2
| * arm: tegra: initial support for apalis t30Marcel Ziswiler2014-10-22-0/+866
| * ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tablesStephen Warren2014-10-22-0/+5
* | mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada2014-10-23-0/+3
* | kconfig: invoke silentoldconfig if spl, tpl/.config is updatedMasahiro Yamada2014-10-23-0/+15
* | kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada2014-10-23-4/+4
* | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-23-6/+22
* | kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada2014-10-23-4/+0
* | x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-23-6/+5
* | kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada2014-10-23-25/+8
* | Makefile: Add CONFIG_BUILD_TARGET to automatically build an special imageStefan Roese2014-10-23-0/+13
* | tools: kwbimage: Add image version 1 support for Armada XP / 370Stefan Roese2014-10-23-268/+782
* | tools: Compile kwboot for Marvell Armada XP as those SoCs are now supportedStefan Roese2014-10-23-0/+1
* | tools/kwboot: Sync with latest barebox version to support Armada XPStefan Roese2014-10-23-14/+97
* | arm: kirkwood: Remove some dead code from cpu.cStefan Roese2014-10-23-55/+0
* | arm: armada-xp: Add basic support for the maxBCM boardStefan Roese2014-10-23-0/+195
* | arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP boardStefan Roese2014-10-23-0/+242
* | arm: armada-xp: Add basic support for Marvell Armada XP SoCStefan Roese2014-10-23-1/+447
* | i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese2014-10-23-1/+1
* | net: phy.h: Make PHY autonegotiation timeout configurableStefan Roese2014-10-23-0/+2
* | net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese2014-10-23-0/+1655
* | arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()Stefan Roese2014-10-23-48/+50
* | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2014-10-23-2/+3
* | arm: marvell: Extract kirkwood gpio functions into new common file gpio.cStefan Roese2014-10-23-79/+93