From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCA3AC433E0 for ; Thu, 18 Jun 2020 16:55:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AEBA420706 for ; Thu, 18 Jun 2020 16:55:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NBhcNSSg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AEBA420706 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=dmc+TMyLO0UJvQPkMHE87kDjkepudG7uns+YJqunRZA=; b=NBhcNSSgRGLqkz EUrJoU+GD6qFYu6fW2mzQV5dHw2nTwz02E241jiDS6tKEzcTKkLmM0cIZpZwgN9Lub9OHivQGJWfo svJJT7VHgF+0Lc5N6SACp0FdKC8HMO8agCsNhc6eTzloYZdOJjLusFZtejWD8/ECv0NuLy0faTSW+ gkzyCaE5wj/5EiDxSPFHaGuz0WcsQAO2wniu6oyaPW8h4UipwdYdGpbfBl18PUsBD+666XGB0N/MD RwmkJSIIiwy8ILGkJnx8LBMa9eSjPYBzRSjBm/xDDEc0sQrQL41qYFYjxLF+zoMSeXwHqR7oZjCVC Z00/M5xJn4Osw2+iReSA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jlxpI-0000JG-AA; Thu, 18 Jun 2020 16:55:44 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jlxpE-0000IE-Iy for linux-arm-kernel@lists.infradead.org; Thu, 18 Jun 2020 16:55:41 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id BA53A80A9; Thu, 18 Jun 2020 16:56:26 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Subject: [GIT PULL] Few dts fixes for omaps for v5.8 Date: Thu, 18 Jun 2020 09:55:27 -0700 Message-Id: X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200618_095540_669216_3C97F2EE X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit 07c7b547a79605f1041d55b84d91a4a4d9c5b363: Merge tag 'v5.8-rc1' into fixes (2020-06-16 09:25:03 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.8/fixes-rc1-signed for you to fetch changes up to a352fe371053d047481635da328ea781329c84a4: Merge branch 'omap-for-v5.8/fixes-rc1' into fixes (2020-06-16 09:26:03 -0700) ---------------------------------------------------------------- Few dts fixes for omaps for v5.8 Few fixes for various devices: - Prevent pocketgeagle header line signal from accidentally setting micro-SD write protection signal by removing the default mux - Fix NFSroot flakeyness after resume for duover by switching the smsc911x gpio interrupt to back to level sensitive - Fix regression for omap4 clockevent source after recent system timer changes - Yet another ethernet regression fix for the "rgmii" vs "rgmii-rxid" phy-mode ---------------------------------------------------------------- Drew Fustini (2): ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode Tony Lindgren (3): ARM: dts: Fix duovero smsc interrupt for suspend ARM: dts: Fix omap4 system timer source clocks Merge branch 'omap-for-v5.8/fixes-rc1' into fixes arch/arm/boot/dts/am335x-pocketbeagle.dts | 1 - arch/arm/boot/dts/am5729-beagleboneai.dts | 2 +- arch/arm/boot/dts/omap4-duovero-parlor.dts | 2 +- arch/arm/boot/dts/omap4.dtsi | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel