Re: [PATCH 0/3] common: Remove a few more header files

2023-09-25 Thread Tom Rini
On Mon, Sep 25, 2023 at 10:18:55AM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 25 Sept 2023 at 09:13, Tom Rini wrote: > > > > On Mon, Sep 25, 2023 at 08:35:44AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote: > > > > > > > > On Sun, Sep 24,

Re: [PATCH 0/3] common: Remove a few more header files

2023-09-25 Thread Simon Glass
Hi Tom, On Mon, 25 Sept 2023 at 09:13, Tom Rini wrote: > > On Mon, Sep 25, 2023 at 08:35:44AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote: > > > > > > On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote: > > > > > > > This series removes tw

Re: [PATCH 0/3] common: Remove a few more header files

2023-09-25 Thread Tom Rini
On Mon, Sep 25, 2023 at 08:35:44AM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote: > > > > On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote: > > > > > This series removes two more header files from the common.h header. It > > > also tidies up code

Re: [PATCH 0/3] common: Remove a few more header files

2023-09-25 Thread Simon Glass
Hi Tom, On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote: > > On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote: > > > This series removes two more header files from the common.h header. It > > also tidies up code style for time.h functions, to simplify similar > > maintenance in future. >

Re: [PATCH 0/3] common: Remove a few more header files

2023-09-25 Thread Tom Rini
On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote: > This series removes two more header files from the common.h header. It > also tidies up code style for time.h functions, to simplify similar > maintenance in future. > > > Simon Glass (3): > Fix code style for time functions > co

[PATCH 0/3] common: Remove a few more header files

2023-09-24 Thread Simon Glass
This series removes two more header files from the common.h header. It also tidies up code style for time.h functions, to simplify similar maintenance in future. Simon Glass (3): Fix code style for time functions common: Drop time.h from common header common: Drop linux/string.h from common