summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski
2015-04-15power: axp209: Registers definitions in headerPaul Kocialkowski
2015-04-15power: axp152: Registers definitions in headerPaul Kocialkowski
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14include: configs: Enable DWC3 and DFU in AM43xxKishon Vijay Abraham I
2015-04-14include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I
2015-04-14usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I
2015-04-14dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I
2015-04-14include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I
2015-04-14dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I
2015-04-14include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I
2015-04-14include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I
2015-04-14usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I
2015-04-14usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I
2015-04-14include: usb: modify gadget.h to include udc supportKishon Vijay Abraham I