aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-130/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass1-0/+1
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass1-0/+1
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-1/+0
2015-04-18dm: sf: Add driver model read/write/erase methodsSimon Glass1-6/+41
2015-04-18net: Improve error handlingJoe Hershberger1-1/+2
2015-04-18sandbox: Enable DHCP and IP defragJoe Hershberger1-0/+8
2015-04-18dm: eth: Add support for aliasesJoe Hershberger2-1/+6
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger1-0/+1
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger1-6/+10
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger1-2/+4
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger1-1/+8
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2-0/+53
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-3/+3
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger1-1/+1
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger1-33/+35
2015-04-18net: Remove unneeded "extern" in net.hJoe Hershberger1-45/+45
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger1-0/+8
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2-17/+32
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass1-0/+1
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass1-0/+4
2015-04-16dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2-0/+109
2015-04-16dm: pci: Add a uclass for PCISimon Glass2-7/+284
2015-04-16dm: pci: Move common PCI functions into their own fileSimon Glass1-0/+14
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass3-3/+7
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2-4/+14
2015-04-16fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass1-1/+3
2015-04-16dm: Add a new CPU init function which can use driver modelSimon Glass1-0/+11
2015-04-16fdt: Export fdtdec_get_number() for general useSimon Glass1-0/+11
2015-04-16x86: Add support for panther (Asus Chromebox)Simon Glass1-0/+17
2015-04-16x86: Move common Chromebook config into a separate fileSimon Glass2-60/+69
2015-04-16x86: pci: Add PCI IDs for lynxpointSimon Glass1-0/+2
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini7-11/+63
2015-04-15sunxi: Complete i2c support for each supported platformPaul Kocialkowski1-0/+4
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski3-3/+3
2015-04-15power: axp209: Registers definitions in headerPaul Kocialkowski1-0/+38
2015-04-15power: axp152: Registers definitions in headerPaul Kocialkowski1-0/+12
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski1-8/+6
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-04-14include: configs: Enable DWC3 and DFU in AM43xxKishon Vijay Abraham I1-1/+57
2015-04-14include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I2-0/+68
2015-04-14usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I1-0/+22
2015-04-14usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I1-0/+1
2015-04-14dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I1-1/+2
2015-04-14usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I1-0/+3
2015-04-14include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I1-0/+27
2015-04-14usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I1-0/+19
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I1-0/+1
2015-04-14dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I1-1/+2
2015-04-14include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I1-0/+40