mbox series

[v4,0/2,RESEND] Fix pm8941-misc extcon interrupt dependency assumptions

Message ID 20220926113143.40768-1-bryan.odonoghue@linaro.org (mailing list archive)
Headers show
Series Fix pm8941-misc extcon interrupt dependency assumptions | expand

Message

Bryan O'Donoghue Sept. 26, 2022, 11:31 a.m. UTC
RESEND:
- I thought I resent these at the start of this month, can't find them
  in linux-msm I think I just sent them to myself.

  No change since July 17th

V4:
- Added suggested extra log text from Marjin to extcon patch

V3:
- Adds a cover-letter since we are now doing two patches a dt-bindings fix and
  platform_get_irq_byname_optional fix.
- Add Review-by -> Rob Herring, Marijn Suijten
- Add additional patch to negate warning when one of usb_id or usb_vbus
  is not declared in the platform DTS.

Bryan O'Donoghue (2):
  dt-bindings: pm8941-misc: Fix usb_id and usb_vbus definitions
  extcon: qcom-spmi: Switch to platform_get_irq_byname_optional

 .../devicetree/bindings/extcon/qcom,pm8941-misc.yaml | 12 ++++++++----
 drivers/extcon/extcon-qcom-spmi-misc.c               |  4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

Comments

Marijn Suijten Sept. 28, 2022, 8:45 a.m. UTC | #1
(Whoops, I didn't get CC'd in the cover letter - downloaded it from the
lists)

On 2022-09-26 12:31:41, Bryan O'Donoghue wrote:
> RESEND:
> - I thought I resent these at the start of this month, can't find them
>   in linux-msm I think I just sent them to myself.

It seems it made it to the lists successfully - there's a v4 RESEND from
the 8th: https://lore.kernel.org/linux-arm-msm/20220908112556.860343-1-bryan.odonoghue@linaro.org/

>   No change since July 17th
> 
> V4:
> - Added suggested extra log text from Marjin to extcon patch

MarIJn*, thanks :)

- Marijn

> V3:
> - Adds a cover-letter since we are now doing two patches a dt-bindings fix and
>   platform_get_irq_byname_optional fix.
> - Add Review-by -> Rob Herring, Marijn Suijten
> - Add additional patch to negate warning when one of usb_id or usb_vbus
>   is not declared in the platform DTS.
> 
> Bryan O'Donoghue (2):
>   dt-bindings: pm8941-misc: Fix usb_id and usb_vbus definitions
>   extcon: qcom-spmi: Switch to platform_get_irq_byname_optional
> 
>  .../devicetree/bindings/extcon/qcom,pm8941-misc.yaml | 12 ++++++++----
>  drivers/extcon/extcon-qcom-spmi-misc.c               |  4 ++--
>  2 files changed, 10 insertions(+), 6 deletions(-)
> 
> -- 
> 2.36.1
>
Luca Weiss Nov. 22, 2022, 8:15 p.m. UTC | #2
On Montag, 26. September 2022 13:31:41 CET Bryan O'Donoghue wrote:
> RESEND:
> - I thought I resent these at the start of this month, can't find them
>   in linux-msm I think I just sent them to myself.
> 
>   No change since July 17th
> 
> V4:
> - Added suggested extra log text from Marjin to extcon patch
> 
> V3:
> - Adds a cover-letter since we are now doing two patches a dt-bindings fix
> and platform_get_irq_byname_optional fix.
> - Add Review-by -> Rob Herring, Marijn Suijten
> - Add additional patch to negate warning when one of usb_id or usb_vbus
>   is not declared in the platform DTS.
> 
> Bryan O'Donoghue (2):
>   dt-bindings: pm8941-misc: Fix usb_id and usb_vbus definitions
>   extcon: qcom-spmi: Switch to platform_get_irq_byname_optional
> 
>  .../devicetree/bindings/extcon/qcom,pm8941-misc.yaml | 12 ++++++++----
>  drivers/extcon/extcon-qcom-spmi-misc.c               |  4 ++--
>  2 files changed, 10 insertions(+), 6 deletions(-)

Hi Chanwoo Cho  and MyungJoo Ham,

could you please pick up these patches?

Regards
Luca
Bryan O'Donoghue Nov. 24, 2022, 12:38 a.m. UTC | #3
On 22/11/2022 20:15, Luca Weiss wrote:
> On Montag, 26. September 2022 13:31:41 CET Bryan O'Donoghue wrote:
>> RESEND:
>> - I thought I resent these at the start of this month, can't find them
>>    in linux-msm I think I just sent them to myself.
>>
>>    No change since July 17th
>>
>> V4:
>> - Added suggested extra log text from Marjin to extcon patch
>>
>> V3:
>> - Adds a cover-letter since we are now doing two patches a dt-bindings fix
>> and platform_get_irq_byname_optional fix.
>> - Add Review-by -> Rob Herring, Marijn Suijten
>> - Add additional patch to negate warning when one of usb_id or usb_vbus
>>    is not declared in the platform DTS.
>>
>> Bryan O'Donoghue (2):
>>    dt-bindings: pm8941-misc: Fix usb_id and usb_vbus definitions
>>    extcon: qcom-spmi: Switch to platform_get_irq_byname_optional
>>
>>   .../devicetree/bindings/extcon/qcom,pm8941-misc.yaml | 12 ++++++++----
>>   drivers/extcon/extcon-qcom-spmi-misc.c               |  4 ++--
>>   2 files changed, 10 insertions(+), 6 deletions(-)
> 
> Hi Chanwoo Cho  and MyungJoo Ham,
> 
> could you please pick up these patches?
> 
> Regards
> Luca
> 
> 
Thanks for bumping this Luca.

I was about to do just that.

Chanwoo - would appreciate merging this, its an annoying and very old 
dts splat for us.

---
bod