summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee2013-03-21-80/+0
* common/lcd: cosmetic: clean up a bitJeroen Hofstee2013-03-21-73/+49
* common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-21-39/+9
* common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-21-49/+6
* lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2013-03-21-1/+6
* lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2013-03-21-2/+12
* lcd, tegra: remove unused cursor functionsJeroen Hofstee2013-03-21-52/+0
* lcd, amba: remove this driver since it is not usedJeroen Hofstee2013-03-21-78/+0
* common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-27/+8
* 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
| * dfu: Only perform DFU board_usb_init() for TRATSPantelis Antoniou2013-03-16-0/+3
| * usb: ehci: Add 64-bit controller supportVincent Palatin2013-03-16-0/+3
| * usb: ehci: generic PCI supportVincent Palatin2013-03-16-1/+40
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-10407/+15588
|\ \ | |/ |/|
| * Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-15-1570/+2881
| |\
| | * Tegra114: Dalmore: Add pad config tables/code based on pinmux codeTom Warren2013-03-14-14/+292