Re: [PATCH v2 02/18] bloblist: Adjust API to align in powers of 2

2023-12-07 Thread Simon Glass
Hi Raymond, On Wed, 6 Dec 2023 at 13:08, Raymond Mao wrote: > > Hi Simon, > > I am wondering if I shall put in your review tag as you are one of the > authors of many patches... > What is the best approach under this situation in the U-Boot community? Well, where it is modified by you, I think

Re: [PATCH v2 02/18] bloblist: Adjust API to align in powers of 2

2023-12-06 Thread Raymond Mao
Hi Simon, I am wondering if I shall put in your review tag as you are one of the authors of many patches... What is the best approach under this situation in the U-Boot community? Thanks and regards, Raymond On Sat, 2 Dec 2023 at 13:33, Simon Glass wrote: > On Mon, 27 Nov 2023 at 12:52, Raymon

Re: [PATCH v2 02/18] bloblist: Adjust API to align in powers of 2

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:52, Raymond Mao wrote: > > From: Simon Glass > > The updated bloblist structure stores the alignment as a power-of-two > value in its structures. Adjust the API to use this, to avoid needing to > calling ilog2(). > > Drop a stale comment while we are here. > > Signed-off