Re: [PATCH 04/19] of: Move CPU node related functions to their own file

2023-03-29 Thread Sudeep Holla
On Wed, Mar 29, 2023 at 10:52:01AM -0500, Rob Herring wrote: > drivers/of/base.c is quite long and we've accumulated a number of CPU > node functions. Let's move them to a new file, cpu.c, along with the > lone of_cpu_device_node_get() in of_device.h. Moving the declaration has > no effect yet as o

[PATCH 04/19] of: Move CPU node related functions to their own file

2023-03-29 Thread Rob Herring
drivers/of/base.c is quite long and we've accumulated a number of CPU node functions. Let's move them to a new file, cpu.c, along with the lone of_cpu_device_node_get() in of_device.h. Moving the declaration has no effect yet as of.h is included by of_device.h. This serves as preparation to disenta