Re: [PATCH v2 08/13] dm: irq: Add support for requesting interrupts

2020-02-03 Thread Bin Meng
Hi Simon, On Tue, Feb 4, 2020 at 8:19 AM Simon Glass wrote: > > Hi Bin, > > On Mon, 3 Feb 2020 at 10:05, Bin Meng wrote: > > > > Hi Simon, > > > > On Sun, Dec 22, 2019 at 2:16 AM Simon Glass wrote: > > > > > > At present driver model supports the IRQ uclass but there is no way to > > > request

Re: [PATCH v2 08/13] dm: irq: Add support for requesting interrupts

2020-02-03 Thread Simon Glass
Hi Bin, On Mon, 3 Feb 2020 at 10:05, Bin Meng wrote: > > Hi Simon, > > On Sun, Dec 22, 2019 at 2:16 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

Re: [PATCH v2 08/13] dm: irq: Add support for requesting interrupts

2020-02-03 Thread Bin Meng
Hi Simon, On Sun, Dec 22, 2019 at 2:16 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

[PATCH v2 08/13] dm: irq: Add support for requesting interrupts

2019-12-21 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