summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-09-02power: pmic: add pfuze3000 supportAdrian Alonso
2015-09-02net: fec: do not access reserved register for i.MX6ULPeng Fan
2015-09-02mxs_ocotp: Shift the HBUS divider correctlyChris Smith
2015-09-01pci/layerscape: Setup mmu-masters property for the PCIeVarun Sethi
2015-09-01arm/ls102xa:add hwconfig setting to support disable unused devicesZhuoyu Zhang
2015-09-01ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil
2015-09-01driver: misc: debug server: Update Error messagePrabhakar Kushwaha
2015-09-01net: phy/vitesse: Add support for VSC8584 phyPrabhakar Kushwaha
2015-09-01rtc:ds3232/ds3231: Add support to generate 32KHz outputPriyanka Jain
2015-09-01net/fman: Support both new and legacy FMan CompatiblesIgal Liberman
2015-08-31Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-08-31Merge git://git.denx.de/u-boot-dmTom Rini
2015-08-31pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-31dm: tpm: Convert LPC driver to driver modelSimon Glass
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass
2015-08-31tpm: tpm_tis_i2c: Tidy up delaysSimon Glass
2015-08-31tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass
2015-08-31tpm: tpm_tis_i2c: Simplify init codeSimon Glass
2015-08-31tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass
2015-08-31tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass
2015-08-31tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass
2015-08-31tpm: Move the I2C TPM code into one fileSimon Glass
2015-08-31tpm: Convert drivers to use SPDXSimon Glass
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass
2015-08-31tpm: Remove old pre-driver-model I2C codeSimon Glass
2015-08-31drivers: kconfig: Sort driver menu in alphabetical orderBin Meng
2015-08-31drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menuBin Meng
2015-08-31drivers: kconfig: Move "Generic Driver Options" menu to the topBin Meng
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass
2015-08-31sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou
2015-08-31mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede
2015-08-31sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon
2015-08-31sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede
2015-08-31sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede
2015-08-31sunxi_nand_spl: Add support for backup boot partitionsHans de Goede
2015-08-31sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede
2015-08-31sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede
2015-08-31sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede
2015-08-31sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede
2015-08-31sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede
2015-08-31sunxi_nand_spl: Add proper cache flusingHans de Goede
2015-08-31sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede
2015-08-31sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede