Re: [PATCH 1/6] of: Add basic infrastructure to create early probe arrays

2020-09-12 Thread Bjorn Andersson
On Sat 12 Sep 07:51 CDT 2020, Marc Zyngier wrote: > We currently probe interrupt controller and timers that need > to be available very early using an infratstructure that creates s/infratstructure/infrastructure/ > struct of_device_id instances in a special section. These are > individual struc

Re: [PATCH 1/6] of: Add basic infrastructure to create early probe arrays

2020-09-12 Thread Bjorn Andersson
On Sat 12 Sep 07:51 CDT 2020, Marc Zyngier wrote: > We currently probe interrupt controller and timers that need > to be available very early using an infratstructure that creates > struct of_device_id instances in a special section. These are > individual structures that are ultimately collated b

[PATCH 1/6] of: Add basic infrastructure to create early probe arrays

2020-09-12 Thread Marc Zyngier
We currently probe interrupt controller and timers that need to be available very early using an infratstructure that creates struct of_device_id instances in a special section. These are individual structures that are ultimately collated by the linker. In order to facilitate further use of this i