summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-03sunxi: Add support for A20-OLinuXino-MICRO-eMMCStefan Mavrodiev2-0/+97
2017-10-03sunxi: Enable CMD_GPT by defaultMaxime Ripard1-0/+1
2017-10-03cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard13-11/+9
2017-10-03sunxi: sina33: Sync the device tree with the kernelMaxime Ripard8-397/+939
2017-10-03sunxi: Imply USB_ETHERMaxime Ripard1-0/+1
2017-10-03sunxi: Register usb_etherMaxime Ripard1-0/+2
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard3-37/+27
2017-10-03cmd: fastboot: Rework fastboot dependencyMaxime Ripard53-98/+5
2017-10-03sunxi: imply USB_GADGETMaxime Ripard10-9/+1
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard10-27/+3
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard8-12/+11
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard152-460/+472
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard31-32/+43
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard61-21/+56
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard14-6/+14
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard1-0/+3
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard1-2/+2
2017-10-03sandbox: Expand list of IO accessorsMaxime Ripard1-0/+47
2017-10-03sandbox: Enable btrfs supportTom Rini1-0/+1
2017-10-03fs/btrfs: Fix warning in btrfs_check_super()Tom Rini1-1/+1
2017-10-03sandbox: Use asm-generic/io.hPaul Burton2-10/+20
2017-10-03powerpc: Use asm-generic/io.hPaul Burton1-20/+5
2017-10-03nios2: Use asm-generic/io.hPaul Burton1-7/+8
2017-10-03mips: Use asm-generic/io.hPaul Burton1-11/+6
2017-10-03xtensa: Use asm-generic/io.hPaul Burton1-23/+2
2017-10-03x86: Use asm-generic/io.hPaul Burton1-29/+2
2017-10-03sh: Use asm-generic/io.hPaul Burton1-28/+1
2017-10-03nds32: Use asm-generic/io.hPaul Burton1-29/+3