Re: [PATCH] i2c: ocores: use request_any_context_irq() to register IRQ handler

2019-08-29 Thread Wolfram Sang
On Thu, Aug 22, 2019 at 03:21:32PM +0200, Federico Vaga wrote: > The i2c-ocores device is an HDL component that get instantiated in FPGA. > The software stack used to drive an FPGA can be very different, and the > i2c-ocore ip-core must work in different context. With respect to this > patch the

Re: [PATCH] i2c: ocores: use request_any_context_irq() to register IRQ handler

2019-08-22 Thread Peter Korsgaard
> "Federico" == Federico Vaga writes: > The i2c-ocores device is an HDL component that get instantiated in FPGA. > The software stack used to drive an FPGA can be very different, and the > i2c-ocore ip-core must work in different context. With respect to this > patch the IRQ controller

Re: [PATCH] i2c: ocores: use request_any_context_irq() to register IRQ handler

2019-08-22 Thread Andrew Lunn
On Thu, Aug 22, 2019 at 03:21:32PM +0200, Federico Vaga wrote: > The i2c-ocores device is an HDL component that get instantiated in FPGA. > The software stack used to drive an FPGA can be very different, and the > i2c-ocore ip-core must work in different context. With respect to this > patch the

[PATCH] i2c: ocores: use request_any_context_irq() to register IRQ handler

2019-08-22 Thread Federico Vaga
The i2c-ocores device is an HDL component that get instantiated in FPGA. The software stack used to drive an FPGA can be very different, and the i2c-ocore ip-core must work in different context. With respect to this patch the IRQ controller behind this device, and its driver, can have different