summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-06test/overlay: Fix various malloc/free leaksTom Rini1-4/+12
2017-10-06GPT: fix memory leaks identified by CoverityAlison Chaiken1-18/+69
2017-10-06fs-test: Add test for a filename using '..' to go back to the rootTuomas Tynkkynen1-14/+24
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen1-1/+2
2017-10-06fs-test: Add FAT16 supportTuomas Tynkkynen1-19/+36
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen1-0/+4
2017-10-06doc: Fix statements on case sensitivity for regulator prefixFelix Brack1-2/+2
2017-10-06omap: Fix warning when looking for userdata partSam Protsenko1-1/+2
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko2-2/+28
2017-10-06omap: Omit fastboot.userdata_size related errorsSam Protsenko1-9/+4
2017-10-06travis.yml: Add job for running test.py in qemu_armTuomas Tynkkynen1-0/+5
2017-10-06ARM: Add a new arch + board for QEMU's 'virt' machineTuomas Tynkkynen7-0/+152
2017-10-06PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen3-0/+152
2017-10-06pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen1-51/+17
2017-10-06pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen1-46/+7
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen2-0/+109
2017-10-06omap: detect board before spl_early_init()Jean-Jacques Hiblot1-1/+3
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot4-13/+248
2017-10-06fdtdec: sort include filesJean-Jacques Hiblot1-5/+5
2017-10-06lib: allow building lzo for the SPLJean-Jacques Hiblot2-1/+7
2017-10-06gzip: add a function to parse the headerJean-Jacques Hiblot2-3/+13
2017-10-06lzo: add a function to check the validity of the headerJean-Jacques Hiblot2-4/+20
2017-10-06fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot2-0/+33
2017-10-06fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot1-1/+1
2017-10-06fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot2-4/+9
2017-10-06dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot14-28/+45
2017-10-06linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada1-0/+5
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam1-0/+10
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini220-1138/+1866
2017-10-05common: Drop LOGLEVEL to 4Tom Rini5-5/+1
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada7-29/+19
2017-10-04linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada1-0/+106
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada2-0/+89
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada4-24/+29
2017-10-04bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada3-51/+90
2017-10-04vsprintf.h: include <linux/types.h>Masahiro Yamada1-0/+1
2017-10-04common.h: remove error()Masahiro Yamada1-5/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada128-560/+560
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada20-39/+112
2017-10-04stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada2-40/+60
2017-10-03sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng1-0/+2
2017-10-03sunxi: usb_phy: invert the USB phy_ctl conditionMaxime Ripard1-4/+10
2017-10-03sun7i: a20: Add Bananapi M1 Plus supportJagan Teki3-23/+97
2017-10-03sunxi: defaultly enable SPL for Lichee Pi ZeroIcenowy Zheng1-0/+4
2017-10-03sunxi: Enable eMMC on Cubietruck PlusChen-Yu Tsai1-0/+1
2017-10-03sunxi: rename Bananapi M3 dts file nameChen-Yu Tsai3-3/+3
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard2-1/+1
2017-10-03sunxi: Remove the MMC index hackMaxime Ripard6-23/+32
2017-10-03sunxi: Use sunxi_get_boot_deviceMaxime Ripard1-1/+5
2017-10-03arm: sunxi: Move spl_boot_device in a separate functionMaxime Ripard2-3/+10