summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-16spi: fsl_qspi: Include device_compat.hSean Anderson1-4/+5
2020-10-16spi: nxp_fspi: Include device_compat.hSean Anderson1-3/+4
2020-10-16ram: imxrt: Include device_compat.hSean Anderson1-0/+1
2020-10-16phy: Include device_compat.hSean Anderson1-1/+1
2020-10-16net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-16mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-16firmware: scmi: Include device_compat.hSean Anderson3-0/+3
2020-10-16dm: syscon: Set LOG_CATEGORYSean Anderson1-0/+2
2020-10-16clk: sifive: Include device_compat.hSean Anderson1-7/+7
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini16-237/+556
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini46-179/+14918
2020-10-14Merge branch '2020-10-14-assorted-changes'Tom Rini40-128/+1378
2020-10-14doc: Sphinx.override_domain() deprecatedHeinrich Schuchardt1-1/+4
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2-0/+11
2020-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak2-0/+12
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak3-10/+10
2020-10-14doc: global data pointerHeinrich Schuchardt2-0/+54
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt1-55/+317
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt1-22/+84
2020-10-14bootm: add {arch,board}_preboot_os() to bootm.hHeinrich Schuchardt1-0/+10
2020-10-14time: Fix get_ticks being non-monotonicSean Anderson1-2/+2
2020-10-14spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador1-0/+1
2020-10-14spl: Avoid printing boot device if silent console is enabledOtavio Salvador1-1/+3
2020-10-14env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse2-0/+18
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse3-14/+9
2020-10-14arm: enable DM_RNG on QEMU by defaultHeinrich Schuchardt1-0/+1
2020-10-14cmd/button: return button statusHeinrich Schuchardt2-10/+28
2020-10-14drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt1-1/+9
2020-10-14test: sharpen button label unit testHeinrich Schuchardt4-12/+12
2020-10-14cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis4-0/+47
2020-10-14test: Add PStore command testsFrédéric Danis6-0/+81
2020-10-14cmd: Add command to display or save Linux PStore dumpsFrédéric Danis5-0/+665
2020-10-14mmc: fsl_esdhc: add ADMA2 supportMichael Walle3-5/+67
2020-10-14mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle1-73/+65
2020-10-14arm: mvebu: Remove old comments from configs/mvebu_armada-37xx.h filePali Rohár1-7/+0
2020-10-14arm64: dts: a3720: add support for espressobin with populated emmcAndre Heider3-2/+50
2020-10-14arm64: dts: armada-3720-espressobin: split common parts to .dtsiAndre Heider2-157/+174
2020-10-14arm64: dts: armada-3720-espressobin: use Linux model/compatible stringsAndre Heider2-6/+6
2020-10-14spi: mvebu_a3700_spi: add support for cs-gpiosGeorge Hilliard1-6/+35
2020-10-14arm: mvebu: mvebu_armada-8k: Add support for initializing iEi Puzzle-M801 net...Luka Kovacic1-1/+19
2020-10-14arm: mvebu: Initial iEi Puzzle-M801 supportLuka Kovacic4-0/+487
2020-10-14net: Add NIC controller driver for OcteonTX2Suneel Garapati16-0/+4493
2020-10-14net: Add NIC controller driver for OcteonTXSuneel Garapati14-0/+6656
2020-10-14mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati6-0/+2998
2020-10-13Merge branch '2020-10-12-assorted-encryption-changes'Tom Rini11-36/+190
2020-10-13lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-13rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9
2020-10-13lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-10-13fit: cipher: aes: allow to read the IV in the FIT imagePhilippe Reynes1-7/+15
2020-10-13fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes4-19/+72