aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+14
2015-05-05dm: rtc: Rename gregorian day functionSimon Glass1-1/+11
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+1
2015-05-05dm: i2c: Add functions to read and write a registerSimon Glass1-0/+21
2015-05-05dm: spi: Correct the comment on spi_get_ops()Simon Glass1-1/+1
2015-05-05dm: spi: Avoid setting the speed with every transferSimon Glass1-0/+3
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini8-200/+1199
2015-05-05Merge git://git.denx.de/u-boot-marvellTom Rini4-4/+75
2015-05-05arm: mvebu: Add Armada A38x DB-88F6820-GP board supportStefan Roese1-0/+72
2015-05-05arm: mvebu: mv-common.h: Add CONFIG_PREBOOTStefan Roese1-0/+1
2015-05-05arm: mvebu: Change network init code to allow a more flexible setupStefan Roese2-2/+2
2015-05-05arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common headerStefan Roese2-2/+0
2015-05-05arm: mvebu: Move mvebu-common into mach-mvebuStefan Roese2-2/+2
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-6/+3
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+0
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-2/+1
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov1-2/+1
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov1-1/+0
2015-05-05mmc: Fix typo in MMC type checking macroAndrew Gabbasov1-1/+1
2015-05-05Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD155-1001/+7580
2015-05-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini13-44/+184
2015-05-04powerpc/mpc85xx: Add board support for ucp1020Oleksandr G Zhadan1-0/+1027
2015-05-04powerpc/t2080qds: enable eSDHC peripheral clock supportYangbo Lu1-0/+1
2015-05-04mmc: fsl_esdhc: Add peripheral clock supportYangbo Lu2-0/+5
2015-05-04powerpc/t2080qds: enable eSDHC adapter card type identificationYangbo Lu1-0/+1
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu1-0/+4
2015-05-04powerpc/t1023rdb: Add T1023 RDB board supportShengzhou Liu1-11/+68
2015-05-04T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issueZhao Qiang1-0/+1
2015-05-04powerpc/t4rdb: Add SD boot support for T4240RDB boardChunhe Lan1-8/+63
2015-05-04drivers: usb: fsl: Workaround for Erratum A004477Nikhil Badola1-0/+29
2015-05-04mpc85xx/T4240EMU: Remove T4240EMU boardYork Sun1-181/+0
2015-05-04sunxi: usb: Do not call phy_probe from hcd codeHans de Goede5-0/+10
2015-05-04sunxi: emac: Remove non driver-model codeHans de Goede1-1/+0
2015-05-04sunxi: Move all boards to the driver-modelHans de Goede1-1/+1
2015-05-04sunxi: dts: Add a CONFIG_DEFAULT_DEVICE_TREE setting to all sunxi boardsHans de Goede1-1/+1
2015-05-04sunxi: dts: Sync all dts files with upstream kernelHans de Goede3-0/+135
2015-05-04sunxi: emac: port to phylibHans de Goede1-0/+2
2015-05-04sunxi: gmac: Move sunxi_gmac_initialize proto out of netdev.hHans de Goede1-1/+0
2015-05-04sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede3-33/+32
2015-05-04sunxi: axp: Move axp pmic register helpers to a separate fileHans de Goede1-7/+0
2015-05-04sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2-8/+12
2015-05-04sunxi: Do not build i2c support when we've no i2c controllersHans de Goede1-4/+3
2015-04-29dm: Implement a CPU uclassSimon Glass2-0/+85
2015-04-29Add print_freq() to display frequencies nicelySimon Glass1-0/+11
2015-04-29Move display_options functions to their own headerSimon Glass2-15/+49
2015-04-29dm: core: Add a function to bind a driver for a device tree nodeSimon Glass1-0/+16
2015-04-29x86: minnowmax: use the correct NOR in the configurationGabriel Huau1-1/+1
2015-04-29x86: queensbay: Implement PIRQ routingBin Meng1-0/+1
2015-04-29x86: Write configuration tables in last_stage_init()Bin Meng1-0/+1
2015-04-29x86: Set serial port IRQ for SMSC LPC47MBin Meng1-1/+2