aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada3-2/+18
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada1-0/+34
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada5-1/+215
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada2-0/+5
2015-08-06dm: Support address translation for simple-busSimon Glass2-6/+41
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 Glass2-2/+21
2015-08-06lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun3-8/+8
2015-08-05exynos: video: Remove non-device-tree codeSimon Glass1-22/+0
2015-08-05video: Remove the old parade driverSimon Glass2-232/+0
2015-08-05cros_ec: Remove the old tunnel codeSimon Glass1-267/+1
2015-08-05power: Remove old TPS65090 driversSimon Glass3-530/+0
2015-08-05dm: gpio: Check a GPIO is valid before using itSimon Glass1-1/+5
2015-08-05exynos: video: Correct debug outputSimon Glass2-2/+2
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 Glass3-0/+145
2015-08-05video: Work around lack of pinctrlSimon Glass1-10/+18
2015-08-05dm: video: Add support for video bridgesSimon Glass5-0/+130
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 Glass3-0/+106
2015-08-05dm: power: Add support for TPS65090 FETsSimon Glass3-0/+149
2015-08-05dm: power: Add a new driver for the TPS65090 PMICSimon Glass3-0/+104
2015-08-05exynos: Enable the debug UART in SPLSimon Glass1-0/+2
2015-08-05exynos: Add debug UART support for Samsung S5P serialSimon Glass2-0/+32
2015-08-05exynos: serial: Refactor init code for debug UARTSimon Glass1-12/+24
2015-08-05cros_ec: Support the LDO access method used by springSimon Glass4-10/+102
2015-08-05dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass5-9/+145
2015-08-05exynos: i2c: Tidy up the driver model codeSimon Glass1-36/+103
2015-08-05exynos: i2c: Fix code style with ReadWriteByte()Simon Glass1-7/+7
2015-08-05i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass3-0/+157
2015-08-05dm: i2c: Add support for multiplexed I2C busesSimon Glass5-0/+216
2015-08-05dm: i2c: Add a function to transfer messagesSimon Glass1-0/+11
2015-08-05dm: i2c: Add a message debug functionSimon Glass1-0/+16
2015-08-05dm: core: Support finding a device by phandleSimon Glass1-0/+42
2015-08-05Merge git://git.denx.de/u-boot-x86Tom Rini12-33/+223
2015-08-05pci: Remove DEBUG from pci_compat.cBin Meng1-1/+0