Re: [PATCH v6 0/7] fwu: gpt: implement read_mdata and write_mdata callbacks

2023-06-09 Thread Tom Rini
On Mon, 06 Mar 2023 17:17:47 -0600, jassisinghb...@gmail.com wrote: > From: Jassi Brar > > The patchset reduces ~400 lines of code, while keeping the functionality same > and making > meta-data operations much faster (by using cached structures). > > Issue: > meta-data copies (primary and

Re: [PATCH v6 0/7] fwu: gpt: implement read_mdata and write_mdata callbacks

2023-03-24 Thread Sughosh Ganu
On Tue, 7 Mar 2023 at 04:48, wrote: > > From: Jassi Brar > > The patchset reduces ~400 lines of code, while keeping the functionality same > and making > meta-data operations much faster (by using cached structures). > > Issue: > meta-data copies (primary and secondary) are being handled by

[PATCH v6 0/7] fwu: gpt: implement read_mdata and write_mdata callbacks

2023-03-06 Thread jassisinghbrar
From: Jassi Brar The patchset reduces ~400 lines of code, while keeping the functionality same and making meta-data operations much faster (by using cached structures). Issue: meta-data copies (primary and secondary) are being handled by the backend/storage layer instead of the common core