summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass
2016-02-06cmd: Fix control bmp_display()Simon Glass
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-02-06nios2: set up the debug UART earlyThomas Chou
2016-02-05x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng
2016-02-05x86: Disable DM_PCI_COMPATBin Meng
2016-02-05dm: pci: Add missing forward declarationsBin Meng
2016-02-05x86: chromebox_panther: Convert to use driver model ethernetBin Meng
2016-02-05x86: chromebox_panther: Drop the cache line size hackBin Meng
2016-02-05efi: app: Disable CONFIG_USB_EHCI_PCIBin Meng
2016-02-05efi: app: Clean up defconfigBin Meng
2016-02-05x86: quark: Use Quark's own PCI config APIsBin Meng
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng
2016-02-05net: pch_gbe: Convert to use DM PCI APIBin Meng
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng
2016-02-05x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng
2016-02-05x86: qemu: Convert to use DM PCI APIBin Meng
2016-02-05x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng
2016-02-05x86: tnc: Use DM PCI API in disable_igd()Bin Meng
2016-02-05x86: tnc: Change disable_igd() to have a return valueBin Meng
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng
2016-02-05x86: minnowmax: Drop io-base property in the pch_pinctrl nodeBin Meng
2016-02-05x86: Drop asm/arch/gpio.hBin Meng
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng
2016-02-05x86: pch9: Implement get_io_base opBin Meng
2016-02-05dm: pch: Add get_io_base opBin Meng
2016-02-05x86: pch: Implement get_gpio_base opBin Meng
2016-02-05dm: pch: Add get_gpio_base opBin Meng
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng
2016-02-05dm: pch: Remove pch_get_version opBin Meng
2016-02-05x86: quark: Drop unprotect_spi_flash()Bin Meng
2016-02-05x86: tnc: Drop unprotect_spi_flash()Bin Meng
2016-02-05spi: ich: Change PCHV_ to ICHV_Bin Meng
2016-02-05spi: ich: Use compatible strings to distinguish controller versionBin Meng
2016-02-05spi: ich: Some clean upBin Meng
2016-02-05x86: x86-common.h: Add CONFIG_BOOTDELAYStefan Roese
2016-02-05autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-02-04Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"Dinh Nguyen
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang
2016-02-04imx: mx6: implement board_mmc_get_env_devPeng Fan
2016-02-04imx: mx6: implement mmc_get_env_devPeng Fan
2016-02-04imx: mx7dsabresd: move mmc_get_env_devno to soc codePeng Fan
2016-02-02dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV
2016-02-02dm: lpuart: Drop the legacy codeBhuvanchandra DV