summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-03sun7i: a20: Add Bananapi M1 Plus supportJagan Teki
2017-10-03sunxi: defaultly enable SPL for Lichee Pi ZeroIcenowy Zheng
2017-10-03sunxi: Enable eMMC on Cubietruck PlusChen-Yu Tsai
2017-10-03sunxi: rename Bananapi M3 dts file nameChen-Yu Tsai
2017-10-03sunxi: Fix USB_GADGET implicationMaxime Ripard
2017-10-03sunxi: Remove the MMC index hackMaxime Ripard
2017-10-03sunxi: Use sunxi_get_boot_deviceMaxime Ripard
2017-10-03arm: sunxi: Move spl_boot_device in a separate functionMaxime Ripard
2017-10-03sunxi: Add support for A20-OLinuXino-MICRO-eMMCStefan Mavrodiev
2017-10-03sunxi: Enable CMD_GPT by defaultMaxime Ripard
2017-10-03cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard
2017-10-03sunxi: sina33: Sync the device tree with the kernelMaxime Ripard
2017-10-03sunxi: Imply USB_ETHERMaxime Ripard
2017-10-03sunxi: Register usb_etherMaxime Ripard
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard
2017-10-03cmd: fastboot: Rework fastboot dependencyMaxime Ripard
2017-10-03sunxi: imply USB_GADGETMaxime Ripard
2017-10-03sunxi: provide default USB gadget setupMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard
2017-10-03usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard
2017-10-03usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard
2017-10-03usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard
2017-10-03usb: gadget: Document USBNET_DEVADDRMaxime Ripard
2017-10-03usb: gadget: Move USBNET_DEVADDR option out of g_dnlMaxime Ripard
2017-10-03sandbox: Expand list of IO accessorsMaxime Ripard
2017-10-03sandbox: Enable btrfs supportTom Rini
2017-10-03fs/btrfs: Fix warning in btrfs_check_super()Tom Rini
2017-10-02sandbox: Use asm-generic/io.hPaul Burton
2017-10-02powerpc: Use asm-generic/io.hPaul Burton
2017-10-02nios2: Use asm-generic/io.hPaul Burton
2017-10-02mips: Use asm-generic/io.hPaul Burton
2017-10-02xtensa: Use asm-generic/io.hPaul Burton
2017-10-02x86: Use asm-generic/io.hPaul Burton
2017-10-02sh: Use asm-generic/io.hPaul Burton
2017-10-02nds32: Use asm-generic/io.hPaul Burton
2017-10-02microblaze: Use asm-generic/io.hPaul Burton
2017-10-02m68k: Use asm-generic/io.hPaul Burton
2017-10-02arm: Use asm-generic/io.hPaul Burton
2017-10-02arc: Use asm-generic/io.hPaul Burton
2017-10-02Provide a generic io.h & address mapping functionsPaul Burton
2017-10-02mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfigMarek Behún
2017-10-02cmd: Add the 'btrsubvol' command to list BTRFS subvolumesMarek Behún
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek Behún
2017-10-02fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún
2017-10-02fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún
2017-10-02fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún
2017-10-02include: Add a variadic macro to call a callback for all argumentsMarek Behún
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún
2017-10-02lib: Add CRC32-CMarek Behún