aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada5-2/+113
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada2-0/+78
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada7-1/+374
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada3-0/+8
2015-08-06dm: Support address translation for simple-busSimon Glass3-6/+53
2015-08-06net: smsc95xx: Add driver-model supportSimon Glass1-0/+142
2015-08-06net: smsc95xx: Prepare for conversion to driver modelSimon Glass1-122/+150
2015-08-06net: smsc95xx: Correct the error numbersSimon Glass1-22/+26
2015-08-06net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZESimon Glass1-5/+5
2015-08-06net: smsc95xx: Sort the include filesSimon Glass1-2/+3
2015-08-06dm: usb: Add driver-model support to dwc2Simon Glass1-0/+97
2015-08-06dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass1-54/+104
2015-08-06dm: usb: Add an errno.h header to usb_ether.cSimon Glass1-0/+1
2015-08-06dm: Make regmap and syscon optionalSimon Glass3-2/+22
2015-08-06lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedefYork Sun1-4/+2
2015-08-06lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun3-8/+8
2015-08-05exynos: Add support for springSimon Glass7-0/+676
2015-08-05exynos: video: Remove non-device-tree codeSimon Glass2-24/+0
2015-08-05dts: Drop unused compatible ID for the NXP video bridgeSimon Glass2-2/+0
2015-08-05video: Remove the old parade driverSimon Glass7-256/+0
2015-08-05cros_ec: Remove the old tunnel codeSimon Glass2-281/+1
2015-08-05power: Remove old TPS65090 driversSimon Glass7-607/+0
2015-08-05exynos: Drop old exynos5250-specific board codeSimon Glass3-310/+2
2015-08-05exynos: Drop old exynos5420-specific board codeSimon Glass3-147/+2
2015-08-05exynos: config: Move common options to the common headers and tidy upSimon Glass11-90/+39
2015-08-05exynos: Remove unneeded device tree control #ifdefsSimon Glass1-9/+8
2015-08-05exynos: Enable new features for exynos5 boardsSimon Glass13-20/+88
2015-08-05exynos: Add common board code for exynos5 boards that use device treeSimon Glass2-0/+363
2015-08-05exynos: dts: Drop the old TPS65090 I2C nodeSimon Glass1-16/+0
2015-08-05dts: exynos: snow: Add a new node for the NXP video bridge driverSimon Glass1-20/+16
2015-08-05dts: exynos: pit: Add a new node for the parade video bridge driverSimon Glass1-5/+123
2015-08-05dts: exynos: snow: Add memory layout descriptionSimon Glass1-0/+53
2015-08-05dm: gpio: Check a GPIO is valid before using itSimon Glass1-1/+5
2015-08-05exynos: Tidy up CPU frequency displaySimon Glass1-5/+2
2015-08-05exynos: video: Correct debug outputSimon Glass2-2/+2
2015-08-05exynos: Add support for the DisplayPort hotplug detectSimon Glass2-0/+11
2015-08-05exynos: Correct return value in exynos_mmc_init()Simon Glass1-1/+1
2015-08-05exynos: spi: Convert the timeout to debug()Simon Glass1-3/+3
2015-08-05dm: video: Add support for the NXP PTN3460 bridgeSimon Glass3-0/+48
2015-08-05dm: video: Add support for the Parade PS8622/625 bridgeSimon Glass4-0/+178
2015-08-05video: Work around lack of pinctrlSimon Glass1-10/+18
2015-08-05dm: video: Add support for video bridgesSimon Glass7-0/+223
2015-08-05dm: pmic: Display the regulator limits on errorSimon Glass1-1/+2
2015-08-05dm: power: Don't return an error when regulators are not autosetSimon Glass1-1/+3
2015-08-05dm: pmic: max77686: Support all BUCK regulatorsSimon Glass1-8/+10
2015-08-05dm: power: max77686: Correct BUCK register accessSimon Glass1-3/+7
2015-08-05dm: pmic: Correct the pmic_reg_write() implementationSimon Glass1-1/+1
2015-08-05dm: pmic: max77686: Correct a few nitsSimon Glass1-3/+3
2015-08-05dm: power: Add support for S5M8767 regulatorsSimon Glass3-0/+279
2015-08-05dm: power: Add support for the S5M8767 PMICSimon Glass4-0/+191