aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-14include: usb: modify gadget.h to include udc supportKishon Vijay Abraham I1-0/+43
2015-04-14usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2-0/+641
2015-04-14ARM: AM43xx: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I3-5/+30
2015-04-14ARM: DRA7: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I3-7/+21
2015-04-14usb: dwc2: retry NAK'd interrupt transfersStephen Warren1-6/+19
2015-04-14usb: dwc2: implement interrupt transfersStephen Warren1-3/+2
2015-04-14usb: dwc2: correctly program hcchar for LS devicesStephen Warren1-9/+12
2015-04-14ARM: bcm2835: use phys_to_bus() for mboxStephen Warren1-2/+3
2015-04-14usb: dwc2: detect device speed correctlyStephen Warren2-1/+8
2015-04-14usb: dwc2: use phys_to_bus/bus_to_physStephen Warren1-1/+3
2015-04-14ARM: bcm2835: implement phys_to_bus/bus_to_physStephen Warren3-1/+26
2015-04-14Create API to map between CPU physical and bus addressesStephen Warren2-0/+33
2015-04-14usb: dwc2: fix bulk transfersStephen Warren1-9/+13
2015-04-14usb: dwc2: remove restriction on buffer lengthStephen Warren1-9/+3
2015-04-14usb: dwc2: fix aligned buffer usageStephen Warren1-6/+8
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren1-4/+2
2015-04-14usb: dwc2: remove control_data_toggle[]Stephen Warren1-8/+4
2015-04-14usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren1-95/+19
2015-04-14usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren1-16/+39
2015-04-14usb: dwc2: unify waiting for transfer completionStephen Warren1-107/+60
2015-04-14usb: hub: allow pgood_delay to be specified via envTim Harvey1-0/+8
2015-04-14usb: fix first descriptor fetch error handlingStephen Warren1-1/+16
2015-04-14usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski1-1/+4
2015-04-14usb: Check usb_new_device for failurePaul Kocialkowski1-4/+10
2015-04-14usb: usb_new_device return codes consistencyPaul Kocialkowski1-29/+29
2015-04-14usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov1-21/+23
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov4-32/+41
2015-04-14usb: Convert protocol header structures to use explicitly sized variablesSergey Temerkhanov1-9/+9
2015-04-14usb: mass-storage: Build warning fixes for 64-bitThierry Reding1-1/+1
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding1-4/+4
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring1-41/+41
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring1-21/+21
2015-04-14usb: eth: asix: Build warning fixes for 64-bitThierry Reding1-1/+1
2015-04-14usb_storage : scan all interfaces to find a storage deviceFranck Jullien1-17/+28
2015-04-13Prepare v2015.04v2015.04Tom Rini1-1/+1
2015-04-13break build if it would produce broken binaryPavel Machek1-0/+4
2015-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini12-3/+693
2015-04-13ARM: rpi: add a couple more revision IDsStephen Warren2-1/+13
2015-04-11ARM: fix arch/arm/Makefile for TegraMasahiro Yamada1-0/+5
2015-04-11arm: armada-xp: Fix SPL for AXP by using save_boot_params_retStefan Roese1-1/+1
2015-04-10Merge git://git.denx.de/u-boot-arcTom Rini6-1/+46
2015-04-10arc: fix separate compilation of start.oAlexey Brodkin1-0/+1
2015-04-10integrator: consolidate flash infoLinus Walleij3-33/+27
2015-04-10vexpress64: juno: add default NOR flash bootLinus Walleij1-1/+29
2015-04-10common/armflash: Support for ARM flash imagesLinus Walleij3-0/+285
2015-04-10Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini1-2/+0
2015-04-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini57-77/+3653
2015-04-10common, ubi: use positive return values for ubi checkStefan Agner1-1/+1
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin2-1/+2
2015-04-10fdt: nios: Fix warning in ft_cpu_setup()Simon Glass1-2/+0