summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* EFI: add missing includeMichael Olbrich2014-09-031-0/+1
* pinctrl: rockchip: add support for new DT bindingsBeniamino Galvani2014-09-012-36/+18
* mfd: syscon: add device tree supportBeniamino Galvani2014-09-011-0/+6
* scripts: gitignore: update based on MakefileAndreas Pretzsch2014-09-012-12/+11
* scripts: add bareboximd{,-target} to .gitignoreAntony Pavlov2014-09-011-0/+2
* openrisc: add barebox.lds to .gitignoreAntony Pavlov2014-09-011-0/+1
* arm: nitrogen6x: new memory setup from BD u-bootLucas Stach2014-09-018-105/+136
* arm: mach-imx: add MMDC and CCM register defines for use in DCDLucas Stach2014-09-014-0/+205
* scripts: imx-image: add input validation to mwLucas Stach2014-09-011-3/+18
* Makefile.lib: imxcfg: fix include pathLucas Stach2014-09-011-1/+1
* ARM: i.MX: tqma53: remove cpu_to_be32( from imx scriptSascha Hauer2014-09-011-54/+54
* EFI: fix error handling in efi_get_boot()Michael Olbrich2014-09-011-1/+1
* readline: Fix history prev when history is emptySascha Hauer2014-09-011-1/+5
* Merge branch 'for-next/usb-host'Sascha Hauer2014-08-0722-739/+4705
|\
| * usb: ehci: use linux-way ehci_readl and ehci_writelAntony Pavlov2014-07-281-8/+11
| * USB: host: add xHCI PCI driverSebastian Hesselbarth2014-07-283-0/+53
| * USB: host: add xHCI HCD, Hub, and platform driverSebastian Hesselbarth2014-07-286-0/+3480
| * include: import {lower,upper}_32_bits helpersSebastian Hesselbarth2014-07-281-0/+16
| * USB: EHCI: use min3 from LinuxSebastian Hesselbarth2014-07-282-11/+19
| * USB: improve error paths and tear-downSebastian Hesselbarth2014-07-283-27/+41
| * USB: Count detected USB devices independent of dev_indexSebastian Hesselbarth2014-07-281-1/+4
| * USB: Fix stale usb devices in usb_device_listSebastian Hesselbarth2014-07-281-0/+1
| * USB: remove redundant defines from usb_defs.hSebastian Hesselbarth2014-07-241-117/+0
| * USB: Use descriptors from ch11.hSebastian Hesselbarth2014-07-243-33/+8
| * USB: EHCI: use descriptor length fieldsSebastian Hesselbarth2014-07-241-3/+3
| * USB: EHCI: make use of defines for descriptorsSebastian Hesselbarth2014-07-241-52/+52
| * USB: EHCI: reuse ch9.h config and interface descriptorsSebastian Hesselbarth2014-07-242-27/+2
| * USB: Move FooRequest defines and add class requestsSebastian Hesselbarth2014-07-242-16/+26
| * USB: fix PowerPowerCtrlMask assignmentSebastian Hesselbarth2014-07-241-1/+1
| * USB: fixup usb_hub_descriptor length nameSebastian Hesselbarth2014-07-241-1/+1
| * USB: reduce USB_MAXCHILDREN on imported ch11.hSebastian Hesselbarth2014-07-241-1/+3
| * USB: import ch11.h from LinuxSebastian Hesselbarth2014-07-241-0/+277
| * USB: host: drop force rescanSascha Hauer2014-07-184-37/+19
| * USB: host: detect port change only once in usb_hub_configure_portSascha Hauer2014-07-181-2/+8
| * USB: host: implement usb_remove_deviceSascha Hauer2014-07-183-0/+21
| * USB: host: hub: only configure hub onceSascha Hauer2014-07-181-1/+8
| * USB: host: factor out port configuration to separate functionSascha Hauer2014-07-181-51/+74
| * USB: host: hub: Use usb_hub_power_on from U-BootSascha Hauer2014-07-181-1/+18
| * USB: host: hub: Use dev_dbgSascha Hauer2014-07-181-48/+40
| * USB: host: fixup USB device hierarchySascha Hauer2014-07-182-2/+2
| * USB: host: hub: Turn into a driverSascha Hauer2014-07-185-415/+460
| * USB: host: simplify usb_new_deviceSascha Hauer2014-07-181-18/+5
| * commands: usb: add tree view capabilityAntony Pavlov2014-07-183-4/+106
| * USB: i.MX chipidea: Implement OTG support for the poorSascha Hauer2014-07-182-9/+93
* | Merge branch 'for-next/usb-gadget'Sascha Hauer2014-08-0743-1454/+4950
|\ \
| * | Documentation: Add documentation for Fastboot and Composite Multifunction GadgetSascha Hauer2014-07-241-0/+48
| * | Documentation: Add documentation for USB serial consoleSascha Hauer2014-07-241-0/+7
| * | USB: gadget: fsl_udc: Be more tolerant in fsl_ep_dequeueSascha Hauer2014-07-241-1/+1
| * | USB: gadget: Add a multi function gadgetSascha Hauer2014-07-246-1/+380
| * | USB: gadget: Add Android fastboot supportSascha Hauer2014-07-244-1/+908