summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-11bootcount: Add include guards into bootcount.h fileLukasz Majewski1-0/+3
2018-05-11power: as3722: add as3722_ldo_set_voltage signature to header fileMarcel Ziswiler1-0/+1
2018-05-11pci: tegra: introduce weak tegra_pcie_board_port_reset() functionMarcel Ziswiler1-0/+10
2018-05-11power: as3722: fix ldo_get/set_enable for ldo index bigger than 7Marcel Ziswiler1-1/+2
2018-05-11configs: apalis-tk1: fix boot failure using ext4 rootfsSanchayan Maity1-2/+2
2018-05-11configs: harmony: enable live tree, mtd and ubiMarcel Ziswiler1-0/+4
2018-05-09Merge git://git.denx.de/u-boot-sunxiTom Rini2-0/+317
2018-05-09driver: net: fsl-mc: updated copyright infoYogesh Gaur7-7/+7
2018-05-09armv8: ls1088a: Move CONFIG_BOOTARGS and CONFIG_CMD_GREPENV to defconfigAshish Kumar1-5/+0
2018-05-09mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya1-2/+2
2018-05-09arm: ti: boot: Extract PARTS_DEFAULT to boot.hSam Protsenko5-52/+29
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut1-1/+2
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini2-1/+3
2018-05-08regmap: add regmap_update_bits() helperNeil Armstrong1-0/+10
2018-05-08ARM: dts: stm32mp157c-ed1: Add regulator nodePatrice Chotard1-0/+60
2018-05-08env: ti: android: boot with FIT ImagePraneeth Bajjuri1-1/+2
2018-05-08ARM64: meson: Sync DT and Bindings with Linux 4.16Neil Armstrong4-2/+78
2018-05-08ARM: meson: rename GXBB to GXNeil Armstrong5-8/+8
2018-05-08clk: clk_stm32f: Use PLLSAIP as USB 48MHz clockPatrice Chotard1-1/+2
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung1-0/+3
2018-05-08lib: fdtdec: drop the old compatible about max77686Jaehoon Chung1-1/+0
2018-05-08fastboot: sparse: make write_sparse_image useable for non-fastbootJassi Brar1-2/+4
2018-05-08fastboot: sparse: remove redundant argument to write_sparse_imageJassi Brar1-1/+1
2018-05-07syscon: add Linux-compatible syscon APIMasahiro Yamada1-0/+8
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-2/+2
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada1-0/+11
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-5/+2
2018-05-07arm: stm32mp1: add PSCI supportPatrick Delaunay1-0/+5
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini5-10/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1195-2386/+1199
2018-05-07ARM: dts: sun8i: Sync r40 dtsi from LinuxJagan Teki2-0/+317
2018-05-06board: ti: am43: Fix DCDC3 voltage for epos-evmKeerthy1-0/+1
2018-05-06stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini1-0/+1
2018-05-06stdio_dev.h: Drop the video section as it is unusedTom Rini1-18/+0
2018-05-03Merge git://git.denx.de/u-boot-shTom Rini14-37/+0
2018-05-02ARM: rmobile: Zap #undef DEBUGMarek Vasut14-27/+0
2018-05-02ARM: rmobile: Convert CONFIG_ARCH_RMOBILE_BOARD_STRING to KconfigMarek Vasut10-10/+0
2018-05-02ARM: rmobile: Fix CONFIG_RMOBILE_BOARD_STRINGMarek Vasut1-1/+1
2018-05-02mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer1-0/+6
2018-04-30Merge git://git.denx.de/u-boot-imxTom Rini4-11/+31
2018-04-29Cleanup CONFIG_SPL_SERIAL_SUPPORT migrationAlex Kiernan3-4/+0
2018-04-29arm: move SYS_ARCH_TIMER to KConfigAndre Przywara4-4/+0
2018-04-29ARM: qemu-arm: Dynamically determine timer frequencyTuomas Tynkkynen1-3/+1
2018-04-28Migrate IMAGE_FORMAT_LEGACY to KconfigAlex Kiernan5-20/+0
2018-04-28serial: Migrate CONFIG_FSL_LINFLEXUART to KconfigTuomas Tynkkynen1-1/+0
2018-04-28ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in KconfigTuomas Tynkkynen1-2/+0
2018-04-27configs: Drop CONFIG_NET_MULTITom Rini3-4/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford30-73/+2
2018-04-27ARM: mxs: support full SPL frameworkMans Rullgard1-0/+2
2018-04-27Merge git://git.denx.de/u-boot-shTom Rini3-138/+62