summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* p1022ds: Change Timur's email addressFabio Estevam2018-05-101-1/+1
* bootcount: display5: config: Enable boot count feature in the display5 boardLukasz Majewski2018-05-101-0/+4
* bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount chec...Lukasz Majewski2018-05-101-1/+2
* bootcount: spl: Extend SPL to support bootcount incrementationLukasz Majewski2018-05-101-0/+3
* bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski2018-05-101-18/+5
* bootcount: Add function wrappers to handle bootcount increment and error chec...Lukasz Majewski2018-05-101-0/+47
* bootcount: Add include guards into bootcount.h fileLukasz Majewski2018-05-101-0/+3
* bootcount: spl: Enable bootcount support in SPLLukasz Majewski2018-05-102-0/+10
* Merge git://git.denx.de/u-boot-ubiTom Rini2018-05-101-0/+4
|\
| * ubifs: avoid assert failed in ubifs.cPatrice Chotard2018-05-091-0/+4
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-05-0914-171/+748
|\ \ | |/ |/|
| * board: sunxi: sun8i-v40: Add Bananapi M2 Berry supportJagan Teki2018-05-074-1/+153
| * ARM: dts: sun8i: Sync r40 dtsi from LinuxJagan Teki2018-05-073-0/+360
| * sunxi: Sort dts Makefile entries for H3Chen-Yu Tsai2018-05-011-5/+5
| * sunxi: Add Libre Computer Board ALL-H3-CC H5 ver.Chen-Yu Tsai2018-05-014-0/+30
| * sunxi: Add Libre Computer Board ALL-H3-CC H2+ ver.Chen-Yu Tsai2018-05-014-1/+31
| * sunxi: Split out common board design for ALL-H3-CC device treeChen-Yu Tsai2018-05-012-164/+170
| * sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver.Chen-Yu Tsai2018-05-011-2/+0
* | bootm.c: Correct the flush_len used in bootm_load_os()Tom Rini2018-05-081-14/+12
* | image: fit: Show signatures and hashes for configurationsClément Péron2018-05-081-0/+13
* | arm: bitops: fix find_next_zero_bit() for case size < 32Grygorii Strashko2018-05-081-1/+1
* | cmd: add ADC cli commandsNeil Armstrong2018-05-083-0/+129
* | pci: Don't use pci_indirect when DM is activeMario Six2018-05-081-1/+1
* | gdsys: drivers: Add gdsys_rxaui_ctrl driverMario Six2018-05-083-1/+82
* | clk: Add ICS8N3QV01 driverMario Six2018-05-083-0/+239
* | ihs_mdio: Make DM-compatibleMario Six2018-05-082-5/+58
* | ihs_mdio: Encapsulate register accessMario Six2018-05-081-7/+34
* | db410c: set clk node to be probed before relocationRamon Fried2018-05-082-1/+12
* | ARM: dts: sti: Add stih410-b2260-u-boot.dtsiPatrice Chotard2018-05-081-0/+16
* | arm: ti: boot: Extract PARTS_DEFAULT to boot.hSam Protsenko2018-05-085-52/+29
* | Merge git://git.denx.de/u-boot-mmcTom Rini2018-05-0812-328/+32
|\ \
| * | power: pwm regulator: support live treeAndy Yan2018-05-081-11/+4
| * | dm: mmc: socfpga: call dwmci_probe()Patrick Bruenn2018-05-081-1/+1
| * | mmc: Kconfig: add the MMC_TRACE config in KconfigJaehoon Chung2018-05-081-0/+8
| * | mmc: add the debug message in mmc_set_clockJaehoon Chung2018-05-081-0/+2
| * | mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung2018-05-084-10/+15
| * | lib: fdtdec: drop the old compatible about max77686Jaehoon Chung2018-05-082-2/+0
| * | power: pmic_max77686: remove the old pmic_max77686 fileJaehoon Chung2018-05-082-304/+0
| * | configs: trats2: enable the max77686 regulator configJaehoon Chung2018-05-081-0/+2
* | | Merge git://git.denx.de/u-boot-uniphierTom Rini2018-05-085-24/+190
|\ \ \
| * | | ARM: uniphier: enable CONFIG_PINCONFMasahiro Yamada2018-05-081-0/+1
| * | | pinctrl: uniphier: add ethernet TX pin data for LD20Masahiro Yamada2018-05-081-0/+11
| * | | pinctrl: uniphier: support drive-strength configurationMasahiro Yamada2018-05-082-5/+140
| * | | pinctrl: uniphier: support per-pin configuration via DTMasahiro Yamada2018-05-082-4/+36
| * | | pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada2018-05-081-1/+1
| * | | pinctrl: uniphier: replace printf() with dev_err()Masahiro Yamada2018-05-081-1/+1
| * | | pinctrl: uniphier: remove unneeded pin data of LD6b SoCMasahiro Yamada2018-05-081-13/+0
| |/ /
* | | lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDTTom Rini2018-05-081-0/+1
* | | adc: add Amlogic Meson SAR ADC driverNeil Armstrong2018-05-083-0/+734
* | | test: regmap: add read/modify/write testNeil Armstrong2018-05-081-0/+25