summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-08tools: env: update usage stringsAndreas Fenkart
2016-02-08tools: env: factor out parse_common_argsAndreas Fenkart
2016-02-08tools: env: shift optind arguments and fix argument indicesAndreas Fenkart
2016-02-08tools: env: parse aes key / suppress flag into argument structAndreas Fenkart
2016-02-08tools: env: introduce setenv/printenv argument structsAndreas Fenkart
2016-02-08tools: env: make parse_aes_key statelessAndreas Fenkart
2016-02-08tools: env validate: pass values as 0-based arrayAndreas Fenkart
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2016-02-08Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2016-02-06net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava
2016-02-06ppc: xilinx-ppc405-genericRicardo Ribalda
2016-02-06net: fix wrong initialization in davinci-emac driverVishwas Srivastava
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan
2016-02-06rockchip: Drop old CONFIG_VIDEO_ROTATION optionSimon Glass
2016-02-06bzlib: Try another way to fix an unused variableSimon Glass
2016-02-06video: test: Adjust order of file closureSimon Glass
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