aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Use correct spelling of "U-Boot"Bin Meng318-606/+606
2016-02-06nios2: set up the debug UART earlyThomas Chou1-0/+7
2016-02-05x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng3-60/+0
2016-02-05x86: Disable DM_PCI_COMPATBin Meng1-3/+0
2016-02-05dm: pci: Add missing forward declarationsBin Meng1-11/+5
2016-02-05x86: chromebox_panther: Convert to use driver model ethernetBin Meng1-0/+1
2016-02-05x86: chromebox_panther: Drop the cache line size hackBin Meng1-2/+0
2016-02-05efi: app: Disable CONFIG_USB_EHCI_PCIBin Meng1-0/+1
2016-02-05efi: app: Clean up defconfigBin Meng2-4/+1
2016-02-05x86: quark: Use Quark's own PCI config APIsBin Meng1-2/+3
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng2-1/+78
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng1-3/+1
2016-02-05net: pch_gbe: Convert to use DM PCI APIBin Meng2-16/+13
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng2-65/+0
2016-02-05x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng1-3/+3
2016-02-05x86: qemu: Convert to use DM PCI APIBin Meng1-17/+17
2016-02-05x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng1-0/+36
2016-02-05x86: tnc: Use DM PCI API in disable_igd()Bin Meng1-3/+19
2016-02-05x86: tnc: Change disable_igd() to have a return valueBin Meng1-3/+7
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng2-4/+4
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng3-46/+51
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng1-8/+1
2016-02-05x86: minnowmax: Drop io-base property in the pch_pinctrl nodeBin Meng1-1/+0
2016-02-05x86: Drop asm/arch/gpio.hBin Meng9-92/+2
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng7-255/+186
2016-02-05x86: pch9: Implement get_io_base opBin Meng1-0/+17
2016-02-05dm: pch: Add get_io_base opBin Meng2-0/+29
2016-02-05x86: pch: Implement get_gpio_base opBin Meng3-0/+99
2016-02-05dm: pch: Add get_gpio_base opBin Meng2-0/+29
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng6-14/+14
2016-02-05dm: pch: Remove pch_get_version opBin Meng5-48/+0
2016-02-05x86: quark: Drop unprotect_spi_flash()Bin Meng1-17/+0
2016-02-05x86: tnc: Drop unprotect_spi_flash()Bin Meng2-17/+0
2016-02-05spi: ich: Change PCHV_ to ICHV_Bin Meng2-8/+13
2016-02-05spi: ich: Use compatible strings to distinguish controller versionBin Meng8-11/+31
2016-02-05spi: ich: Some clean upBin Meng2-47/+47
2016-02-05x86: x86-common.h: Add CONFIG_BOOTDELAYStefan Roese1-0/+2
2016-02-05autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese1-2/+2
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+2
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-1/+1
2016-02-04Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"Dinh Nguyen1-1/+1
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang1-2/+2
2016-02-04imx: mx6: implement board_mmc_get_env_devPeng Fan4-0/+20
2016-02-04imx: mx6: implement mmc_get_env_devPeng Fan1-0/+32
2016-02-04imx: mx7dsabresd: move mmc_get_env_devno to soc codePeng Fan2-15/+26
2016-02-02dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV1-18/+0
2016-02-02dm: lpuart: Drop the legacy codeBhuvanchandra DV1-99/+2
2016-02-02arm: vybrid: Drop enabling GPIO, SPI and UART in legacy modeBhuvanchandra DV3-19/+0
2016-02-02arm: vybrid: Update defconfig'sBhuvanchandra DV5-14/+29
2016-02-02arm: pcm052: Add device tree file'sBhuvanchandra DV2-1/+24