Re: [PATCH 06/40] alist: add a couple of helper functions

2024-07-31 Thread Simon Glass
Hi Sughosh, On Mon, 29 Jul 2024 at 12:05, Sughosh Ganu wrote: > > On Fri, 26 Jul 2024 at 05:03, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 24 Jul 2024 at 00:03, Sughosh Ganu wrote: > > > > > > Add a couple of helper functions to detect an empty and full alist. > > > > > > Signed-off

Re: [PATCH 06/40] alist: add a couple of helper functions

2024-07-29 Thread Sughosh Ganu
On Fri, 26 Jul 2024 at 05:03, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 24 Jul 2024 at 00:03, Sughosh Ganu wrote: > > > > Add a couple of helper functions to detect an empty and full alist. > > > > Signed-off-by: Sughosh Ganu > > --- > > Changes since rfc: None > > > > include/alist.h | 22

Re: [PATCH 06/40] alist: add a couple of helper functions

2024-07-25 Thread Simon Glass
Hi Sughosh, On Wed, 24 Jul 2024 at 00:03, Sughosh Ganu wrote: > > Add a couple of helper functions to detect an empty and full alist. > > Signed-off-by: Sughosh Ganu > --- > Changes since rfc: None > > include/alist.h | 22 ++ > 1 file changed, 22 insertions(+) I had to hun