summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-10-11power: regulator: Add support for gpio regulatorsKeerthy
2016-10-11dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass
2016-10-11dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass
2016-10-11x86: i2c: Fix cast of address to 32-bit valueSimon Glass
2016-10-11usb: pci: Fix cast for 64-bit compilationSimon Glass
2016-10-11tpm: Tidy up use of size_tSimon Glass
2016-10-11rtc: Use CONFIG_X86 instead of __I386__Simon Glass
2016-10-11bios_emulator: Fix cast for 64-bit compilationSimon Glass
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass
2016-10-11dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass
2016-10-11x86: video: Fix typo in broadwell KconfigSimon Glass
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-10-11Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass
2016-10-10mmc: Fix cast for 64-bit compilationSimon Glass
2016-10-10regulator: fixed: honour optionality of enable gpioMarcel Ziswiler
2016-10-10simple panel: fix spelling of debug messageMarcel Ziswiler
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung
2016-10-10mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung
2016-10-10dm: mmc: Support eraseSimon Glass
2016-10-10reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada
2016-10-07power: pmic: add Ricoh RN5T567 PMIC supportStefan Agner
2016-10-07pinctrl: imx: do not announce driver initializationStefan Agner
2016-10-07dm: imx: serial: support device treeStefan Agner
2016-10-07PWM: Correct misspellings of "module" in context of PWMRobert P. J. Day
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-10-06spi: fsl_qspi: Preserve endianness of QSPI MCRYork Sun
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-10-06fsl_sec_mon: Update driver for Security MonitorSumit Garg
2016-10-06serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot
2016-10-04dm: mmc: intialize dev when probePeng Fan
2016-10-04pinctrl: imx6: support i.MX6ULLPeng Fan
2016-10-04imx: ocotp: support i.MX6ULLPeng Fan
2016-10-04imx_watchdog: Do not assert WDOG_B on watchdog initRoss Parker
2016-10-03Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-10-02power: regulator: add pwm regulatorKever Yang