From patchwork Wed Oct 23 16:39:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11207185 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 00C69913 for ; Wed, 23 Oct 2019 16:40:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D282021872 for ; Wed, 23 Oct 2019 16:40:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407311AbfJWQkC (ORCPT ); Wed, 23 Oct 2019 12:40:02 -0400 Received: from muru.com ([72.249.23.125]:39404 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407309AbfJWQkC (ORCPT ); Wed, 23 Oct 2019 12:40:02 -0400 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 Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" 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 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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(-)