Re: [PATCH v2 12/17] dm: irq: Add support for requesting interrupts

2020-02-04 Thread Bin Meng
On Tue, Feb 4, 2020 at 8:20 AM Simon Glass wrote: > > At present driver model supports the IRQ uclass but there is no way to > request a particular interrupt for a driver. > > Add a mechanism, similar to clock and reset, to read the interrupts > required by a device from the device tree and to

[PATCH v2 12/17] dm: irq: Add support for requesting interrupts

2020-02-03 Thread Simon Glass
At present driver model supports the IRQ uclass but there is no way to request a particular interrupt for a driver. Add a mechanism, similar to clock and reset, to read the interrupts required by a device from the device tree and to request those interrupts. U-Boot itself does not have