summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-051-1/+1
* fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-052-4/+9
* dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-0514-28/+45
* linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada2017-10-051-0/+5
* disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam2017-10-051-0/+10
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-05220-1138/+1866
|\
| * sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng2017-10-031-0/+2
| * sunxi: usb_phy: invert the USB phy_ctl conditionMaxime Ripard2017-10-031-4/+10
| * sun7i: a20: Add Bananapi M1 Plus supportJagan Teki2017-10-033-23/+97
| * sunxi: defaultly enable SPL for Lichee Pi ZeroIcenowy Zheng2017-10-031-0/+4
| * sunxi: Enable eMMC on Cubietruck PlusChen-Yu Tsai2017-10-031-0/+1
| * sunxi: rename Bananapi M3 dts file nameChen-Yu Tsai2017-10-033-3/+3
| * sunxi: Fix USB_GADGET implicationMaxime Ripard2017-10-032-1/+1
| * sunxi: Remove the MMC index hackMaxime Ripard2017-10-036-23/+32
| * sunxi: Use sunxi_get_boot_deviceMaxime Ripard2017-10-031-1/+5
| * arm: sunxi: Move spl_boot_device in a separate functionMaxime Ripard2017-10-032-3/+10
| * sunxi: Add support for A20-OLinuXino-MICRO-eMMCStefan Mavrodiev2017-10-032-0/+97
| * sunxi: Enable CMD_GPT by defaultMaxime Ripard2017-10-031-0/+1
| * cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard2017-10-0313-11/+9
| * sunxi: sina33: Sync the device tree with the kernelMaxime Ripard2017-10-038-397/+939
| * sunxi: Imply USB_ETHERMaxime Ripard2017-10-031-0/+1
| * sunxi: Register usb_etherMaxime Ripard2017-10-031-0/+2
| * musb: sunxi: switch to the device modelMaxime Ripard2017-10-033-37/+27
| * cmd: fastboot: Rework fastboot dependencyMaxime Ripard2017-10-0353-98/+5
| * sunxi: imply USB_GADGETMaxime Ripard2017-10-0310-9/+1
| * sunxi: provide default USB gadget setupMaxime Ripard2017-10-0310-27/+3
| * usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-038-12/+11
| * usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-03152-460/+472
| * usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard2017-10-0331-32/+43
| * usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard2017-10-0361-21/+56
| * usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard2017-10-0314-6/+14
| * usb: gadget: Document USBNET_DEVADDRMaxime Ripard2017-10-031-0/+3
| * usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard2017-10-031-2/+2
| * sandbox: Expand list of IO accessorsMaxime Ripard2017-10-031-0/+47
* | common: Drop LOGLEVEL to 4Tom Rini2017-10-055-5/+1
* | dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-047-29/+19
* | linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada2017-10-041-0/+106
* | dm: define dev_*() log functions in DM headerMasahiro Yamada2017-10-042-0/+89
* | bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-044-24/+29
* | bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada2017-10-043-51/+90
* | vsprintf.h: include <linux/types.h>Masahiro Yamada2017-10-041-0/+1
* | common.h: remove error()Masahiro Yamada2017-10-041-5/+0
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-04128-560/+560
* | printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-0420-39/+112
* | stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada2017-10-042-40/+60
|/
* sandbox: Enable btrfs supportTom Rini2017-10-031-0/+1
* fs/btrfs: Fix warning in btrfs_check_super()Tom Rini2017-10-031-1/+1
* sandbox: Use asm-generic/io.hPaul Burton2017-10-022-10/+20
* powerpc: Use asm-generic/io.hPaul Burton2017-10-021-20/+5
* nios2: Use asm-generic/io.hPaul Burton2017-10-021-7/+8