summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM Samsung: fix booting from NAND without pblstable/v2014.09Michael Olbrich2015-02-251-2/+2
* ARM: am335x bone: Fix Booting from eMMCSascha Hauer2015-01-062-0/+19
* command: memset: Fix argument order in help textSascha Hauer2014-11-101-1/+1
* arm: imx53-qsrb: fix initcalls on START-R boardLucas Stach2014-11-071-2/+4
* saveenv: Fix saving to specified fileSascha Hauer2014-10-231-6/+6
* EFI: report correct block device sizeMichael Olbrich2014-10-231-1/+1
* usb: ehci-hcd: Correct CLEAR_FEATURE codeDmitry Voytik2014-10-211-4/+6
* efi: use objcopy with CROSS_COMPILE prefixMichael Olbrich2014-09-191-1/+1
* net: Call edev->recv with correct eth_deviceSascha Hauer2014-09-171-1/+1
* serial: imx: Fix for non-devicetree boardsPhilipp Zabel2014-09-051-3/+5
* Release v2014.09.0v2014.09.0Sascha Hauer2014-09-041-1/+1
* Fix barebox metadataPhilipp Zabel2014-09-041-1/+1
* Documentation: .gitignore: ignore 'commands/' generated directoryAntony Pavlov2014-09-041-0/+1
* 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