aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass8-8/+0
2015-04-18sandbox: Enable more network features for sandboxJoe Hershberger1-0/+9
2015-04-18net: Convert protocol structures to use explicit sizesSergey Temerkhanov1-56/+56
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov1-5/+5
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-11/+7
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger1-5/+5
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-7/+0
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-8/+8
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-19/+19
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-4/+5
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2-31/+34
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass1-3/+4
2015-04-18dm: usb: sandbox: Enable USBSimon Glass1-0/+2
2015-04-18dm: usb: Tidy up pipe value decodingSimon Glass1-6/+17
2015-04-18dm: usb: Add a generic descriptor structSimon Glass1-0/+5
2015-04-18dm: usb: exynos: Enable both USB ports on snowSimon Glass1-0/+2
2015-04-18dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass1-0/+3
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass1-0/+1
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass2-1/+64
2015-04-18dm: usb: Move struct usb_string to a common placeSimon Glass2-13/+13
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass1-0/+1
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass1-0/+107
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass1-0/+42
2015-04-18dm: usb: Add driver model support for hubsSimon Glass1-0/+1
2015-04-18dm: usb: Refactor port resetsSimon Glass1-1/+17
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass1-2/+18
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass2-5/+281
2015-04-18dm: core: Add device children and sibling functionsSimon Glass1-0/+30
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass1-5/+11
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass2-2/+2
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass1-0/+3
2015-04-18sandbox: Fix comment for os_open()Simon Glass1-1/+1
2015-04-18linker_lists: Add a function to access a linker list entrySimon Glass1-0/+10
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger1-1/+7
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com1-0/+150
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-1/+0
2015-04-18fdt: Drop LPC compatible string in fdtdecSimon Glass1-1/+0
2015-04-18fdt: cros_ec: Drop compatible string in fdtdecSimon Glass1-1/+0
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass1-7/+0
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass3-4/+0
2015-04-18sandbox: cros_ec: Drop unnecessary initSimon Glass1-1/+0
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-130/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass1-0/+1
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass1-0/+1
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-1/+0