Message ID | 20241005193029.1929139-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mfd: intel_soc_pmic_bxtwc: Fix IRQ domain usage | expand |
On Sat, 05 Oct 2024 22:27:03 +0300, Andy Shevchenko wrote: > It appears that the driver has been developed without proper thinking > of what the difference between HW IRQ and Linux IRQ (also known as vIRQ). > This misunderstanding led to the 0 being used as vIRQ which is no-no and > platform APIs unveil this after the commit a85a6c86c25b ("driver core: > platform: Clarify that IRQ 0 is invalid"). With this the Intel Broxton > Whiskey Cove PMIC driver has to be fixed all over the places. > > [...] Applied, thanks! [1/4] mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device commit: 59703271a86fee0fb2087d3a9990068fa0f147fb [2/4] mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device commit: e005ef9f90c045dc284589ece4d6d14af3462a32 [3/4] mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices commit: 8db3d3e5439808cd899d14fb80e0b01beb9f6379 [4/4] mfd: intel_soc_pmic_bxtwc: Fix IRQ domain names duplication commit: 673f0f9a8db71c94e1eb880d1a88204c334710c9 -- Lee Jones [李琼斯]
On Thu, Oct 10, 2024 at 05:19:09PM +0100, Lee Jones wrote: > On Sat, 05 Oct 2024 22:27:03 +0300, Andy Shevchenko wrote: > > It appears that the driver has been developed without proper thinking > > of what the difference between HW IRQ and Linux IRQ (also known as vIRQ). > > This misunderstanding led to the 0 being used as vIRQ which is no-no and > > platform APIs unveil this after the commit a85a6c86c25b ("driver core: > > platform: Clarify that IRQ 0 is invalid"). With this the Intel Broxton > > Whiskey Cove PMIC driver has to be fixed all over the places. [...] > Applied, thanks! Thank you!