RE: [RFC 02/11] soc: Add Realtek chip info driver for RTD1195 and RTD1295

From: Stanley Chang[æèå]
Date: Fri Jan 03 2020 - 00:07:40 EST


Hi Andreas,

I have tested this patch in my local platform.
And this patch is fine and it can work.

>
> Add Stanley Chang for review.
>
> > Add a soc bus driver to print chip model and revision details.
> >
> > Revisions from downstream drivers/soc/realtek/rtd{119x,129x}/rtk_chip.c.
> >
> > Signed-off-by: Andreas FÃrber <afaerber@xxxxxxx>
> > ---
> > Naming: What to call the family vs. soc_id?
> >
> > drivers/soc/Kconfig | 1 +
> > drivers/soc/Makefile | 1 +
> > drivers/soc/realtek/Kconfig | 13 ++++
> > drivers/soc/realtek/Makefile | 2 +
> > drivers/soc/realtek/chip.c | 164
> > +++++++++++++++++++++++++++++++++++++++++++
> > 5 files changed, 181 insertions(+)
> > create mode 100644 drivers/soc/realtek/Kconfig create mode 100644
> > drivers/soc/realtek/Makefile create mode 100644
> > drivers/soc/realtek/chip.c

Tested-by: Stanley Chang <stanley_chang@xxxxxxxxxxx>
Reviewed-by: Stanley Chang <stanley_chang@xxxxxxxxxxx>

Thanks,
Stanley