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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2317FC7EE22 for ; Mon, 15 May 2023 09:58:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239763AbjEOJ63 (ORCPT ); Mon, 15 May 2023 05:58:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239784AbjEOJ6Z (ORCPT ); Mon, 15 May 2023 05:58:25 -0400 Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5565BA0; Mon, 15 May 2023 02:58:24 -0700 (PDT) Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34F6Fla8029603; Mon, 15 May 2023 04:57:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=fVXZo9QUEpij5PoSS2UHn6KP8HowvSC0ezonm6gqMfA=; b=n1ev97nDDtUw8I4lyBasev4lFaovSJbjP71tmEypieWA7TOzXqM+JcMT9DDqoKUXi4Vr slWpAvQX0Fx845pM5MfzvFaqkpf7LCRchKYSaY18t4LLyagJtX/lsvOsNLjAo9H2QdVC tRXBWWY7+WNc6u6cCo8AO2DPWcjjkxqFcRaOFxNhqYequjlmgsNTpX1d9A/O3GMlO5qz 9indsEu5nywdeW3vAmJ2WmQMvq1YXSHU9pZlZ27UE4NsweF+kYCrqm+a1K8y0+uB/wjc 52KSoS7ORFD+6W4gyP6uwl+L7jv9whjaruCupApO550dDtotIFu7devYRIPmASprx2gH /Q== Received: from ediex02.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3qj6ymtp31-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 15 May 2023 04:57:54 -0500 Received: from ediex02.ad.cirrus.com (198.61.84.81) by ediex02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.26; Mon, 15 May 2023 04:57:52 -0500 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by anon-ediex02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server id 15.2.1118.26 via Frontend Transport; Mon, 15 May 2023 04:57:52 -0500 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id CA70F45; Mon, 15 May 2023 09:57:52 +0000 (UTC) Date: Mon, 15 May 2023 09:57:52 +0000 From: Charles Keepax To: Mark Brown CC: Marc Zyngier , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 07/10] irqchip/cs42l43: Add support for the cs42l43 IRQs Message-ID: <20230515095752.GQ68926@ediswmail.ad.cirrus.com> References: <20230512122838.243002-1-ckeepax@opensource.cirrus.com> <20230512122838.243002-8-ckeepax@opensource.cirrus.com> <86o7mpmvqq.wl-maz@kernel.org> <20230512153933.GH68926@ediswmail.ad.cirrus.com> <86mt29mt2m.wl-maz@kernel.org> <20230512164233.GN68926@ediswmail.ad.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-GUID: lWnGF2LbEFzXlgDSJ7wqSHx-nXoGofXe X-Proofpoint-ORIG-GUID: lWnGF2LbEFzXlgDSJ7wqSHx-nXoGofXe X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, May 15, 2023 at 10:08:41AM +0900, Mark Brown wrote: > On Fri, May 12, 2023 at 04:42:33PM +0000, Charles Keepax wrote: > > > I guess if Mark doesn't mind I think the only internal bit of the > > device that uses the IRQs is the CODEC driver so I could move the > > IRQ handling in there, it does seem a little odd to me, but I > > guess I don't have any problems with it. > > The obvious (and previously standard) place for it would be the MFD. Alright I certainly have no objection to moving it there, although would be good to get Lee's thoughts, make sure he is happy with that too. Thanks, Charles