summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arm: socfpga: Move sdram_config.h to board dirMarek Vasut2015-08-08-1/+6
* arm: socfpga: enable the Altera SDRAM controller driverDinh Nguyen2015-08-08-0/+5
* driver/ddr/altera: Add the sdram calibration portionDinh Nguyen2015-08-08-0/+4985
* driver/ddr/altera: Add DDR driver for Altera's SDRAM controllerDinh Nguyen2015-08-08-12/+1200
* net: designware: Rename the driver var name to eth_designwareMarek Vasut2015-08-08-1/+1
* net: designware: Add SoCFPGA GMAC DT compatible stringMarek Vasut2015-08-08-0/+1
* arm: socfpga: Move generated files into qts subdirMarek Vasut2015-08-08-7/+14
* arm: dts: socfpga: Add mmc aliasMarek Vasut2015-08-08-0/+1
* arm: dts: socfpga: Fix SPI aliasesMarek Vasut2015-08-08-16/+5
* arm: socfpga: Fix FPGA bitstream programming routineMarek Vasut2015-08-08-0/+3
* Merge git://git.denx.de/u-boot-dmTom Rini2015-08-06-2291/+5743
|\
| * exynos: dts: Correct LDO and BUCK namingSimon Glass2015-08-06-63/+63
| * x86: Enable debug UART for MinnowmaxSimon Glass2015-08-06-0/+13
| * dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass2015-08-06-1/+1
| * dm: core: Add a way to set a device nameSimon Glass2015-08-06-0/+25
| * sandbox: Enable devres subsystemSimon Glass2015-08-06-0/+1
| * devres: add debug command to dump device resourcesMasahiro Yamada2015-08-06-2/+51
| * devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-06-2/+113
| * devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada2015-08-06-0/+78
| * devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-06-1/+374
| * dm: add DM_FLAG_BOUND flagMasahiro Yamada2015-08-06-0/+8
| * dm: Support address translation for simple-busSimon Glass2015-08-06-6/+53
| * net: smsc95xx: Add driver-model supportSimon Glass2015-08-06-0/+142
| * net: smsc95xx: Prepare for conversion to driver modelSimon Glass2015-08-06-122/+150
| * net: smsc95xx: Correct the error numbersSimon Glass2015-08-06-22/+26
| * net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZESimon Glass2015-08-06-5/+5
| * net: smsc95xx: Sort the include filesSimon Glass2015-08-06-2/+3
| * dm: usb: Add driver-model support to dwc2Simon Glass2015-08-06-0/+97
| * dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass2015-08-06-54/+104
| * dm: usb: Add an errno.h header to usb_ether.cSimon Glass2015-08-06-0/+1
| * dm: Make regmap and syscon optionalSimon Glass2015-08-06-2/+22
| * lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedefYork Sun2015-08-06-4/+2
| * lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-06-8/+8
| * exynos: Add support for springSimon Glass2015-08-05-0/+676
| * exynos: video: Remove non-device-tree codeSimon Glass2015-08-05-24/+0
| * dts: Drop unused compatible ID for the NXP video bridgeSimon Glass2015-08-05-2/+0
| * video: Remove the old parade driverSimon Glass2015-08-05-256/+0
| * cros_ec: Remove the old tunnel codeSimon Glass2015-08-05-281/+1
| * power: Remove old TPS65090 driversSimon Glass2015-08-05-607/+0
| * exynos: Drop old exynos5250-specific board codeSimon Glass2015-08-05-310/+2
| * exynos: Drop old exynos5420-specific board codeSimon Glass2015-08-05-147/+2
| * exynos: config: Move common options to the common headers and tidy upSimon Glass2015-08-05-90/+39
| * exynos: Remove unneeded device tree control #ifdefsSimon Glass2015-08-05-9/+8
| * exynos: Enable new features for exynos5 boardsSimon Glass2015-08-05-20/+88
| * exynos: Add common board code for exynos5 boards that use device treeSimon Glass2015-08-05-0/+363
| * exynos: dts: Drop the old TPS65090 I2C nodeSimon Glass2015-08-05-16/+0
| * dts: exynos: snow: Add a new node for the NXP video bridge driverSimon Glass2015-08-05-20/+16
| * dts: exynos: pit: Add a new node for the parade video bridge driverSimon Glass2015-08-05-5/+123
| * dts: exynos: snow: Add memory layout descriptionSimon Glass2015-08-05-0/+53
| * dm: gpio: Check a GPIO is valid before using itSimon Glass2015-08-05-1/+5