summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut1-5/+16
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha5-40/+65
2016-02-08test, tools: introduce tbot READMEHeiko Schocher4-0/+734
2016-02-08ARM: omap3_logic: Fix pin muxingAdam Ford1-65/+313
2016-02-08tools: env: update usage stringsAndreas Fenkart1-42/+75
2016-02-08tools: env: factor out parse_common_argsAndreas Fenkart1-25/+37
2016-02-08tools: env: shift optind arguments and fix argument indicesAndreas Fenkart2-43/+15
2016-02-08tools: env: parse aes key / suppress flag into argument structAndreas Fenkart3-57/+53
2016-02-08tools: env: introduce setenv/printenv argument structsAndreas Fenkart2-38/+84
2016-02-08tools: env: make parse_aes_key statelessAndreas Fenkart1-6/+6
2016-02-08tools: env validate: pass values as 0-based arrayAndreas Fenkart3-12/+15
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini330-621/+640
2016-02-08Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini1-0/+7
2016-02-06net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava1-1/+3
2016-02-06ppc: xilinx-ppc405-genericRicardo Ribalda1-1/+1
2016-02-06net: fix wrong initialization in davinci-emac driverVishwas Srivastava1-2/+2
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan2-0/+20
2016-02-06rockchip: Drop old CONFIG_VIDEO_ROTATION optionSimon Glass3-3/+0
2016-02-06bzlib: Try another way to fix an unused variableSimon Glass1-4/+3
2016-02-06video: test: Adjust order of file closureSimon Glass1-1/+1
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass1-1/+1
2016-02-06cmd: Fix control bmp_display()Simon Glass1-2/+1
2016-02-06microblaze: Correct build error in eth-uclass.cSimon Glass1-0/+2
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