Re: [PATCH 3/3] mfd: cs42l43: Add support for new cs42l44 variant

Charles Keepax <[email protected]> Thu, 6 Aug 2026 16:39:11 +0100
Newsgroups dev.linux.lists.mfd,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound
Message-ID <anSqnyNOl4LkNu/[email protected]>
On Thu, Aug 06, 2026 at 03:42:10PM +0100, Lee Jones wrote:
> On Wed, 08 Jul 2026, Charles Keepax wrote:
> 
> > The cs42l44 is a cost optimised variant of cs42l43b. Add basic support
> > for this new device.
> > 
> > Signed-off-by: Charles Keepax <[email protected]>
> > ---
> >  drivers/mfd/cs42l43-i2c.c        |  2 ++
> >  drivers/mfd/cs42l43-sdw.c        |  1 +
> >  drivers/mfd/cs42l43.c            | 18 ++++++++++++------
> >  include/linux/mfd/cs42l43-regs.h |  1 +
> >  4 files changed, 16 insertions(+), 6 deletions(-)
> 
> Doesn't apply anymore, sorry.  Please rebase.
> 

No problem I think that is my doing not yours, I based the series on
patches from Uwe's series:

[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
https://lore.kernel.org/lkml/[email protected]/#t

As that series updates all the device id tables and is much
bigger than mine seemed easier if I rebased onto it, rather than
making him rebase. My rough plan was to resend this once Uwe's
series was sorted out.

Thanks,
Charles