summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | ARM: implement erratum 716044 workaroundStephen Warren2013-03-22-0/+7
| |/ / /
| * | | ARM: rpi_b: enable SD controller, add related env/cmdsStephen Warren2013-03-20-3/+117
| * | | mmc: add bcm2835 driverStephen Warren2013-03-20-0/+214
| * | | video: add a driver for the bcm2835Stephen Warren2013-03-20-0/+144
| * | | ARM: rpi_b: disable rpi_b dcache explicitlyStephen Warren2013-03-20-0/+1
| * | | lcd: calculate line_length after lcd_ctrl_init()Stephen Warren2013-03-20-2/+2
| * | | ARM: rpi_b: use bcm2835 mbox driver to get memory sizeStephen Warren2013-03-20-1/+20
| * | | ARM: bcm2835: add mailbox driverStephen Warren2013-03-20-1/+572
* | | | apx4devkit: change maintainerVeli-Pekka Peltola2013-03-27-4/+4
* | | | image: Add support for Plan 9Steven Stallion2013-03-27-0/+42
* | | | cmd_ext4: BREAK and correct ext4write parameter orderTom Rini2013-03-27-3/+3
* | | | .checkpatch.conf: ignore udelay->usleep_range warningsMatt Porter2013-03-27-0/+3
* | | | checkpatch.pl: Add 'debug' to the list of logFunctionsTom Rini2013-03-27-0/+1
* | | | env_callback: Mark find_env_callback as staticTom Rini2013-03-27-2/+1
* | | | MAKEALL: allow regex matches for -s optionStephen Warren2013-03-27-2/+2
| |_|/ |/| |
* | | Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-03-20-155/+1213
|\ \ \ | |/ / |/| |
| * | sf: Use unsigned type for buffersSimon Glass2013-03-19-4/+4
| * | x86: Enable time command for corebootSimon Glass2013-03-19-0/+2
| * | x86: Enable SPI flash support for corebootSimon Glass2013-03-19-3/+9
| * | x86: Add FDT SPI node for linkSimon Glass2013-03-19-0/+11
| * | x86: Move PCI init before SPI initSimon Glass2013-03-19-4/+4
| * | sf: Enable FDT-based configuration and memory mappingSimon Glass2013-03-19-1/+48
| * | x86: spi: Set maximum write size for ICHSimon Glass2013-03-19-0/+5
| * | sf: Respect maximum SPI write sizeSimon Glass2013-03-19-2/+8
| * | spi: Add parameter for maximum write sizeSimon Glass2013-03-19-0/+3
| * | x86: spi: Add Intel ICH driverSimon Glass2013-03-19-0/+893
| * | sf: Use spi_flash_alloc() in each SPI flash driverSimon Glass2013-03-19-52/+8
| * | sf: Add spi_flash_alloc() to create a new SPI flash structSimon Glass2013-03-19-0/+63
| * | spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-19-83/+36
| * | spi: Add function to allocate a new SPI slaveSimon Glass2013-03-19-0/+83
| * | fdt: Add fdtdec_get_addr_size() to read reg propertiesSimon Glass2013-03-19-6/+36
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-03-18-49/+4203
|\ \ \ | |/ / |/| |
| * | usb: Add multiple controllers support for EHCI PCIVincent Palatin2013-03-18-9/+16
| * | x86: Enable USB features for corebootSimon Glass2013-03-18-0/+17
| * | usb: usbeth: smsc95xx: remove EEPROM loaded checkMichael Spang2013-03-18-4/+0
| * | usb: ehci: Fix aliasing issue in EHCI interrupt codeVincent Palatin2013-03-18-1/+1
| * | usb: ehci: Support interrupt transfers via periodic listPatrick Georgi2013-03-18-5/+316
| * | usb: ehci: exynos: Enable non-dt pathVivek Gautam2013-03-18-0/+7
| * | usb: ehci: exynos: Fix multiple FDT decodeVivek Gautam2013-03-18-28/+16
| * | arm:trats: Use new ums commandLukasz Majewski2013-03-18-0/+68
| * | usb:gadget: USB Mass Storage Gadget supportLukasz Majewski2013-03-18-0/+148
| * | usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek2013-03-18-0/+2793
| * | usb:composite: USB Mass Storage - storage_common.c from Linux kernelLukasz Majewski2013-03-18-0/+653
| * | usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski2013-03-18-0/+19
| * | usbtty: adapt buffers for large packet supportShiraz Hashim2013-03-16-2/+4
| * | usb/host/ehci: Add support for EHCI on spearVipin Kumar2013-03-16-0/+60
| * | usb: Fix bug when both DFU & ETHER are definedPantelis Antoniou2013-03-16-2/+8
| * | dfu: Add a partition type targetPantelis Antoniou2013-03-16-0/+31
| * | dfu: Properly zero out timeout valuePantelis Antoniou2013-03-16-0/+3
| * | dfu: Fix crash when wrong number of arguments givenPantelis Antoniou2013-03-16-1/+1