summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe 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: test: Allow 'dm test' to select a particular test to runSimon Glass
2015-04-18dm: usb: sandbox: Enable USBSimon Glass
2015-04-18dm: usb: Tidy up pipe value decodingSimon Glass
2015-04-18dm: usb: Add a generic descriptor structSimon Glass
2015-04-18dm: usb: exynos: Enable both USB ports on snowSimon Glass
2015-04-18dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass
2015-04-18dm: usb: Move struct usb_string to a common placeSimon Glass
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon 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: Refactor port resetsSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-18dm: core: Add device children and sibling functionsSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass
2015-04-18sandbox: Fix comment for os_open()Simon Glass
2015-04-18linker_lists: Add a function to access a linker list entrySimon Glass
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass
2015-04-18fdt: Drop LPC compatible string in fdtdecSimon Glass
2015-04-18fdt: cros_ec: Drop compatible string in fdtdecSimon Glass
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass
2015-04-18sandbox: cros_ec: Drop unnecessary initSimon Glass
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-18dm: sf: Add driver model read/write/erase methodsSimon Glass
2015-04-18net: Improve error handlingJoe Hershberger
2015-04-18sandbox: Enable DHCP and IP defragJoe Hershberger
2015-04-18dm: eth: Add support for aliasesJoe Hershberger
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger