aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13dm: stv0991: Move driver model CONFIGs to KconfigSimon Glass2-10/+2
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2-0/+80
2015-02-12dm:gpio:mxc add DT supportPeng Fan1-17/+64
2015-02-12dm:gpio:mxc add a bank_index entry in platdataPeng Fan1-8/+9
2015-02-12dm: introduce dev_get_addr interfacePeng Fan2-0/+22
2015-02-12dm: Drop unused driver model config_defaultsSimon Glass1-12/+0
2015-02-12dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to KconfigSimon Glass47-24/+97
2015-02-12dm: at91: snapper: Move driver model CONFIGs to KconfigSimon Glass3-4/+6
2015-02-12dm: at91: Drop use of ATMEL_PIO_PORTS in the header fileSimon Glass1-8/+4
2015-02-12dm: sh: serial: Add support driver modelNobuhiro Iwamatsu3-113/+275
2015-02-12dm: socfpga: Move driver model CONFIGs to KconfigSimon Glass2-7/+3
2015-02-12dm: mx6: Move driver model CONFIGs to KconfigSimon Glass2-4/+3
2015-02-12dm: sunxi: Move driver model CONFIGs to KconfigSimon Glass2-2/+2
2015-02-12dm: sandbox: Move driver model CONFIGs to KconfigSimon Glass2-11/+24
2015-02-12dm: omap3: Move driver model CONFIGs to KconfigSimon Glass33-9/+134
2015-02-12dm: tegra: Move driver model CONFIGs to KconfigSimon Glass2-10/+18
2015-02-12dm: x86: Move driver model CONFIGs to KconfigSimon Glass2-5/+9
2015-02-12dm: exynos: Move driver model CONFIGs to KconfigSimon Glass9-16/+39
2015-02-12dm: Move Raspberry Pi driver model CONFIGs to KconfigSimon Glass3-6/+14
2015-02-12dm: Add CMD_DM and CMD_DEMO to KconfigSimon Glass5-5/+23
2015-02-12dm: test: Add a Kconfig fileSimon Glass3-0/+11
2015-02-12dm: Add Kconfig options for driver model SPL supportSimon Glass2-0/+50
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass11-12/+67
2015-02-12dm: Add Kconfig for driver/demoSimon Glass2-0/+28
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass4-20/+17
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass4-17/+12
2015-02-12net: Use new checksum functionsSimon Glass3-33/+6
2015-02-12powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFOStefan Roese1-0/+4
2015-02-12powerpc: ppc4xx: Add defaults for DT based booting to really workStefan Roese2-0/+9
2015-02-12powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBEDStefan Roese3-3/+3
2015-02-12powerpc: Add linkage.h fileSimon Glass1-0/+7
2015-02-12dm: powerpc: ppc4xx: Move glacier to use driver model for serialSimon Glass1-0/+14
2015-02-12powerpc: Add serial driver for driver modelSimon Glass2-0/+41
2015-02-12ppc: amcc: Omit unneeded ns16550 CONFIG if using driver modelSimon Glass2-0/+4
2015-02-12powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boardsSimon Glass5-2/+20
2015-02-12powerpc: ppc4xx: Allow the end of u-boot.bin to be foundSimon Glass1-2/+6
2015-02-12powerpc: ppc4xx: Add a gpio.h header fileSimon Glass1-0/+7
2015-02-12powerpc: ppc4xx: Call board_init_f_mem() for generic boardSimon Glass1-1/+17
2015-02-12powerpc: ppc4xx: dts: Bring in canyonlands device tree filesSimon Glass4-0/+1484
2015-02-12powerpc: ppc4xx: canyonlands: Move to generic boardSimon Glass2-0/+4
2015-02-12powerpc: ppc4xx: Add ramboot config for glacierSimon Glass4-0/+93
2015-02-12powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to KconfigSimon Glass5-3/+25
2015-02-12powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mkSimon Glass3-23/+18
2015-02-12powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass1-0/+1
2015-02-12Introduce board_init_f_mem() to handle early memory layoutSimon Glass1-0/+18
2015-02-12malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede1-1/+1
2015-02-12i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak1-2/+2
2015-02-12gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin1-1/+1
2015-02-12gpio: at91: Fix getting address of private dataAxel Lin1-5/+5
2015-02-12dm: Prevent "demo hello" and "demo status" segfaultsPeter Tyser1-1/+3