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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 13252C433B4 for ; Tue, 6 Apr 2021 01:11:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D70A3613F9 for ; Tue, 6 Apr 2021 01:11:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235680AbhDFBMB (ORCPT ); Mon, 5 Apr 2021 21:12:01 -0400 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:15255 "EHLO alexa-out-sd-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232930AbhDFBMA (ORCPT ); Mon, 5 Apr 2021 21:12:00 -0400 Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-02.qualcomm.com with ESMTP; 05 Apr 2021 18:11:53 -0700 X-QCInternal: smtphost Received: from gurus-linux.qualcomm.com (HELO gurus-linux.localdomain) ([10.46.162.81]) by ironmsg04-sd.qualcomm.com with ESMTP; 05 Apr 2021 18:11:51 -0700 Received: by gurus-linux.localdomain (Postfix, from userid 383780) id F09911A3A; Mon, 5 Apr 2021 18:11:52 -0700 (PDT) Date: Mon, 5 Apr 2021 18:11:52 -0700 From: Guru Das Srinagesh To: Mark Brown Cc: Lee Jones , Rob Herring , Markus Elfring , linux-arm-msm@vger.kernel.org, Anirudh Ghayal , Subbaraman Narayanamurthy , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bjorn Andersson , Greg KH , David Collins , Joe Perches , Guenter Roeck Subject: Re: [PATCH v5 0/2] Add support for Qualcomm MFD PMIC register layout Message-ID: <20210406011152.GA27770@codeaurora.org> References: <161726943419.2413.4844313396830856637.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <161726943419.2413.4844313396830856637.b4-ty@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Apr 01, 2021 at 11:16:17AM +0100, Mark Brown wrote: > On Wed, 24 Mar 2021 12:28:52 -0700, Guru Das Srinagesh wrote: > > Changes from v4: > > - Only one cosmetic change: Moved the declaration of num_virt_regs under > > num_type_reg instead of under num_main_regs in `struct regmap_irq_chip` so as > > to reinforce the idea that it is related to the type setting of IRQs. > > - No other changes. > > > > Changes from v3: > > - Implemented the scheme proposed in my response to Mark in [4]. > > - Dropped the RFC tag from this patch series as this series has been tested on > > target with a client driver utilizing these changes. > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next > > Thanks! > > [1/2] regmap-irq: Introduce virtual regs to handle more config regs > commit: 4c5014456305482412b35a081ca0fb4fefd69764 > [2/2] regmap-irq: Add driver callback to configure virtual regs > commit: 394409aafd017adfcffd075595cb01cc456a9327 > Thanks for accepting the patches. I'll send out the driver utilizing these changes after code cleanup in the next couple of weeks. Thank you. Guru Das.