Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2580442pxb; Tue, 21 Sep 2021 03:07:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwDe9zy7X11WU2PB0ekZM77tby6QLrm6zsbPNBg9IMYnU6TqK4A5BEzSQNji5joZ4jaUzxq X-Received: by 2002:a17:906:f906:: with SMTP id lc6mr32948605ejb.487.1632218842479; Tue, 21 Sep 2021 03:07:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632218842; cv=none; d=google.com; s=arc-20160816; b=qOm+Sx1GhbSyhioUIG9qmNN5vYpv/mux1l4AoocrSNphzJglq9VgpFVjGUkKlsU2Ed 7Qq7mYTZudy4HWz3iEJ1R06nkSKq9UUZKg6OfU3laaLm3CrTVBCVSMWsic9OVY5pVC9M KbM3DLu95Evs8+RFoZPUDn0+lFTct+68mt6opBK4Igp5em+p6jQuFiw/EPvFIf52DjS3 jvCcY6xg2Q5QbtrauHp4J9t9L31L2ZxbufVIsoeEmcVc5UbM+Ry5thpZdQWZaqW24iEY MYmpRqXHFokeXMMhT20IihUQNXBCjDk8R+gF+8Yv4cUZPB52VQzMPXx6oS7Bi3d6G8Mw gf1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=MUTKHc63kLLY9FsL70ePkXfZUYZtrd669H/p0fUBkSs=; b=UmHxgYx4jFDSYbBw+usmxMvLU5D0a2wEu58DqaTEuSpLZ5aBbgs6t5fU9ZJEImKqX8 i3pOGRBNxqGS1QxXy5Ru99FEx7IsBqrMdFG3EhkdHKI1khrlORCXuo2oQMkbbjgU5Xo0 7t9hK7XvCracXv96o48fOQm6s/rrFpcIE/gfdvcFQ5KZmtL4KjJOVgYS/gb/1www3EMV Ufz/s1D7mPtNlxf4O8Q/l48yHMmc5jCFRNL3jpyNhIyzR0vJUAG8SdfG8fmB0jcO6rIg j19WR0CyiFHD7TifzEtNpAdRFC604g+ippbHsh/1JlqxwW0m732BEu5maSxj3Qnx2I+n Bu4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s5si12175433edd.549.2021.09.21.03.06.57; Tue, 21 Sep 2021 03:07:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231741AbhIUKDn (ORCPT + 99 others); Tue, 21 Sep 2021 06:03:43 -0400 Received: from muru.com ([72.249.23.125]:35486 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231565AbhIUKDN (ORCPT ); Tue, 21 Sep 2021 06:03:13 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 4BC868520; Tue, 21 Sep 2021 10:02:11 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Grygorii Strashko , Keerthy , Kevin Hilman , Nishanth Menon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 9/9] bus: ti-sysc: Drop legacy quirk flag for sham Date: Tue, 21 Sep 2021 13:01:15 +0300 Message-Id: <20210921100115.59865-10-tony@atomide.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210921100115.59865-1-tony@atomide.com> References: <20210921100115.59865-1-tony@atomide.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is no need for the legacy flag any longer for gpio as the omap-sham driver has been fixed to not rely on pm_runtime_irq_safe(). Signed-off-by: Tony Lindgren --- drivers/bus/ti-sysc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -1539,8 +1539,6 @@ struct sysc_revision_quirk { static const struct sysc_revision_quirk sysc_revision_quirks[] = { /* These drivers need to be fixed to not use pm_runtime_irq_safe() */ - SYSC_QUIRK("sham", 0, 0x100, 0x110, 0x114, 0x40000c03, 0xffffffff, - SYSC_QUIRK_LEGACY_IDLE), SYSC_QUIRK("uart", 0, 0x50, 0x54, 0x58, 0x00000046, 0xffffffff, SYSC_QUIRK_SWSUP_SIDLE | SYSC_QUIRK_LEGACY_IDLE), SYSC_QUIRK("uart", 0, 0x50, 0x54, 0x58, 0x00000052, 0xffffffff, @@ -1679,6 +1677,7 @@ static const struct sysc_revision_quirk sysc_revision_quirks[] = { SYSC_QUIRK("sdio", 0, 0, 0x10, -ENODEV, 0x40202301, 0xffff0ff0, 0), SYSC_QUIRK("sdio", 0, 0x2fc, 0x110, 0x114, 0x31010000, 0xffffffff, 0), SYSC_QUIRK("sdma", 0, 0, 0x2c, 0x28, 0x00010900, 0xffffffff, 0), + SYSC_QUIRK("sham", 0, 0x100, 0x110, 0x114, 0x40000c03, 0xffffffff, 0), SYSC_QUIRK("slimbus", 0, 0, 0x10, -ENODEV, 0x40000902, 0xffffffff, 0), SYSC_QUIRK("slimbus", 0, 0, 0x10, -ENODEV, 0x40002903, 0xffffffff, 0), SYSC_QUIRK("smartreflex", 0, -ENODEV, 0x24, -ENODEV, 0x00000000, 0xffffffff, 0), -- 2.33.0