summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-10-06linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada
2017-10-04linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada
2017-10-04bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada
2017-10-04vsprintf.h: include <linux/types.h>Masahiro Yamada
2017-10-04common.h: remove error()Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-04stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada
2017-10-03sunxi: Remove the MMC index hackMaxime 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-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-03Provide a generic io.h & address mapping functionsPaul Burton
2017-10-03fs: btrfs: Add U-Boot fs handlers.Marek Behún
2017-10-03include: Add a variadic macro to call a callback for all argumentsMarek Behún
2017-10-03fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún
2017-10-03lib: Add CRC32-CMarek Behún
2017-10-01Merge git://git.denx.de/u-boot-usbTom Rini
2017-10-01Merge git://git.denx.de/u-boot-rockchipTom Rini
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng
2017-10-01usb: Fix comments of usb_emul_find_for_dev()Bin Meng
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng
2017-10-01Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-09-30evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSETHeinrich Schuchardt
2017-09-30rk3288: vyasa: Add falcon mode supportJagan Teki
2017-09-30rk3288: vyasa: Add TPL supportJagan Teki
2017-09-30rockchip: clk: Add rv1108 SARADC clock supportDavid Wu
2017-09-29env: ti: boot: Show boot status informationSam Protsenko
2017-09-29env: ti: boot: Extract command for eMMC Linux bootSam Protsenko
2017-09-29arm: dra7xx: Fix Linux boot from eMMCSam Protsenko
2017-09-29arm: am57xx: Fix Linux boot from eMMCSam Protsenko
2017-09-29configs: keystone2: env: Fix burn_uboot_spi commandLokesh Vutla
2017-09-29configs: k2g_evm: Make findfdt command populate fdtfile variableAndrew F. Davis
2017-09-29configs: am43xx_evm: Avoid relocation onto firewall at the end of DRAMAndrew F. Davis
2017-09-29ARM: omap3: am3517-evm: Add device tree and DM supportAdam Ford
2017-09-29ARM: da850-evm: Enable DM_I2CAdam Ford
2017-09-29arm: da850-evm: Enable MTD Parts in SPI FlashAdam Ford
2017-09-29arm: da850-evm: Enable DM and device tree support for da850-evmAdam Ford
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng
2017-09-26Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini