aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-01power: regulator: add pwm regulatorKever Yang3-0/+170
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-54/+277
2016-09-28mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash1-9/+4
2016-09-27drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2-0/+39
2016-09-27usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratumSriram Dash1-22/+23
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-09-27usb: host: ehci-vf: Migrate Vybrid USB to driver modelSanchayan Maity1-7/+201
2016-09-27drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash1-0/+10
2016-09-27net: asix: Fix ASIX 88772B with driver modelAlban Bedel1-24/+3
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini12-382/+488
2016-09-27ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren1-2/+11
2016-09-27i2c: tegra: only use new clock/reset APIsStephen Warren1-57/+11
2016-09-27mmc: tegra: only use new clock/reset APIsStephen Warren1-40/+5
2016-09-27clock: implement a driver for the Tegra CARStephen Warren3-0/+111
2016-09-27reset: implement a driver for the Tegra CARStephen Warren3-0/+80
2016-09-27misc: implement Tegra CAR core driverStephen Warren3-0/+76
2016-09-27mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren1-208/+69
2016-09-27mmc: tegra: priv struct and naming cleanupStephen Warren1-138/+161
2016-09-27mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren1-4/+3
2016-09-27mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren1-0/+28
2016-09-27mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren1-5/+5
2016-09-27Merge git://www.denx.de/git/u-boot-marvellTom Rini25-16/+4691
2016-09-27ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese1-1/+1
2016-09-27usb: xhci-mvebu: Add Armada 8K to compatiblity listStefan Roese1-0/+1
2016-09-27drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 7K/8KStefan Roese7-2/+1904
2016-09-27drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3kStefan Roese10-0/+2092
2016-09-27usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)Stefan Roese1-7/+52
2016-09-27usb: xhci: Add Marvell MVEBU xHCI supportStefan Roese3-0/+106
2016-09-27net: mvneta: Add support for Armada 3700 SoCStefan Roese1-1/+35
2016-09-27net: mvneta: Make driver 64bit safeStefan Roese1-8/+8
2016-09-27spi: Add driver for Marvell Armada 3700 SoCStefan Roese3-0/+303
2016-09-27serial: Add serial_mvebu_a3700 for Armada 3700 SoCStefan Roese3-0/+191
2016-09-27net: mvneta: Round up top tx buffer boundaries for dcache opsStefan Roese1-1/+2
2016-09-27dfu: Migrate to KconfigTom Rini1-0/+28
2016-09-27usb:gadget: Disallow DFU in SPL for nowTom Rini1-0/+2
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini8-292/+224
2016-09-26kconfig: introduce kconfig for UBIHeiko Schocher2-0/+100
2016-09-26driver: ddr: fsl_mmdc: Pass board parameters through data structureYork Sun1-19/+19
2016-09-26armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun1-1/+1
2016-09-26i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese1-0/+1
2016-09-26i2c: mv_i2c.c: Validate read length in I2C commandjinghua1-0/+5
2016-09-26i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2-7/+38
2016-09-26i2c: mv_i2c.c: Add DM supportStefan Roese1-48/+136
2016-09-26i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese1-126/+141
2016-09-26i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese1-2/+0
2016-09-26i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese1-34/+34
2016-09-23usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada1-0/+13
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada1-2/+0
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada19-19/+19
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada118-118/+118