On 28/09/2022 09:54, Marijn Suijten wrote:
On 2022-09-26 12:31:43, Bryan O'Donoghue wrote:
Valid configurations for the extcon interrupt declarations are
- usb_id
- usb_vbus
- (usb_id | usb_vbus)
In the case of a standalone usb_id or usb_vbus failure to find one of the
interrupts shouldn't generate a warning message. A warning is already in
place if both IRQs are missing.
Switch to using platform_get_irq_byname_optional() in order to facilitate
this behaviour.
Suggested-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
Feel free to carry my review from [1] even after addressing the
commit-message nit - thanks for doing so by the way!
Reviewed-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx>
[1]: https://lore.kernel.org/linux-arm-msm/20220704214444.p5oqik2cqo6h7723@xxxxxxxxxxxxxx/
- Marijn
Cool, thanks.