aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-14net: mvneta: Convert to driver modelStefan Roese9-167/+154
2016-01-14arm: mvebu: armada-388-gp.dts: Add ethernet aliasesStefan Roese1-0/+2
2016-01-14arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm boardStefan Roese3-2/+252
2016-01-14arm: mvebu: Add SPI driver model supportStefan Roese8-4/+23
2016-01-14spi: kirkwood_spi.c: Add driver model supportStefan Roese1-63/+159
2016-01-14spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese1-13/+28
2016-01-14arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese17-77/+66
2016-01-14arm: mvebu: ddr: Fix compilation warningStefan Roese2-17/+0
2016-01-14arm: mvebu/kirkwood: Use common timer functionsStefan Roese3-124/+22
2016-01-13common: env_flags: fix loop condition when using env_flags_varaccess_maskPeng Fan1-1/+1
2016-01-13common: cli_simple: use strlcpy instead of strcpyPeng Fan1-1/+2
2016-01-13Re-enable setexpr on Raspberry PiMarco Schuster2-2/+0
2016-01-13cmd_boot: Add a poweroff commandMichael van Slingerland3-0/+12
2016-01-13net: lpc32xx: fix ignored MDIO busy wait status on readVladimir Zapolskiy1-7/+7
2016-01-13sniper: Mux configuration cleanupPaul Kocialkowski1-37/+37
2016-01-13sniper: Various boot-related env settings, devicetree supportPaul Kocialkowski1-15/+11
2016-01-13lpc32xx: devkit3250: update board configuration fileVladimir Zapolskiy1-1/+18
2016-01-13arm: lpc32xx: switch SPL builds to driver modelVladimir Zapolskiy4-19/+6
2016-01-13arm: lpc32xx: switch serial console to driver modelVladimir Zapolskiy4-17/+55
2016-01-13serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy2-39/+82
2016-01-13test/fs: error case fixes/enhancementsStephen Warren1-1/+13
2016-01-13omap4_panda: Convert to config_distro_bootcmd.hTom Rini1-24/+27
2016-01-13ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITETom Rini1-0/+1
2016-01-13am335x_evm.h: unsed CONFIG_BOOTDELAYTom Rini1-4/+0
2016-01-13ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini1-5/+10
2016-01-13ums: support multiple LUNs at onceStephen Warren4-49/+121
2016-01-13mmc: store hwpart in the block deviceStephen Warren7-47/+40
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren41-194/+224
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD3-15/+22
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD10-49/+144
2016-01-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini20-3/+26
2016-01-13Merge git://git.denx.de/u-boot-netTom Rini5-148/+42
2016-01-13hash.c: Conditionally compile hash_command, static hash_showTom Rini2-38/+25
2016-01-13part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2-16/+21
2016-01-13image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada1-2/+1
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N2-4/+38
2016-01-13power: pmic.h: Drop include <spi.h>Jagan Teki1-1/+0
2016-01-13defconfig: am437x_sk_evm: enable spi driver modelMugunthan V N1-0/+3
2016-01-13arm: dts: am4372: add qspi register maps for memory mapMugunthan V N1-1/+4
2016-01-13am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N1-0/+2
2016-01-13defconfig: dra74_evm: enable spi driver modelMugunthan V N1-0/+2
2016-01-13defconfig: dra72_evm: enable spi driver modelMugunthan V N1-0/+2
2016-01-13arm: dts: dra72-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: dra7-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: am437x-gp-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: dra7: add qspi register maps for memory map and control moduleMugunthan V N1-2/+5
2016-01-13drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N1-0/+187
2016-01-13dts: dra7: add spi alias for qspiMugunthan V N1-0/+1
2016-01-13dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N1-0/+5
2016-01-13spi: Add support for dual and quad modeMugunthan V N2-1/+39