RE: [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching

2020-11-15 Thread Biju Das
> > Subject: Re: [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching > > On Wed, 4 Nov 2020 at 04:56, Biju Das wrote: > > > > Add SoC identification string for attribute matching. > > Commit messages should normally have a motivation followed by a > descr

Re: [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching

2020-11-14 Thread Simon Glass
On Wed, 4 Nov 2020 at 04:56, Biju Das wrote: > > Add SoC identification string for attribute matching. Commit messages should normally have a motivation followed by a description of what they do. > > Signed-off-by: Biju Das > Reviewed-by: Lad Prabhakar > --- > v2->v3: > * split the comments