summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger
2015-04-18net: Remove unneeded "extern" in net.hJoe 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-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass
2015-04-17dm: sandbox: pci: Add a PCI emulation uclassSimon 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: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-04-17fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass
2015-04-17dm: Add a new CPU init function which can use driver modelSimon Glass
2015-04-17fdt: Export fdtdec_get_number() for general useSimon Glass
2015-04-17x86: Add support for panther (Asus Chromebox)Simon Glass
2015-04-17x86: Move common Chromebook config into a separate fileSimon Glass
2015-04-17x86: pci: Add PCI IDs for lynxpointSimon Glass
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-04-15sunxi: Complete i2c support for each supported platformPaul Kocialkowski