summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass
2015-04-18x86: 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-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass
2015-04-18dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon 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: Add a uclass for a Platform Controller HubSimon 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: eth: Add support for using the 'lo' interfaceJoe Hershberger
2015-04-18sandbox: Enable DHCP and IP defragJoe Hershberger
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger
2015-04-18test: dm: net: Add a test of the netretry behaviorJoe Hershberger
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger
2015-04-18test: dm: eth: Add testing for ethrotate env varJoe Hershberger
2015-04-18dm: eth: Add support for ethprime env varJoe Hershberger
2015-04-18dm: eth: Add support for aliasesJoe Hershberger
2015-04-18test: dm: eth: Add tests for the eth dm implementationJoe 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-18cmd: net: Clean up return codesJoe Hershberger
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger
2015-04-18net: Make netretry actually do somethingJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger
2015-04-18net: Change return codes from net/eth.c to use errorno constantsJoe Hershberger
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger
2015-04-18net: Remove unneeded "extern" in net.hJoe Hershberger
2015-04-18net: Rename helper function to be more clearJoe Hershberger
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-18test: dm: Reorder the objects to buildJoe Hershberger
2015-04-18dm: pci: Add driver model tests for PCISimon Glass
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass
2015-04-18dm: sandbox: Add a emulated PCI device as an exampleSimon Glass
2015-04-17dm: sandbox: pci: Add a PCI emulation uclassSimon Glass
2015-04-17dm: sandbox: Add a simple PCI driverSimon Glass
2015-04-17dm: sandbox: pci: Add PCI support for sandboxSimon Glass
2015-04-17dm: pci: Add a uclass for PCISimon Glass
2015-04-17dm: pci: Move common PCI functions into their own fileSimon Glass
2015-04-17dm: Show both allocated and requested seq numbers in 'dm uclass'Simon Glass