summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-1836-17/+66
* test: dm: Reorder the objects to buildJoe Hershberger2015-04-181-2/+2
* dm: pci: Add driver model tests for PCISimon Glass2015-04-183-0/+77
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-189-68/+62
* dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass2015-04-185-47/+34
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-185-0/+75
* dm: sandbox: pci: Enable PCI for sandboxSimon Glass2015-04-183-0/+8
* dm: sandbox: Add a emulated PCI device as an exampleSimon Glass2015-04-181-0/+285
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-164-0/+177
* dm: sandbox: Add a simple PCI driverSimon Glass2015-04-163-0/+90
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-169-7/+284
* dm: pci: Add a uclass for PCISimon Glass2015-04-1610-14/+1081
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-164-276/+313
* dm: Show both allocated and requested seq numbers in 'dm uclass'Simon Glass2015-04-161-2/+2
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-167-6/+35
* dm: core: Mark device as active before calling its probe() methodSimon Glass2015-04-161-3/+4
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-1627-51/+71
* fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass2015-04-162-2/+6
* Correct map_sysmem() logic in do_mem_mw()Simon Glass2015-04-161-3/+4
* x86: Split up arch_cpu_init()Simon Glass2015-04-161-0/+8
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-162-0/+17
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-1621-195/+199
* fdt: Export fdtdec_get_number() for general useSimon Glass2015-04-162-1/+12
* sandbox: Update device tree 'reg' properties for I2C and SPISimon Glass2015-04-161-3/+3
* x86: Add support for panther (Asus Chromebox)Simon Glass2015-04-169-0/+178
* x86: Move common Chromebook config into a separate fileSimon Glass2015-04-162-60/+69
* x86: spi: Add support for lynxpointSimon Glass2015-04-161-1/+2
* x86: pci: Add PCI IDs for lynxpointSimon Glass2015-04-161-0/+2
* x86: video: Allow keyboard presence to be controlled by device treeSimon Glass2015-04-162-8/+37
* x86: Support machines with >4GB of RAMSimon Glass2015-04-161-2/+4
* ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I2015-04-163-28/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-04-1639-298/+852
|\
| * sunxi: Complete i2c support for each supported platformPaul Kocialkowski2015-04-156-3/+153
| * i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski2015-04-156-34/+104
| * sunxi: iNet 3F supportPaul Kocialkowski2015-04-152-0/+25
| * sunxi: iNet 3W supportPaul Kocialkowski2015-04-152-0/+24
| * sunxi: Proper iNet board config namingPaul Kocialkowski2015-04-152-2/+2
| * sunxi: Removed dram files cleanup in MAINTAINERSPaul Kocialkowski2015-04-151-3/+0
| * sunxi: Serial number support, obtained from SID bitsPaul Kocialkowski2015-04-151-11/+22
| * sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pinsPaul Kocialkowski2015-04-151-0/+2
| * sunxi: Cubieboard2 mmc0 card-detect pinPaul Kocialkowski2015-04-151-0/+1
| * sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pinPaul Kocialkowski2015-04-151-0/+1
| * sunxi: Yones Toptech BD1078 mmc0 and mmc1 card-detect pinsPaul Kocialkowski2015-04-151-0/+2
| * sunxi: Ainol AW1 mmc0 card-detect pinPaul Kocialkowski2015-04-151-0/+1
| * sunxi: Ampe A76 mmc0 card-detect pinPaul Kocialkowski2015-04-151-1/+2
| * sunxi: TZX-Q8-713B7 mmc0 card-detect pinPaul Kocialkowski2015-04-151-0/+1
| * sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detectHans de Goede2015-04-151-1/+1
| * sunxi: usbc: Wait for vbus to fall after disabling itHans de Goede2015-04-151-2/+13
| * sunxi: usbc: Initialize vusb value on request_resourcesHans de Goede2015-04-151-8/+8
| * power: axp209: Registers definitions in headerPaul Kocialkowski2015-04-152-38/+38
OpenPOWER on IntegriCloud