Re: [U-Boot] [PATCH v4 00/42] common: Further reduce common.h

2019-12-02 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:08PM -0700, Simon Glass wrote: > This series drops the size of common.h down further, by moving things out > into existing and new header files. > > It is now down to about 200 lines. > > Changes in v4: > - Rename cpu_legacy.h to cpu_func.h > - Use cpu_func.h

Re: [U-Boot] [PATCH v4 00/42] common: Further reduce common.h

2019-11-21 Thread Simon Glass
Hi Tom, On Thu, 21 Nov 2019 at 16:03, Tom Rini wrote: > > On Thu, Nov 21, 2019 at 03:23:48PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 14 Nov 2019 at 12:58, Simon Glass wrote: > > > > > > This series drops the size of common.h down further, by moving things out > > > into existing

Re: [U-Boot] [PATCH v4 00/42] common: Further reduce common.h

2019-11-21 Thread Tom Rini
On Thu, Nov 21, 2019 at 03:23:48PM -0700, Simon Glass wrote: > Hi Tom, > > On Thu, 14 Nov 2019 at 12:58, Simon Glass wrote: > > > > This series drops the size of common.h down further, by moving things out > > into existing and new header files. > > > > It is now down to about 200 lines. > > > >

Re: [U-Boot] [PATCH v4 00/42] common: Further reduce common.h

2019-11-21 Thread Simon Glass
Hi Tom, On Thu, 14 Nov 2019 at 12:58, Simon Glass wrote: > > This series drops the size of common.h down further, by moving things out > into existing and new header files. > > It is now down to about 200 lines. > > Changes in v4: > - Rename cpu_legacy.h to cpu_func.h > - Use cpu_func.h instead

[U-Boot] [PATCH v4 00/42] common: Further reduce common.h

2019-11-14 Thread Simon Glass
This series drops the size of common.h down further, by moving things out into existing and new header files. It is now down to about 200 lines. Changes in v4: - Rename cpu_legacy.h to cpu_func.h - Use cpu_func.h instead of cpu_legacy.h - Use irq_func.h instead of irq_legacy.h Changes in v3: -