Re: [PATCH v4 0/2] soc: ti: add k3 platforms chipid module driver

From: Arnd Bergmann
Date: Fri May 29 2020 - 14:35:15 EST


On Fri, May 29, 2020 at 8:22 PM Grygorii Strashko
<grygorii.strashko@xxxxxx> wrote:
> On 12/05/2020 15:34, Grygorii Strashko wrote:

> > .../bindings/soc/ti/k3-socinfo.yaml | 40 +++++
> > drivers/soc/ti/Kconfig | 10 ++
> > drivers/soc/ti/Makefile | 1 +
> > drivers/soc/ti/k3-socinfo.c | 152 ++++++++++++++++++
> > 4 files changed, 203 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/soc/ti/k3-socinfo.yaml
> > create mode 100644 drivers/soc/ti/k3-socinfo.c
> >
>
> Any chances you can pick this up?

I merged a version of this driver from Santosh's pull request into the
arm/drviers tree yesterday.

Is there something missing?

Arnd