index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
net: cosmetic: Fixup var names for DHCP strings
Joe Hershberger
2015-04-18
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2015-04-18
dm: test: Allow 'dm test' to select a particular test to run
Simon Glass
2015-04-18
dm: usb: sandbox: Enable USB
Simon Glass
2015-04-18
dm: usb: Tidy up pipe value decoding
Simon Glass
2015-04-18
dm: usb: Add a generic descriptor struct
Simon Glass
2015-04-18
dm: usb: exynos: Enable both USB ports on snow
Simon Glass
2015-04-18
dm: usb: sandbox: Add an emulator for USB hub emulation
Simon Glass
2015-04-18
dm: usb: sandbox: Add an emulator for USB flash devices
Simon Glass
2015-04-18
dm: usb: sandbox: Add a uclass for USB device emulation
Simon Glass
2015-04-18
dm: usb: Move struct usb_string to a common place
Simon Glass
2015-04-18
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
2015-04-18
dm: usb: Add driver model support for hubs
Simon Glass
2015-04-18
dm: usb: Refactor port resets
Simon Glass
2015-04-18
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2015-04-18
dm: usb: Add a uclass for USB controllers
Simon Glass
2015-04-18
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
sandbox: Fix comment for os_open()
Simon Glass
2015-04-18
linker_lists: Add a function to access a linker list entry
Simon Glass
2015-04-18
dm: eth: Provide a way for drivers to manage packet buffers
Joe Hershberger
2015-04-18
dm: spi: Convert Freescale DSPI driver to driver model
Haikun.Wang@freescale.com
2015-04-18
cros_ec: exynos: Match up device tree with kernel version
Simon Glass
2015-04-18
fdt: Drop LPC compatible string in fdtdec
Simon Glass
2015-04-18
fdt: cros_ec: Drop compatible string in fdtdec
Simon Glass
2015-04-18
cros_ec: Remove unused cros_ec_board_init() function
Simon Glass
2015-04-18
exynos: cros_ec: Drop unnecessary init
Simon Glass
2015-04-18
sandbox: cros_ec: Drop unnecessary init
Simon Glass
2015-04-18
cros_ec: Drop unused CONFIG_DM_CROS_EC
Simon Glass
2015-04-18
x86: chromebook_link: dts: Add PCH and LPC devices
Simon Glass
2015-04-18
dm: x86: Add a uclass for an Low Pin Count (LPC) device
Simon Glass
2015-04-18
dm: x86: spi: Convert ICH SPI driver to driver model
Simon Glass
2015-04-18
dm: sf: Add driver model read/write/erase methods
Simon Glass
2015-04-18
net: Improve error handling
Joe Hershberger
2015-04-18
sandbox: Enable DHCP and IP defrag
Joe Hershberger
2015-04-18
dm: eth: Add support for aliases
Joe Hershberger
2015-04-18
sandbox: eth: Add ARP and PING response to sandbox driver
Joe Hershberger
2015-04-18
sandbox: eth: Add network support to sandbox
Joe Hershberger
2015-04-18
dm: eth: Pass the packet pointer as a parameter to recv
Joe Hershberger
2015-04-18
net: Clean up network stack names used in DM drivers
Joe Hershberger
2015-04-18
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
net: Remove the bd* parameter from net stack functions
Joe Hershberger
[next]