Re: [PATCH v7 01/13] dt/bindings: Add bindings for FWU Metadata storage device

2022-07-14 Thread Heinrich Schuchardt

On 7/14/22 20:39, Sughosh Ganu wrote:

Add bindings needed for accessing the FWU metadata partitions. These
include the compatible string which point to the access method and the
actual device which stores the FWU metadata.

The current patch adds basic bindings needed for accessing the
metadata structure on GPT partitioned block devices.

Signed-off-by: Sughosh Ganu 
---
Changes since V6: None


Reviewed-by: Heinrich Schuchardt 


Re: [PATCH v7 01/13] dt/bindings: Add bindings for FWU Metadata storage device

2022-07-16 Thread Jassi Brar
On Thu, 14 Jul 2022 at 13:39, Sughosh Ganu  wrote:
>
> Add bindings needed for accessing the FWU metadata partitions. These
> include the compatible string which point to the access method and the
> actual device which stores the FWU metadata.
>
> The current patch adds basic bindings needed for accessing the
> metadata structure on GPT partitioned block devices.
>
> Signed-off-by: Sughosh Ganu 
> ---
> Changes since V6: None
>
>  .../firmware/fwu-mdata.yaml   | 32 +++
>  1 file changed, 32 insertions(+)
>  create mode 100644 doc/device-tree-bindings/firmware/fwu-mdata.yaml
>
> diff --git a/doc/device-tree-bindings/firmware/fwu-mdata.yaml 
> b/doc/device-tree-bindings/firmware/fwu-mdata.yaml
> new file mode 100644
> index 00..97d30bd1c1
> --- /dev/null
> +++ b/doc/device-tree-bindings/firmware/fwu-mdata.yaml
>
I think we want to call it fwu-mdata-gpt.yaml ?

thanks.


Re: [PATCH v7 01/13] dt/bindings: Add bindings for FWU Metadata storage device

2022-07-17 Thread Sughosh Ganu
On Sun, 17 Jul 2022 at 02:43, Jassi Brar  wrote:
>
> On Thu, 14 Jul 2022 at 13:39, Sughosh Ganu  wrote:
> >
> > Add bindings needed for accessing the FWU metadata partitions. These
> > include the compatible string which point to the access method and the
> > actual device which stores the FWU metadata.
> >
> > The current patch adds basic bindings needed for accessing the
> > metadata structure on GPT partitioned block devices.
> >
> > Signed-off-by: Sughosh Ganu 
> > ---
> > Changes since V6: None
> >
> >  .../firmware/fwu-mdata.yaml   | 32 +++
> >  1 file changed, 32 insertions(+)
> >  create mode 100644 doc/device-tree-bindings/firmware/fwu-mdata.yaml
> >
> > diff --git a/doc/device-tree-bindings/firmware/fwu-mdata.yaml 
> > b/doc/device-tree-bindings/firmware/fwu-mdata.yaml
> > new file mode 100644
> > index 00..97d30bd1c1
> > --- /dev/null
> > +++ b/doc/device-tree-bindings/firmware/fwu-mdata.yaml
> >
> I think we want to call it fwu-mdata-gpt.yaml ?

Yes, makes sense. Will rename it. Thanks.

-sughosh