aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-12rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-10-12fit: cipher: aes: allow to read the IV in the FIT imagePhilippe Reynes1-7/+15
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes4-19/+72
2020-10-12lib/hashtable: remove superfluous checkHeinrich Schuchardt1-2/+1
2020-10-12doc: verified-boot: add required-mode informationThirupathaiah Annapureddy1-0/+14
2020-10-12test: vboot: add tests for multiple required keysThirupathaiah Annapureddy1-2/+44
2020-10-12vboot: add DTB policy for supporting multiple required conf keysThirupathaiah Annapureddy1-3/+29
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini34-548/+1190
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini8-19/+21
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen1-32/+32
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt1-2/+1
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle5-58/+92
2020-10-12mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle1-27/+42
2020-10-12mmc: fsl_esdhc: use dma-mapping APIMichael Walle1-35/+14
2020-10-12mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle1-23/+6
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen1-7/+0
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen1-1/+3
2020-10-12configs: lx2160ardb: enable eMMC HS400 mode supportYangbo Lu3-0/+3
2020-10-12arm: dts: lx2160ardb: support eMMC HS400 modeYangbo Lu1-0/+2
2020-10-12mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu1-1/+4
2020-10-12mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu1-0/+3
2020-10-12mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu2-34/+98
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu3-1/+33
2020-10-12mmc: add a hs400_tuning flagYangbo Lu2-0/+3
2020-10-12mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu1-0/+3
2020-10-12mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu2-7/+116
2020-10-12mmc: fsl_esdhc: add a reinit() callbackYangbo Lu1-0/+9
2020-10-12mmc: add a reinit() APIYangbo Lu3-2/+31
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra1-3/+8
2020-10-12configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddrNishanth Menon1-5/+3
2020-10-12configs: j721e_evm: Get rid of overlayaddrNishanth Menon1-1/+0
2020-10-12env: ti: ufs: Use dtboaddr instead of overlayaddrNishanth Menon1-2/+2
2020-10-12configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENVNishanth Menon1-5/+4
2020-10-12dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra1-1/+3
2020-10-12configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAYVignesh Raghavendra1-1/+0
2020-10-12board: ti: j721e: Fix OSPI node compatibleVignesh Raghavendra1-1/+1
2020-10-12am335x, guardian: update the maintainer listMoses Christopher1-1/+1
2020-10-11Merge branch '2020-10-10-log-improvements'Tom Rini15-375/+279
2020-10-10doc: remove redundant doc/README.logHeinrich Schuchardt1-283/+0
2020-10-10log: syslog: Handle errors in net_initSean Anderson1-1/+3
2020-10-10net: Expose some errors generated in net_initSean Anderson3-5/+15