From patchwork Mon Oct 26 10:58:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11856601 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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 2B443C61DD8 for ; Mon, 26 Oct 2020 11:00:48 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 CB8552225C for ; Mon, 26 Oct 2020 11:00:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qEXvrDjJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB8552225C 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+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=merlin.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=KWwBdBcvkxkIsj9MFXFRx6QKv6LCoL0V5UO4zjt3LKo=; b=qEXvrDjJetlQvTRUJs8+BzdUFn OmUrRQtQeWckUWqN5xmeZa+n4Oz4gV6xZ4oribsdRgBhoRSLve9rj/+zfMoZdRnzFvp/C42Ax40aU NczNL1bH+yOG4zcpsy/iE6z9HNfYFlKHjji243p782f6y3kj6N4pNf1yZAphZbeZvLIXnGGWvkDws O6m+ARYKFdTQd571ekYAetfMZc3WGdSYSVREZPKebwT1RjL7HRMXAmcPgYgLZ5qoDkYVz1FC+T92H TupD4aHgy7KJRoEtVmZmE2PwATdWrm1CSwXC3vqpS3NfL+u5zubVCB/aXY0LzMi7CRKZwuMZ3zb+p AF74aVGw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kX0DR-0002Bx-B6; Mon, 26 Oct 2020 10:59:05 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kX0Cr-0001sl-S5 for linux-arm-kernel@lists.infradead.org; Mon, 26 Oct 2020 10:58:32 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id DA18480AA; Mon, 26 Oct 2020 10:58:28 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Subject: [PATCH 0/4] Few ti-sysc related fixes Date: Mon, 26 Oct 2020 12:58:08 +0200 Message-Id: <20201026105812.38418-1-tony@atomide.com> X-Mailer: git-send-email 2.29.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201026_065829_996510_9C117F6A X-CRM114-Status: UNSURE ( 8.48 ) 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: Nishanth Menon , Tero Kristo , Grygorii Strashko , Dave Gerlach , Keerthy , linux-kernel@vger.kernel.org, "Andrew F . Davis" , Peter Ujfalusi , Faiz Abbas , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Roger Quadros Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here are few fixes for ti-sysc interconnect target module driver related issues. Regards, Tony Tony Lindgren (4): ARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINS ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OF bus: ti-sysc: Fix reset status check for modules with quirks bus: ti-sysc: Fix bogus resetdone warning for cpsw arch/arm/mach-omap2/Kconfig | 3 ++- drivers/bus/ti-sysc.c | 28 ++++++++++++++++----------- include/linux/platform_data/ti-sysc.h | 1 + 3 files changed, 20 insertions(+), 12 deletions(-)