summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-28Prepare v2017.09-rc3v2017.09-rc3Tom Rini
2017-08-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada
2017-08-28bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee
2017-08-28sandbox: Enable NVMe driver for build testingBin Meng
2017-08-28sandbox: Add a dummy invalidate_dcache_range() functionBin Meng
2017-08-28nvme: Adjust the 'nvme' command to use blk_common_cmd()Bin Meng
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng
2017-08-28nvme: Use blk_create_devicef() APIBin Meng
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng
2017-08-28nvme: Consolidate block read and write routinesBin Meng
2017-08-28nvme: Use macros to access NVMe queuesBin Meng
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng
2017-08-28nvme: Cache controller's capabilitiesBin Meng
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng
2017-08-28nvme: Fix ndev->queues allocationBin Meng
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng
2017-08-28nvme: Remove useless definesBin Meng
2017-08-28configs: Resync with savedefconfigTom Rini
2017-08-27sh: Fix linking of ms7722seTom Rini
2017-08-26cmd/spl.c: Include <libfdt.h> for fdt_totalsizeTom Rini
2017-08-26mtdparts: Fix uninitialized scalar usageTom Rini
2017-08-26Merge git://git.denx.de/u-boot-shTom Rini
2017-08-26Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2017-08-26Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-26Merge git://git.denx.de/u-boot-i2cTom Rini
2017-08-26Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini
2017-08-26disk: part: align buffer so it can be used with DMA enabled driversStefan Agner
2017-08-26scripts: objdiff: Ignore debug info when comparingStephen Boyd
2017-08-26doc: verified-boot: fix typosMasahiro Yamada
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini
2017-08-26mtdparts: Fix final outstanding issue reported by CoverityTom Rini
2017-08-26spl: stm32: make falcon mode activation configurableVikas Manocha
2017-08-26cmd: spl: provide address and size of prepared FDT in environmentAnatolij Gustschin
2017-08-26igep00x0: merge igep0020 and igep0030 defconfigs to igep00x0_defconfigPau Pajuelo
2017-08-26igep00x0: move SPL routines into separate fileLadislav Michl
2017-08-26arm: dra7xx: Define Android boot argumentsSemen Protsenko
2017-08-26arm: am57xx: Define Android boot argumentsSemen Protsenko
2017-08-26arm: omap: Define command for booting Android from eMMCSemen Protsenko
2017-08-26ARMv8/sec_firmware : Update chosen/kaslr-seed with random numberRuchika Gupta
2017-08-26arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMCThomas Petazzoni
2017-08-26board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/Thomas Petazzoni
2017-08-26board: atmel: Use the new PIT timer driverWenyou.Yang@microchip.com
2017-08-26driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi
2017-08-26arm: dts: am33xx: sync DTS with Linux 4.13-rc4Suniel Mahesh
2017-08-26ram: kconfig: s/SPL/TPL/ in TPL_RAM help textJagan Teki
2017-08-26rpi: Enable USB keyboard supportSimon Glass