summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada
2014-11-22dm: core: a trivial clean upMasahiro Yamada
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass
2014-11-21dm: tegra: Add platform data for the SPL uartSimon Glass
2014-11-21dm: Allow stdio registration to be droppedSimon Glass
2014-11-21dm: Allow device removal features to be droppedSimon Glass
2014-11-21dm: serial: Support changing the baud rateSimon Glass
2014-11-21dm: at91: Add driver model support for the serial driverSimon Glass
2014-11-21dm: at91: Refactor serial driver slightly for driver modelSimon Glass
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2014-11-19mtd: Handle 29LV800BTDirk Eibach
2014-11-19mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen
2014-11-17mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu
2014-11-17spl, mtd, nand, atmel_nand: invert device ready pin logicHeiko Schocher
2014-11-17spl, nand, atmel_nand: add erase one block functionHeiko Schocher
2014-11-17mtd: atmel_nand: add missing includeHeiko Schocher
2014-11-17spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common headerHeiko Schocher
2014-11-17net: macb: write mac address when initializationBo Shen
2014-11-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2014-11-17blackfin: convert to use CONFIG_SYS_I2C frameworkScott Jiang
2014-11-17adi_i2c: convert to use general io accessors.Scott Jiang
2014-11-17blackfin: rename bfin-twi_i2c driver to adi_i2cScott Jiang
2014-11-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2014-11-14Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2014-11-14driver/net/fm/memac_phy: set NEG bit for external MDIOsShaohui Xie
2014-11-14Fman/mEMAC: mEMAC fix for 10G MAC and PHYShaohui Xie
2014-11-13Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2014-11-13sun6i: ehci: Add sun6i ehci supportHans de Goede
2014-11-13sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-sHans de Goede
2014-11-13sun6i: Add basic axp221 driverOliver Schinagl
2014-11-13sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada
2014-11-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-11-12usb: UniPhier: add UniPhier on-chip EHCI host driver supportMasahiro Yamada
2014-11-12usb: add basic USB configs in KconfigMasahiro Yamada
2014-11-12serial: UniPhier: borrow macros from linux/serial_reg.hMasahiro Yamada
2014-11-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2014-11-10i2c: rcar_i2c: Fix order of restart and clear statusNobuhiro Iwamatsu
2014-11-10drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100msShaveta Leekha
2014-11-10ppc4xx: Handle i2c stuck on combined xferDirk Eibach
2014-11-10ppc4xx: Fix i2c repeated startDirk Eibach
2014-11-07drivers/net/uli526x.c: fix syntax errorWolfgang Denk