summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-04-22cmd_scsi: Enable SoC AHCI device on platforms with PCItang yuantian
2015-04-22unzip: add gzwrite command to write compressed image to block deviceEric Nelson
2015-04-21kconfig: remove duplicated CMD_DNS optionAndrey Skvortsov
2015-04-20mii: add read-modify-write option to mii commandTim James
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-04-19pxe: Ensure all memory access is to mapped memorySjoerd Simons
2015-04-19sandbox: Implement host dev [device]Sjoerd Simons
2015-04-19sandbox: Renamed sb command to hostSjoerd Simons
2015-04-18sandbox: exynos: Move CONFIG_CMD_SOUND to KconfigSimon Glass
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass
2015-04-18Avoid calling print_eths() with driver modelSimon Glass
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18dm: usb: Support driver model with USB keyboardsSimon Glass
2015-04-18dm: usb: Split out the keyboard probe into its own functionSimon Glass
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass
2015-04-18dm: usb: Add driver model support for hubsSimon Glass
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass
2015-04-18dm: usb: Refactor port resetsSimon Glass
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger
2015-04-18cmd: net: Clean up return codesJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-18common/lcd_console: introduce display/framebuffer rotationHannes Petermaier
2015-04-18common/lcd_console: move single static variables into common (static) structureHannes Petermaier
2015-04-18common/lcd_console: ask only one-time for bg/fg-color per callHannes Petermaier