summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: Remove conflicting USB_SPEED_* definitionsSascha Hauer2014-07-184-11/+16
* USB: Use descriptors from ch9.hSascha Hauer2014-07-182-67/+1
* USB: introduce usb_interface/usb_configuration structsSascha Hauer2014-07-184-61/+62
* USB: Kconfig: introduce USB_HOST symbolSascha Hauer2014-07-1831-32/+37
* ARM: i.MX: esdctl: i.MX53 has esdctl v4, not v3Sascha Hauer2014-07-181-2/+2
* images: ignore and clean *.mlo/*.mlospiSascha Hauer2014-07-112-1/+3
* Revert "ARM: OMAP: Do not show MLO/SPI image options with OMAP_MULTI_BOARDS"Sascha Hauer2014-07-112-2/+1
* PCM051: Update RAM timingsTeresa Gámez2014-07-091-15/+13
* barebox: common: added new filetypesWadim Egorov2014-07-092-0/+14
* Documentation: add uemd mb7707 barebox mini-howtoAntony Pavlov2014-07-091-0/+40
* pci: pci_alloc_bus(): use xzalloc() instead of kzalloc()Antony Pavlov2014-07-091-8/+8
* drivers/mtd: fix NULL pointer dereference in partition lock/unlockZahari Doychev2014-07-091-0/+6
* Fix crc32 compile errorSascha Hauer2014-07-081-1/+1
* Do not use macros in command helpSascha Hauer2014-07-083-3/+3
* crc32: Proper name of command is "crc32".Robert P. J. Day2014-07-082-2/+2
* ARM: OMAP: Do not show MLO/SPI image options with OMAP_MULTI_BOARDSSascha Hauer2014-07-072-1/+2
* at91mux: Fix both help info and Kconfig info.Robert P. J. Day2014-07-072-3/+3
* Clean up Kconfig and source for a couple device tree commands.Robert P. J. Day2014-07-073-3/+4
* bootm.c: "-o" option should refer to "DTB", not "DTS"Robert P. J. Day2014-07-071-3/+3
* rtc.h: drop unused U-Boot stuff; fix whitespaceAntony Pavlov2014-07-071-5/+1
* kconfig: Fix compiler warningSascha Hauer2014-07-051-1/+1
* Merge branch 'for-next/net'Sascha Hauer2014-07-0410-5/+1552
|\
| * net: add ENC28J60 supportAntony Pavlov2014-07-024-0/+1334
| * net.h: add ETH_ALEN constant; fix whitespacesAntony Pavlov2014-07-021-3/+5
| * net: phy: add support for Marvell PHY driversSebastian Hesselbarth2014-06-253-0/+205
| * net: orion-gbe: extend RGMII detection to delayed modesSebastian Hesselbarth2014-06-251-1/+4
| * net: orion: generate unique port device namesSebastian Hesselbarth2014-06-251-1/+2
| * of: net: respect phy-connection-type propertySebastian Hesselbarth2014-06-251-0/+2
* | Merge branch 'for-next/misc'Sascha Hauer2014-07-0461-314/+128
|\ \
| * | ls: sort files with -lSascha Hauer2014-07-031-26/+28
| * | string_list: Add string_list_for_each_entry macroSascha Hauer2014-07-032-3/+6
| * | lz4: fix another possible overrunHolger Schurig2014-07-021-1/+3
| * | lz4: ensure length does not wrapHolger Schurig2014-07-021-0/+2