summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada2017-10-051-0/+5
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-0532-78/+242
|\
| * sunxi: Remove the MMC index hackMaxime Ripard2017-10-031-6/+24
| * cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard2017-10-039-10/+0
| * sunxi: sina33: Sync the device tree with the kernelMaxime Ripard2017-10-032-0/+214
| * usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-033-3/+0
| * usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-032-4/+4
| * usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard2017-10-0314-30/+0
| * usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard2017-10-0319-20/+0
| * usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard2017-10-035-5/+0
* | dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-8/+0
* | 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-043-23/+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
* | printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-044-25/+81
* | stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada2017-10-042-40/+60
|/
* Provide a generic io.h & address mapping functionsPaul Burton2017-10-021-0/+110
* fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-022-0/+22
* include: Add a variadic macro to call a callback for all argumentsMarek Behún2017-10-021-0/+59
* fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-021-0/+17
* lib: Add CRC32-CMarek Behún2017-10-021-0/+4
* Merge git://git.denx.de/u-boot-usbTom Rini2017-10-012-10/+45
|\
| * usb: xhci: Honor endpoint's intervalBin Meng2017-10-011-0/+20
| * dm: usb: emul: Drop usb_emul_reset()Bin Meng2017-10-011-8/+0
| * usb: emul: Expose find_descriptor() as a public APIBin Meng2017-10-011-0/+11
| * usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2017-10-011-2/+16
| * usb: Fix comments of usb_emul_find_for_dev()Bin Meng2017-10-011-1/+0
| * usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng2017-10-011-3/+2
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2017-10-014-7/+24
|\ \
| * | evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSETHeinrich Schuchardt2017-10-011-6/+0
| * | rk3288: vyasa: Add falcon mode supportJagan Teki2017-10-011-0/+17
| * | rk3288: vyasa: Add TPL supportJagan Teki2017-10-011-1/+5
| * | rockchip: clk: Add rv1108 SARADC clock supportDavid Wu2017-10-011-0/+2
* | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-0110-29/+391
|\ \ \ | |/ / |/| |
| * | efi_loader: Some console improvements for vidconsoleRob Clark2017-09-201-2/+4
| * | efi_loader: set loaded image code/data type properlyRob Clark2017-09-201-0/+6
| * | efi_loader: file_path should be variable lengthRob Clark2017-09-201-1/+1
| * | efi_loader: add bootmgrRob Clark2017-09-203-0/+15
| * | efi_loader: efi variable supportRob Clark2017-09-202-0/+29
| * | efi_loader: add file/filesys supportRob Clark2017-09-203-0/+80
| * | efi_loader: refactor boot device and loaded_image handlingRob Clark2017-09-201-1/+4
| * | efi_loader: flesh out device-path to textRob Clark2017-09-202-0/+3
| * | efi_loader: drop redundant efi_device_path_protocolRob Clark2017-09-201-10/+2
| * | efi_loader: add device-path utilsRob Clark2017-09-202-0/+36
| * | efi: add some more device path structuresPeter Jones2017-09-201-0/+54
| * | efi: add some missing __packedRob Clark2017-09-201-4/+4
| * | part: extract MBR signature from partitionsPeter Jones2017-09-201-0/+18