summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-21api/api_display: use the getters for console size infoJeroen Hofstee
2013-03-21lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee
2013-03-21common/lcd: cosmetic: clean up a bitJeroen Hofstee
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee
2013-03-21lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee
2013-03-21lcd, tegra: remove unused cursor functionsJeroen Hofstee
2013-03-21lcd, amba: remove this driver since it is not usedJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk
2013-03-20Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini
2013-03-19sf: Use unsigned type for buffersSimon Glass
2013-03-19x86: Enable time command for corebootSimon Glass
2013-03-19x86: Enable SPI flash support for corebootSimon Glass
2013-03-19x86: Add FDT SPI node for linkSimon Glass
2013-03-19x86: Move PCI init before SPI initSimon Glass
2013-03-19sf: Enable FDT-based configuration and memory mappingSimon Glass
2013-03-19x86: spi: Set maximum write size for ICHSimon Glass
2013-03-19sf: Respect maximum SPI write sizeSimon Glass
2013-03-19spi: Add parameter for maximum write sizeSimon Glass
2013-03-19x86: spi: Add Intel ICH driverSimon Glass
2013-03-19sf: Use spi_flash_alloc() in each SPI flash driverSimon Glass
2013-03-19sf: Add spi_flash_alloc() to create a new SPI flash structSimon Glass
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2013-03-19spi: Add function to allocate a new SPI slaveSimon Glass
2013-03-19fdt: Add fdtdec_get_addr_size() to read reg propertiesSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-18usb: Add multiple controllers support for EHCI PCIVincent Palatin
2013-03-18x86: Enable USB features for corebootSimon Glass
2013-03-18usb: usbeth: smsc95xx: remove EEPROM loaded checkMichael Spang
2013-03-18usb: ehci: Fix aliasing issue in EHCI interrupt codeVincent Palatin
2013-03-18usb: ehci: Support interrupt transfers via periodic listPatrick Georgi
2013-03-18usb: ehci: exynos: Enable non-dt pathVivek Gautam
2013-03-18usb: ehci: exynos: Fix multiple FDT decodeVivek Gautam
2013-03-18arm:trats: Use new ums commandLukasz Majewski
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski
2013-03-18usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek
2013-03-18usb:composite: USB Mass Storage - storage_common.c from Linux kernelLukasz Majewski
2013-03-18usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski
2013-03-16usbtty: adapt buffers for large packet supportShiraz Hashim
2013-03-16usb/host/ehci: Add support for EHCI on spearVipin Kumar
2013-03-16usb: Fix bug when both DFU & ETHER are definedPantelis Antoniou
2013-03-16dfu: Add a partition type targetPantelis Antoniou
2013-03-16dfu: Properly zero out timeout valuePantelis Antoniou
2013-03-16dfu: Fix crash when wrong number of arguments givenPantelis Antoniou
2013-03-16dfu: Only perform DFU board_usb_init() for TRATSPantelis Antoniou
2013-03-16usb: ehci: Add 64-bit controller supportVincent Palatin
2013-03-16usb: ehci: generic PCI supportVincent Palatin
2013-03-15Use 'unsigned int' for global_data's baudrateSimon Glass