summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: fix dependency of DT buildMasahiro Yamada2017-10-161-4/+4
* common: Remove genimg_get_image()Tuomas Tynkkynen2017-10-164-34/+0
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-1631-1626/+16
* spi: Drop CONFIG_ATMEL_DATAFLASH_SPITuomas Tynkkynen2017-10-162-185/+0
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-167-98/+2
* fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"Vagrant Cascadian2017-10-161-4/+4
* jffs2: ECC corrected nand data is ignoredEngling, Uwe2017-10-161-2/+2
* ARM: Add documentation for the qemu-arm boardTuomas Tynkkynen2017-10-161-0/+54
* mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello2017-10-161-1/+1
* dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard2017-10-161-4/+4
* dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard2017-10-161-115/+108
* ARM: tegra: Remove unused define CONFIG_ARMCORTEXA9Tuomas Tynkkynen2017-10-162-2/+0
* fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún2017-10-161-0/+1
* fs: btrfs: Remove a foreign language noteMarek Behún2017-10-161-1/+0
* fs: btrfs: Fix usage of uninitialized variablesMarek Behún2017-10-163-3/+3
* linux/time.h: Remove dead codeMarek Behún2017-10-161-5/+0
* iso: Reduce verbosity on test and info callsAlexander Graf2017-10-161-2/+2
* fixdep: fix dependency on options surrounded by CONFIG_VAL()Masahiro Yamada2017-10-161-2/+9
* tools: bmp_logo: correctly interpret BMP files with larger headersJon Smith2017-10-161-3/+8
* common: Add a prototype for s_init()Diego Dorta2017-10-161-0/+2
* tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor2017-10-161-2/+2
* fdt: update bcm283x device tree sources to Linux 4.14 stateAlexander Graf2017-10-1617-26/+801
* part_efi: In is_gpt_valid() check argument validity before allocationTom Rini2017-10-161-2/+3
* SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entryext-vasily.gurevich@vaisala.com2017-10-161-1/+1
* clk: uniphier: add NAND controller clockMasahiro Yamada2017-10-151-0/+12
* mtd: nand: denali_dt: add clock supportMasahiro Yamada2017-10-152-0/+13
* ARM: uniphier: adjust ifdefs for new UniPhier DWC3 CONFIGMasahiro Yamada2017-10-153-9/+9
* ARM: uniphier: enable DWC3 xHCI driverMasahiro Yamada2017-10-152-0/+4
* ARM: uniphier: change the default of SoC select to UNIPHIER_V7_MULTIMasahiro Yamada2017-10-151-1/+1
* reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada2017-10-151-1/+2
* clk: uniphier: add PXs3 clock dataMasahiro Yamada2017-10-153-0/+23
* clk: uniphier: rework for better clock tree structureMasahiro Yamada2017-10-154-183/+323
* i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-62/+52
* i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-30/+33
* usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada2017-10-151-1/+1
* ARM: uniphier: use pr_() instead of printf() where appropriateMasahiro Yamada2017-10-159-19/+35
* pinctrl: uniphier: simplify input enable and delete pin arraysMasahiro Yamada2017-10-156-89/+3
* pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3Masahiro Yamada2017-10-151-1/+2
* ARM: dts: uniphier: update GPIO nodesMasahiro Yamada2017-10-157-802/+71
* gpio: uniphier: rework single device node modelMasahiro Yamada2017-10-151-51/+89
* ARM: uniphier: switch to CONFIG_ENV_IS_NOWHEREMasahiro Yamada2017-10-151-1/+0
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* moveconfig: fix error message in do_autoconf()Chris Packham2017-10-151-1/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-1321-258/+1688
|\
| * efi_selftest: correctly check return valuesHeinrich Schuchardt2017-10-132-2/+2
| * efi_loader: console support for color attributesRob Clark2017-10-122-2/+58
| * efi_loader: Add mem-mapped for fallbackRob Clark2017-10-125-0/+67
| * efi_loader: don't increment part twice per loopJonathan Gray2017-10-101-1/+0
| * efi_loader: MAX_UTF8_PER_UTF16 = 3Heinrich Schuchardt2017-10-101-2/+2