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

From: Charles Keepax

Date: Thu Aug 06 2026 - 11:45:20 EST


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 <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
> > ---
> > 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/cover.1783615311.git.u.kleine-koenig@xxxxxxxxxxxx/#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