RE: [RESEND v2 PATCH 2/2] mfd: da9063: Add support for latest DA silicon revision

From: Adam Thomson
Date: Thu Apr 16 2020 - 05:09:08 EST


On 16 April 2020 09:07, Lee Jones wrote:

> On Mon, 06 Apr 2020, Adam Thomson wrote:
>
> > This update adds new regmap tables to support the latest DA silicon
> > which will automatically be selected based on the chip and variant
> > information read from the device.
> >
> > Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@xxxxxxxxxxx>
> > Acked-for-MFD-by: Lee Jones <lee.jones@xxxxxxxxxx>
> > ---
> > drivers/mfd/da9063-i2c.c | 91
> ++++++++++++++++++++++++++++++++++++-----
> > include/linux/mfd/da9063/core.h | 1 +
> > 2 files changed, 82 insertions(+), 10 deletions(-)
>
> Can this patch be applied on its own?

Sadly not. Relies on a new switch statement added by the first patch.