summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger2015-04-181-6/+6
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-5/+5
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-7/+0
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-8/+8
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-19/+19
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-4/+5
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-182-31/+34
* dm: test: Allow 'dm test' to select a particular test to runSimon Glass2015-04-181-3/+4
* dm: usb: sandbox: Enable USBSimon Glass2015-04-181-0/+2
* dm: usb: Tidy up pipe value decodingSimon Glass2015-04-181-6/+17
* dm: usb: Add a generic descriptor structSimon Glass2015-04-181-0/+5
* dm: usb: exynos: Enable both USB ports on snowSimon Glass2015-04-181-0/+2
* dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2015-04-181-0/+3
* dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2015-04-181-0/+1
* dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass2015-04-182-1/+64
* dm: usb: Move struct usb_string to a common placeSimon Glass2015-04-182-13/+13
* dm: usb: Bind generic USB devices when there is no driverSimon Glass2015-04-181-0/+1
* dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-181-0/+107
* dm: usb: Move USB storage definitions to usb_defs.hSimon Glass2015-04-181-0/+42
* dm: usb: Add driver model support for hubsSimon Glass2015-04-181-0/+1
* dm: usb: Refactor port resetsSimon Glass2015-04-181-1/+17
* dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass2015-04-181-2/+18
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-182-5/+281
* dm: core: Add device children and sibling functionsSimon Glass2015-04-181-0/+30
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-181-5/+11
* dm: core: Convert driver_bind() to use constSimon Glass2015-04-182-2/+2
* dm: core: Support allocating driver-private data for DMASimon Glass2015-04-181-0/+3
* sandbox: Fix comment for os_open()Simon Glass2015-04-181-1/+1
* linker_lists: Add a function to access a linker list entrySimon Glass2015-04-181-0/+10
* dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger2015-04-181-1/+7
* dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com2015-04-181-0/+150
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-181-1/+0
* fdt: Drop LPC compatible string in fdtdecSimon Glass2015-04-181-1/+0
* fdt: cros_ec: Drop compatible string in fdtdecSimon Glass2015-04-181-1/+0
* cros_ec: Remove unused cros_ec_board_init() functionSimon Glass2015-04-181-7/+0
* exynos: cros_ec: Drop unnecessary initSimon Glass2015-04-183-4/+0
* sandbox: cros_ec: Drop unnecessary initSimon Glass2015-04-181-1/+0
* cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass2015-04-181-130/+0
* x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass2015-04-181-0/+1
* dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass2015-04-181-0/+1
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-181-1/+0
* dm: sf: Add driver model read/write/erase methodsSimon Glass2015-04-181-6/+41
* net: Improve error handlingJoe Hershberger2015-04-181-1/+2
* sandbox: Enable DHCP and IP defragJoe Hershberger2015-04-181-0/+8
* dm: eth: Add support for aliasesJoe Hershberger2015-04-182-1/+6
* sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger2015-04-181-0/+1
OpenPOWER on IntegriCloud