aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-01config: evb-rk3399: enable pwm regulatorKever Yang1-0/+1
2016-10-01dts: evb-rk3399: add init voltage node for vdd-centerKever Yang1-0/+1
2016-10-01Kconfig: rockchip: enable DM_PWM and DM_REGULATORKever Yang1-0/+2
2016-10-01rockchip: evb_rk3399: init vdd_center regulatorKever Yang1-0/+6
2016-10-01power: regulator: add pwm regulatorKever Yang3-0/+170
2016-10-01rockchip: rkpwm: fix the register sequenceKever Yang1-1/+1
2016-10-01rockchip: rk3399: update PPLL and pmu_pclk frequencyKever Yang1-2/+2
2016-10-01rockchip: add usb mass storage feature support for rk3036jacob2.chen1-0/+4
2016-10-01Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 boardSandy Patterson2-0/+11
2016-10-01Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.Sandy Patterson1-0/+3
2016-10-01rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabledSandy Patterson1-1/+4
2016-10-01rockchip: rk3288: sdram: fix DDR address rangeXu Ziyuan1-3/+4
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini6-74/+77
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini62-156/+574
2016-09-29nds32: Support relocation.rick6-74/+77
2016-09-28mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash2-12/+5
2016-09-28mpc85xx: powerpc: usb: Enable Usb phy initialisation settings for P1010Sriram Dash2-0/+3
2016-09-28mpc85xx: powerpc: usb: Modified the erratum A006261 according to endiannessSriram Dash1-2/+2
2016-09-27drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash4-0/+41
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 Dash35-36/+36
2016-09-27apalis_t30: colibri_imx7: colibri_t30: fix ethernet functionalityMarcel Ziswiler3-5/+4
2016-09-27configs: colibri_vf_defconfig: Enable USB driver model for Colibri VybridSanchayan Maity1-0/+1
2016-09-27ARM: dts: vf-colibri: Enable USB device tree node for Colibri VybridSanchayan Maity1-0/+11
2016-09-27ARM: dts: vf: Add device tree node for USB on VybridSanchayan Maity1-0/+14
2016-09-27usb: host: ehci-vf: Migrate Vybrid USB to driver modelSanchayan Maity1-7/+201
2016-09-27cmd: dfu: Add error handling for failed registrationSanchayan Maity1-1/+6
2016-09-27dra7x: configs: enable SPL-DFU supportB, Ravi2-3/+19
2016-09-27dra7x: boot: add dfu bootmode supportB, Ravi3-2/+15
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi3-0/+66
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi4-59/+92
2016-09-27spl: dfu: add dfu support in SPLB, Ravi3-0/+32
2016-09-27drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash2-0/+13
2016-09-27colibri_t30: fix usb ethernet functionalityMarcel Ziswiler1-0/+1
2016-09-27net: asix: Fix ASIX 88772B with driver modelAlban Bedel1-24/+3
2016-09-27Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini1-7/+0
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini69-1235/+3555
2016-09-27CPCI4052: Remove CONFIG_AUTO_COMPLETE and custom baud rate tableTom Rini1-7/+0
2016-09-27ARM: tegra: flush caches via SMC callStephen Warren2-0/+24
2016-09-27ARM: tegra: fix ULPI PHY on Ventana and SeaboardStephen Warren4-2/+12
2016-09-27ARM: tegra: fix USB controller aliasesStephen Warren4-6/+9
2016-09-27ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren3-4/+15
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-27ARM: tegra: enable standard clock/reset APIs everywhereStephen Warren1-3/+11
2016-09-27ARM: tegra: fix clock_get_periph_rate() for UART clocksStephen Warren1-2/+36
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-27ARM: tegra: add APIs the clock uclass driver will needStephen Warren7-86/+323