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 D10E0CA9EB6 for ; Wed, 23 Oct 2019 16:40:11 +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 783AE21872 for ; Wed, 23 Oct 2019 16:40:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jmF3qpS3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 783AE21872 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=p4x6A88loUgatzGI+4oKRPqfNGucQhrs9/KpKhTa+xE=; b=jmF3qpS3t7nsRI ROkk/3GAX1EPDD/4SB+T5qXsqrH7Q/c3df1BFUIUniuG3vMuA9qpC30QnzkJUzgS+YmcSkJsyjZMH lTEAOrD8NfWJaijpz7EnpeZ6HLjprGir9RQJeejmKobBneqBrS8IoDAbKaYkLFmTupluxeP6HgMEs 4mnkl0dlWFeURCi/z2uiBT+21ZZGmC0K+KUsFxE8WCNksQu2HQ2YVOS7l3mLMVo0j7GdCNrb+uRxS mlbbfzq8HUGnus6yuN+uGUEOmgiQmCvxbm0DVLomWDs4WD/j/2gkJf8TTltW13PIu7yPH8lTSYXtM loN1XkCogI/hIYpnlaeQ==; 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 1iNJgA-00028o-48; Wed, 23 Oct 2019 16:40:10 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iNJg4-0001Uq-IY for linux-arm-kernel@lists.infradead.org; Wed, 23 Oct 2019 16:40:06 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id BF2FC816C; Wed, 23 Oct 2019 16:40:36 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL] three fixes for omaps for v5.4 Date: Wed, 23 Oct 2019 09:39:57 -0700 Message-Id: X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191023_094004_678037_7B987C51 X-CRM114-Status: UNSURE ( 7.87 ) 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 17a9e5bbbfe5a5a6356e47cdc1c1656e1e5e1f62: Merge tag 'wlcore-fix' into fixes (2019-10-11 09:15:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/fixes-rc4-signed for you to fetch changes up to 6aed5a0e0f56213cc5e4bff674fb42e997f30df7: Merge branch 'watchdog-fix' into fixes (2019-10-18 08:47:39 -0700) ---------------------------------------------------------------- Three fixes for omaps for v5.4-rc cycle Two regression fixes for omap3 iommu. I missed applying two omap3 related iommu pdata quirks patches earlier because the kbuild test robot produced errors on them for missing dependencies. Fix ti-sysc interconnect target module driver handling for watchdog quirk. I must have tested this earlier only with watchdog service running, but clearly it does not do what it needs to do. ---------------------------------------------------------------- Suman Anna (2): ARM: OMAP2+: Plug in device_enable/idle ops for IOMMUs ARM: OMAP2+: Add pdata for OMAP3 ISP IOMMU Tony Lindgren (2): bus: ti-sysc: Fix watchdog quirk handling Merge branch 'watchdog-fix' into fixes arch/arm/mach-omap2/pdata-quirks.c | 11 +++++++++++ drivers/bus/ti-sysc.c | 18 ++++++++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel