summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| * | dm: Provide better debugging when a device fails to bindSimon Glass2015-09-02-1/+4
| * | dm: Improve handling of a missing uclassSimon Glass2015-09-02-2/+9
| * | mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass2015-09-02-2/+2
| * | dm: led: Tidy up SPL options for the led and led-gpioSimon Glass2015-09-02-3/+10
| * | pinctrl: Add the concept of peripheral IDsSimon Glass2015-09-02-9/+31
| * | pinctrl: Add help text to KconfigSimon Glass2015-09-02-1/+10
* | | powerpc: ppc4xx: remove lwmon5 supportMasahiro Yamada2015-09-02-2/+1
* | | serial: drop redundant depends onMasahiro Yamada2015-09-02-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-09-02-7/+20
|\ \ \
| * | | net/fman: Support both new and legacy FMan CompatiblesIgal Liberman2015-09-01-7/+20
| |/ /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-09-02-15/+196
|\ \ \
| * | | mxc: ocotp fix hole in shadow registersPeng Fan2015-09-02-5/+73
| * | | video, lg4573: make spi bus and cs configurableHeiko Schocher2015-09-02-1/+2
| * | | imx: ocotp: mxc add i.MX7D supportAdrian Alonso2015-09-02-1/+73
| * | | imx: mxc_gpio: add support for imx7d SoCAdrian Alonso2015-09-02-3/+5
| * | | power: pmic: add pfuze3000 supportAdrian Alonso2015-09-02-0/+33
| * | | net: fec: do not access reserved register for i.MX6ULPeng Fan2015-09-02-5/+9
| * | | mxs_ocotp: Shift the HBUS divider correctlyChris Smith2015-09-02-0/+1
| |/ /
* | | pci/layerscape: Setup mmu-masters property for the PCIeVarun Sethi2015-09-01-0/+9
* | | arm/ls102xa:add hwconfig setting to support disable unused devicesZhuoyu Zhang2015-09-01-0/+30
* | | ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil2015-09-01-6/+0
* | | driver: misc: debug server: Update Error messagePrabhakar Kushwaha2015-09-01-5/+5
* | | net: phy/vitesse: Add support for VSC8584 phyPrabhakar Kushwaha2015-09-01-0/+11
* | | rtc:ds3232/ds3231: Add support to generate 32KHz outputPriyanka Jain2015-09-01-0/+10
|/ /
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-08-31-159/+187
|\ \
| * | sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou2015-08-31-2/+4
| * | mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede2015-08-31-0/+9
| * | sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon2015-08-31-3/+8
| * | sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2015-08-31-10/+6
| * | sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2015-08-31-10/+10
| * | sunxi_nand_spl: Add support for backup boot partitionsHans de Goede2015-08-31-0/+16
| * | sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2015-08-31-29/+39
| * | sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede2015-08-31-38/+48
| * | sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede2015-08-31-0/+5
| * | sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede2015-08-31-2/+2
| * | sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede2015-08-31-46/+12
| * | sunxi_nand_spl: Add proper cache flusingHans de Goede2015-08-31-0/+8
| * | sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede2015-08-31-2/+15
| * | sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2015-08-31-0/+3
| * | sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede2015-08-31-4/+1
| * | sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede2015-08-31-10/+10
| * | sunxi_nand_spl: Drop unnecessary temp bufHans de Goede2015-08-31-27/+8
| * | sunxi: musb: Drop no longer accurate comment in Kconfig help textHans de Goede2015-08-31-3/+1
| * | sunxi: axp221: Allow specifying dcdc2 voltage via KconfigHans de Goede2015-08-31-0/+9
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2015-08-31-1298/+1915
|\ \
| * | pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada2015-08-31-0/+157
| * | pinctrl: add pin control uclass supportMasahiro Yamada2015-08-31-0/+709
| * | dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-31-2/+4
| * | dm: tpm: Convert LPC driver to driver modelSimon Glass2015-08-31-155/+131
| * | dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-31-346/+203