summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2015-02-02sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka
2015-02-02sunxi: video: Force h/vsync active high when using ext. vga dac on some boardsHans de Goede
2015-02-02sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede
2015-01-31Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2015-01-30net/designware: add error message on DMA reset timeoutAlexey Brodkin
2015-01-30net: phy: micrel: add support for KSZ8895 switch in SMI modePhilippe De Muyter
2015-01-30Add MS7206SE ethernet supportYoshinori Sato
2015-01-30net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
2015-01-30drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian
2015-01-30drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian
2015-01-29dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass
2015-01-29dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass
2015-01-29dm: i2c: dts: Support an offset-len device tree propertySimon Glass
2015-01-29dm: i2c: s3c24x0: adjust to dm-i2c apiPrzemyslaw Marczak
2015-01-29dm: i2c-uclass-compat: fix missed argumentPrzemyslaw Marczak
2015-01-29DM: crypto/fsl - Add Freescale rsa DM driverRuchika Gupta
2015-01-29DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta
2015-01-29dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass
2015-01-29dm: cros_ec: Don't require protocol 3 supportSimon Glass
2015-01-29dm: core: Ignore disabled devices when bindingSimon Glass
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass
2015-01-29dm: spi: Move slave details to child platdataSimon Glass
2015-01-29dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-29dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass
2015-01-29dm: core: Tidy up error handling in device_bind()Simon Glass
2015-01-29dm: core: Set device tree node for root deviceSimon Glass
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass
2015-01-29dm: i2c: Add a compatbility layerSimon Glass
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass
2015-01-29dm: spi: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: usb: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: exynos: Add a GPIO translation functionSimon Glass
2015-01-29dm: tegra: Add a GPIO translation functionSimon Glass
2015-01-29dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass