From patchwork Mon Oct 12 09:04:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lokesh Vutla X-Patchwork-Id: 1380746 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.a=rsa-sha256 header.s=ti-com-17Q1 header.b=sVtmTMND; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C8t6K6BbHz9sSs for ; Mon, 12 Oct 2020 20:04:41 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4DA158239A; Mon, 12 Oct 2020 11:04:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="sVtmTMND"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 77BFB82497; Mon, 12 Oct 2020 11:04:36 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 88EEA822C7 for ; Mon, 12 Oct 2020 11:04:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=lokeshvutla@ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 09C94U4J117783; Mon, 12 Oct 2020 04:04:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1602493470; bh=deg3RFEGfZLuGbDvaRJ9S1wWftTqkpTyJ8yyOtnTEUM=; h=From:To:CC:Subject:Date; b=sVtmTMNDpZ+KExYaVh+FTY1s+FMqnVE/VAHycGmqVB5mUcohVOVAhwhepwKPKTM/C cJ9f3V7V2ArZSlJ0m1oAyizHakKEw56xSxhCGZW87QN5zr4Z0nIWa1AAPNWVlnfe76 SjmotsR/jcZXAjnpCGiNlydSwKtRSQUUB79wveus= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 09C94U5c089698 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 12 Oct 2020 04:04:30 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 12 Oct 2020 04:04:30 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 12 Oct 2020 04:04:30 -0500 Received: from uda0131933.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 09C94Sxm068838; Mon, 12 Oct 2020 04:04:28 -0500 From: Lokesh Vutla To: Tom Rini , CC: Sekhar Nori , Lokesh Vutla Subject: [GIT PULL] TI changes for v2021.01-rc1 Date: Mon, 12 Oct 2020 14:34:27 +0530 Message-ID: <20201012090427.12003-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean Hi Tom, Please find the PR containing TI related changes targeted for v2020.01-rc1. Details about the PR are updated in the tag message. Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/734874116 The following changes since commit 050acee119b3757fee3bd128f55d720fdd9bb890: Prepare v2020.10 (2020-10-05 11:15:32 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-rc1 for you to fetch changes up to 555ee3949307648d6c40081b30e212af075ab8a8: phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property (2020-10-12 08:11:11 +0530) ---------------------------------------------------------------- - Minor cleanup on K3 env variables - Fix OSPI compatible for J721e - Drop unused property in omap-usb2-phy - Update Maintainer for am335x-guardian board. ---------------------------------------------------------------- Moses Christopher (1): am335x, guardian: update the maintainer list Nishanth Menon (4): configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENV env: ti: ufs: Use dtboaddr instead of overlayaddr configs: j721e_evm: Get rid of overlayaddr configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddr Vignesh Raghavendra (4): board: ti: j721e: Fix OSPI node compatible configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAY dma: ti: k3-udma: Reset the channel during release phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property board/bosch/guardian/MAINTAINERS | 2 +- board/ti/j721e/evm.c | 2 +- configs/am335x_evm_defconfig | 1 - drivers/dma/ti/k3-udma.c | 4 +++- drivers/phy/omap-usb2-phy.c | 11 ++++++++--- include/configs/am65x_evm.h | 8 +++----- include/configs/j721e_evm.h | 8 +++----- include/environment/ti/ufs.h | 4 ++-- 8 files changed, 21 insertions(+), 19 deletions(-)