summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-65/+2
2015-04-23cmd_led: Extend led command to support blinking and more ledsStefan Roese1-10/+38
2015-04-22cmd_scsi: Enable SoC AHCI device on platforms with PCItang yuantian1-2/+2
2015-04-22unzip: add gzwrite command to write compressed image to block deviceEric Nelson1-0/+47
2015-04-22fdt: add new fdt_fixup_display function to configure displayTim Harvey1-0/+29
2015-04-22cmd_sf: Fix problem with "sf update" and unaligned lengthStefan Roese1-8/+8
2015-04-21kconfig: remove duplicated CMD_DNS optionAndrey Skvortsov1-5/+0
2015-04-21mii: add read-modify-write option to mii commandTim James1-9/+38
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-107/+310
2015-04-19pxe: Ensure all memory access is to mapped memorySjoerd Simons1-30/+56
2015-04-19sandbox: Implement host dev [device]Sjoerd Simons1-0/+44
2015-04-19sandbox: Renamed sb command to hostSjoerd Simons2-23/+28
2015-04-18sandbox: exynos: Move CONFIG_CMD_SOUND to KconfigSimon Glass1-0/+10
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2-6/+107
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass1-0/+1
2015-04-18Avoid calling print_eths() with driver modelSimon Glass1-1/+1
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger4-14/+14
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger1-15/+14
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger1-8/+9
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger1-8/+8
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger3-7/+11
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2-26/+26
2015-04-18dm: usb: Support driver model with USB keyboardsSimon Glass1-1/+33
2015-04-18dm: usb: Split out the keyboard probe into its own functionSimon Glass1-38/+51
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass1-2/+49
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass1-38/+59
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass1-28/+17
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass1-2/+4
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass1-19/+11
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass1-1/+5
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass1-43/+2
2015-04-18dm: usb: Add driver model support for hubsSimon Glass1-4/+90
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass1-16/+41
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass1-6/+25
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass1-62/+95
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass1-30/+42
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass1-65/+82
2015-04-18dm: usb: Refactor port resetsSimon Glass2-16/+28
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass1-22/+4
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass1-2/+145
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass2-25/+35
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass1-26/+25
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass1-5/+0
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-29/+1
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-3/+0
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-0/+2
2015-04-18cmd: net: Clean up return codesJoe Hershberger1-24/+21
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger2-2/+2