summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: designware: Rename the driver var name to eth_designwareMarek Vasut2015-08-081-1/+1
* net: designware: Add SoCFPGA GMAC DT compatible stringMarek Vasut2015-08-081-0/+1
* arm: socfpga: Fix FPGA bitstream programming routineMarek Vasut2015-08-081-0/+3
* Merge git://git.denx.de/u-boot-dmTom Rini2015-08-0653-1314/+2714
|\
| * dm: core: Add a way to set a device nameSimon Glass2015-08-061-0/+10
| * devres: add debug command to dump device resourcesMasahiro Yamada2015-08-062-1/+31
| * devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-063-2/+18
| * devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada2015-08-061-0/+34
| * devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-065-1/+215
| * dm: add DM_FLAG_BOUND flagMasahiro Yamada2015-08-062-0/+5
| * dm: Support address translation for simple-busSimon Glass2015-08-062-6/+41
| * net: smsc95xx: Add driver-model supportSimon Glass2015-08-061-0/+142
| * net: smsc95xx: Prepare for conversion to driver modelSimon Glass2015-08-061-122/+150
| * net: smsc95xx: Correct the error numbersSimon Glass2015-08-061-22/+26
| * net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZESimon Glass2015-08-061-5/+5
| * net: smsc95xx: Sort the include filesSimon Glass2015-08-061-2/+3
| * dm: usb: Add driver-model support to dwc2Simon Glass2015-08-061-0/+97
| * dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass2015-08-061-54/+104
| * dm: usb: Add an errno.h header to usb_ether.cSimon Glass2015-08-061-0/+1
| * dm: Make regmap and syscon optionalSimon Glass2015-08-062-2/+21
| * lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-063-8/+8
| * exynos: video: Remove non-device-tree codeSimon Glass2015-08-051-22/+0
| * video: Remove the old parade driverSimon Glass2015-08-052-232/+0
| * cros_ec: Remove the old tunnel codeSimon Glass2015-08-051-267/+1
| * power: Remove old TPS65090 driversSimon Glass2015-08-053-530/+0
| * dm: gpio: Check a GPIO is valid before using itSimon Glass2015-08-051-1/+5
| * exynos: video: Correct debug outputSimon Glass2015-08-052-2/+2
| * exynos: Correct return value in exynos_mmc_init()Simon Glass2015-08-051-1/+1
| * exynos: spi: Convert the timeout to debug()Simon Glass2015-08-051-3/+3
| * dm: video: Add support for the NXP PTN3460 bridgeSimon Glass2015-08-053-0/+48
| * dm: video: Add support for the Parade PS8622/625 bridgeSimon Glass2015-08-053-0/+145
| * video: Work around lack of pinctrlSimon Glass2015-08-051-10/+18
| * dm: video: Add support for video bridgesSimon Glass2015-08-055-0/+130
| * dm: power: Don't return an error when regulators are not autosetSimon Glass2015-08-051-1/+3
| * dm: pmic: max77686: Support all BUCK regulatorsSimon Glass2015-08-051-8/+10
| * dm: power: max77686: Correct BUCK register accessSimon Glass2015-08-051-3/+7
| * dm: pmic: Correct the pmic_reg_write() implementationSimon Glass2015-08-051-1/+1
| * dm: pmic: max77686: Correct a few nitsSimon Glass2015-08-051-3/+3
| * dm: power: Add support for S5M8767 regulatorsSimon Glass2015-08-053-0/+279
| * dm: power: Add support for the S5M8767 PMICSimon Glass2015-08-053-0/+106
| * dm: power: Add support for TPS65090 FETsSimon Glass2015-08-053-0/+149
| * dm: power: Add a new driver for the TPS65090 PMICSimon Glass2015-08-053-0/+104
| * exynos: Enable the debug UART in SPLSimon Glass2015-08-051-0/+2
| * exynos: Add debug UART support for Samsung S5P serialSimon Glass2015-08-052-0/+32
| * exynos: serial: Refactor init code for debug UARTSimon Glass2015-08-051-12/+24
| * cros_ec: Support the LDO access method used by springSimon Glass2015-08-054-10/+102
| * dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass2015-08-055-9/+145
| * exynos: i2c: Tidy up the driver model codeSimon Glass2015-08-051-36/+103
| * exynos: i2c: Fix code style with ReadWriteByte()Simon Glass2015-08-051-7/+7
| * i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass2015-08-053-0/+157
OpenPOWER on IntegriCloud