summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* sandbox: Enable DHCP and IP defragJoe Hershberger2015-04-18-0/+8
* dm: eth: Add support for aliasesJoe Hershberger2015-04-18-1/+6
* sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger2015-04-18-0/+1
* sandbox: eth: Add network support to sandboxJoe Hershberger2015-04-18-6/+10
* dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger2015-04-18-2/+4
* net: Clean up network stack names used in DM driversJoe Hershberger2015-04-18-1/+8
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-18-0/+53
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-3/+3
* net: Use int instead of u8 for boolean flagJoe Hershberger2015-04-18-1/+1
* net: Refactor in preparation for driver modelJoe Hershberger2015-04-18-33/+35
* net: Remove unneeded "extern" in net.hJoe Hershberger2015-04-18-45/+45
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-18-0/+8
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-17/+32
* dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass2015-04-18-0/+1
* dm: sandbox: pci: Enable PCI for sandboxSimon Glass2015-04-18-0/+4
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-16-0/+109
* dm: pci: Add a uclass for PCISimon Glass2015-04-16-7/+284
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-16-0/+14
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16-3/+7
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-4/+14
* fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass2015-04-16-1/+3
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-16-0/+11
* fdt: Export fdtdec_get_number() for general useSimon Glass2015-04-16-0/+11
* x86: Add support for panther (Asus Chromebox)Simon Glass2015-04-16-0/+17
* x86: Move common Chromebook config into a separate fileSimon Glass2015-04-16-60/+69
* x86: pci: Add PCI IDs for lynxpointSimon Glass2015-04-16-0/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-04-16-11/+63
|\
| * sunxi: Complete i2c support for each supported platformPaul Kocialkowski2015-04-15-0/+4
| * i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski2015-04-15-3/+3
| * power: axp209: Registers definitions in headerPaul Kocialkowski2015-04-15-0/+38
| * power: axp152: Registers definitions in headerPaul Kocialkowski2015-04-15-0/+12
| * power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski2015-04-15-8/+6
* | usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-14-1/+1
* | include: configs: Enable DWC3 and DFU in AM43xxKishon Vijay Abraham I2015-04-14-1/+57
* | include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I2015-04-14-0/+68
* | usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I2015-04-14-0/+22
* | usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2015-04-14-0/+1
* | dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2015-04-14-1/+2
* | usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-14-0/+3
* | include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2015-04-14-0/+27
* | usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2015-04-14-0/+19
* | dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-14-0/+1
* | dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-14-1/+2
* | include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I2015-04-14-0/+40
* | include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I2015-04-14-0/+9
* | usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I2015-04-14-0/+40
* | usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I2015-04-14-0/+20
* | include: usb: modify gadget.h to include udc supportKishon Vijay Abraham I2015-04-14-0/+43
* | Create API to map between CPU physical and bus addressesStephen Warren2015-04-14-0/+25
* | usb: Convert protocol header structures to use explicitly sized variablesSergey Temerkhanov2015-04-14-9/+9
|/