Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-24 Thread Tom Rini
On Sat, May 24, 2025 at 03:31:42PM +0100, Simon Glass wrote: > Hi Tom, > > On Sat, 24 May 2025 at 15:20, Tom Rini wrote: > > > > On Sat, May 24, 2025 at 08:51:43AM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 14 May 2025 at 20:44, Simon Glass wrote: > > > > > > > > Hi Tom, > > > >

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-24 Thread Simon Glass
Hi Tom, On Sat, 24 May 2025 at 15:20, Tom Rini wrote: > > On Sat, May 24, 2025 at 08:51:43AM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 14 May 2025 at 20:44, Simon Glass wrote: > > > > > > Hi Tom, > > > > > > On Tue, 13 May 2025 at 00:35, Tom Rini wrote: > > > > > > > > On Sat, May 1

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-24 Thread Tom Rini
On Sat, May 24, 2025 at 08:51:43AM +0100, Simon Glass wrote: > Hi Tom, > > On Wed, 14 May 2025 at 20:44, Simon Glass wrote: > > > > Hi Tom, > > > > On Tue, 13 May 2025 at 00:35, Tom Rini wrote: > > > > > > On Sat, May 10, 2025 at 01:27:03PM +0200, Simon Glass wrote: > > > > Hi Tom, > > > > > > >

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-24 Thread Simon Glass
Hi Tom, On Wed, 14 May 2025 at 20:44, Simon Glass wrote: > > Hi Tom, > > On Tue, 13 May 2025 at 00:35, Tom Rini wrote: > > > > On Sat, May 10, 2025 at 01:27:03PM +0200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 6 May 2025 at 21:48, Tom Rini wrote: > > > > > > > > On Tue, May 06, 2025

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-14 Thread Simon Glass
Hi Tom, On Tue, 13 May 2025 at 00:35, Tom Rini wrote: > > On Sat, May 10, 2025 at 01:27:03PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 6 May 2025 at 21:48, Tom Rini wrote: > > > > > > On Tue, May 06, 2025 at 03:23:39PM +0200, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Mon,

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-12 Thread Tom Rini
On Sat, May 10, 2025 at 01:27:03PM +0200, Simon Glass wrote: > Hi Tom, > > On Tue, 6 May 2025 at 21:48, Tom Rini wrote: > > > > On Tue, May 06, 2025 at 03:23:39PM +0200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 5 May 2025 at 22:38, Tom Rini wrote: > > > > > > > > On Thu, May 01, 2025

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-10 Thread Simon Glass
Hi Tom, On Tue, 6 May 2025 at 21:48, Tom Rini wrote: > > On Tue, May 06, 2025 at 03:23:39PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 5 May 2025 at 22:38, Tom Rini wrote: > > > > > > On Thu, May 01, 2025 at 07:37:01AM -0600, Simon Glass wrote: > > > > > > > This construct appears in

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-06 Thread Tom Rini
On Tue, May 06, 2025 at 03:23:39PM +0200, Simon Glass wrote: > Hi Tom, > > On Mon, 5 May 2025 at 22:38, Tom Rini wrote: > > > > On Thu, May 01, 2025 at 07:37:01AM -0600, Simon Glass wrote: > > > > > This construct appears in various places. Reduce code size by adding a > > > function for it. > >

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-06 Thread Simon Glass
Hi Tom, On Mon, 5 May 2025 at 22:38, Tom Rini wrote: > > On Thu, May 01, 2025 at 07:37:01AM -0600, Simon Glass wrote: > > > This construct appears in various places. Reduce code size by adding a > > function for it. > > > > It inits the abuf, then allocates it to the requested size. > > > > Signe

Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-05 Thread Tom Rini
On Thu, May 01, 2025 at 07:37:01AM -0600, Simon Glass wrote: > This construct appears in various places. Reduce code size by adding a > function for it. > > It inits the abuf, then allocates it to the requested size. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch wit

[PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer

2025-05-01 Thread Simon Glass
This construct appears in various places. Reduce code size by adding a function for it. It inits the abuf, then allocates it to the requested size. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch with a helper for initing and allocating a buffer boot/cedit.c | 3 +-- b