aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Makefile: add coccicheck targetHeinrich Schuchardt3-0/+756
2017-11-20yaffs2: rework yaffs_new_obj_idHeinrich Schuchardt1-7/+6
2017-11-20dra7x: fastboot: Increase recovery partition sizePraneeth Bajjuri2-2/+2
2017-11-20scripts/ld-version.sh: regular expression compile failsHeinrich Schuchardt1-2/+5
2017-11-20kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt1-1/+1
2017-11-20Merge git://git.denx.de/u-boot-ubiTom Rini2-10/+5
2017-11-20Merge git://git.denx.de/u-boot-i2cTom Rini7-0/+286
2017-11-20ubi: no NULL check needed before kmem_cache_destroyHeinrich Schuchardt1-2/+1
2017-11-20ubifs: no NULL check needed before freeHeinrich Schuchardt1-8/+4
2017-11-20odroid-c2: enable I2CBeniamino Galvani3-0/+5
2017-11-20i2c: add Amlogic Meson driverBeniamino Galvani4-0/+281
2017-11-19Merge git://git.denx.de/u-boot-dmTom Rini7-6/+135
2017-11-17Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMANDTom Rini60-55/+63
2017-11-17arm: config: fix default console only to specify the deviceDongjin Kim6-12/+12
2017-11-17Add UART base addresses for additional UARTsLandheer-Cieslak, Ronald2-1/+18
2017-11-17dm: pci: change bus number register setting compliant with LinuxMinghuan Lian3-4/+5
2017-11-17nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai1-0/+1
2017-11-17dm: core: fix member name in ofnode_union documentationBaruch Siach1-1/+1
2017-11-17tpm: add more missing va_end()André Draszik1-1/+4
2017-11-17tpm: add more useful NV storage permission flagsAndré Draszik1-0/+3
2017-11-17tpm: add tpm_get_random()André Draszik2-0/+55
2017-11-17omap3: omap3_logic: Move pinmuxing to header fileAdam Ford2-332/+333
2017-11-17configs: dragonboard410c: Save environment data on eMMCJorge Ramirez-Ortiz3-0/+10
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz2-4/+67
2017-11-17serial: nulldev: Implement "pending" function to fix tstc return "true"Wilson Lee1-0/+6
2017-11-17armv8: update gd after relocateKever Yang1-0/+2
2017-11-17arm64: support running at addr other than linked toStephen Warren5-9/+68
2017-11-17test/py: add timestamps to logStephen Warren3-0/+44
2017-11-17clk: clk_stm32f7: fix PLL clock division factorPatrice Chotard1-7/+9
2017-11-17mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard2-2/+26
2017-11-17mmc: arm_pl180_mmci: add clock supportPatrice Chotard1-2/+14
2017-11-17mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard1-0/+16
2017-11-17mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard3-12/+129
2017-11-17mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard3-7/+8
2017-11-17omap2: nand: Make NAND_OMAP_GPMC_PREFETCH defaultTom Rini1-0/+1
2017-11-17arm: amlogic: p212: Add support for Ethernet with Internal PHYNeil Armstrong3-1/+44
2017-11-17arm: meson: Add supplementary ethernet registers definitionsNeil Armstrong1-0/+3
2017-11-17net: phy: Add Amlogic Meson GXL Internal PHY supportNeil Armstrong5-0/+65
2017-11-17lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada10-1489/+63
2017-11-17linux/types.h: add typedef of uintptr_tMasahiro Yamada1-0/+2
2017-11-17tools: use files from scripts/dtc/libfdt where possibleMasahiro Yamada7-5/+22
2017-11-17libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada1-50/+1
2017-11-17libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2-68/+1
2017-11-17pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada6-29/+20
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada10-38/+41
2017-11-17scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Masahiro Yamada10-335/+1642
2017-11-17scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync scriptRob Herring1-1/+3
2017-11-17arm: add initial support for Amlogic P212 based on Meson GXL familyNeil Armstrong8-0/+218
2017-11-17pinctrl: meson: Add GXL SupportNeil Armstrong3-0/+741
2017-11-17ARM: dts: Synchronize Amlogic from Linux Mainline 4.13.5Neil Armstrong10-143/+1326