[RFC] rtc: Avoid a couple of -Wflex-array-member-not-at-end warnings

2025-03-09 Thread Gustavo A. R. Silva
Hi all, As part of the efforts to globally enable -Wflex-array-member-not-at-end, I'm currently trying to fix the following warnings: drivers/rtc/rtc-cros-ec.c:62:40: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] dri

Re: [PATCH][next] wifi: iwlwifi: dvm: Avoid -Wflex-array-member-not-at-end warnings

2025-03-09 Thread Gustavo A. R. Silva
Hi all, I wonder who can take this patch, please. :) It was submitted around the same time as this other one: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a7e8997ae18c42d30bc7181421b5715e319c0f71 And for some reason it wasn't taken back then. If you have a

Re: [PATCH v3] ARM: dts: nexus4: Initial dts

2025-03-09 Thread Dmitry Baryshkov
; with devices in his hand can push more functionality forward, if you > don't object. > > There is slowly forming some APQ8064/MSM8960 community, so I think there > will be updates, now I would just settle with minimum, so our downstream > changes will contain only small chu

Re: [PATCH v3] ARM: dts: nexus4: Initial dts

2025-03-09 Thread David Heidelberg
think there will be updates, now I would just settle with minimum, so our downstream changes will contain only small chunks to get upstreamed. Would you be ok with this approach? Thank you David +}; --- base-commit: 0a2f889128969dab41861b6e40111aa03dc57014 change-id: 20250309-lg-nexus

Re: [PATCH v3] ARM: dts: nexus4: Initial dts

2025-03-09 Thread kernel test robot
Hi David, kernel test robot noticed the following build errors: [auto build test ERROR on 0a2f889128969dab41861b6e40111aa03dc57014] url: https://github.com/intel-lab-lkp/linux/commits/David-Heidelberg-via-B4-Relay/ARM-dts-nexus4-Initial-dts/20250309-084753 base

Re: [PATCH v3] ARM: dts: nexus4: Initial dts

2025-03-09 Thread David Heidelberg
}; + +&gsbi4_serial { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&gsbi4_uart_pin_a>; Unnecessary, can be dropped. It's set in qcom-apq8064.dtsi. +}; + +/* eMMC */ +&sdcc1 { + status = "okay"; + vmmc-supply = <&pm8921_l5>; + vqmmc-supply = <&pm8921_s4>; +}; + +&riva { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&riva_wlan_pin_a>; Where is it defined? Also pinctrl-names should come after pinctrl-N. definition is kinda aside in qcom-apq8064-pins.dtsi . All other suggestions incorporated, if it's OK otherwise, let me send v2 Thank you David +}; --- base-commit: 0a2f889128969dab41861b6e40111aa03dc57014 change-id: 20250309-lg-nexus4-mako-da0833885b26 Best regards, -- David Heidelberg -- David Heidelberg

Re: [PATCH v3] ARM: dts: nexus4: Initial dts

2025-03-09 Thread Dmitry Baryshkov
}; > + }; > + }; > + }; > +}; > + > +&pmicintc { > + keypad@148 { > + compatible = "qcom,pm8921-keypad"; > + reg = <0x148>; > + interrupt-parent = <&pmicintc

Re: [PATCH v3] ARM: dts: nexus4: Initial dts

2025-03-09 Thread Dmitry Baryshkov
ts. > > Thank you > David > > > > > > +}; > > > > > > --- > > > base-commit: 0a2f889128969dab41861b6e40111aa03dc57014 > > > change-id: 20250309-lg-nexus4-mako-da0833885b26 > > > > > > Best regards, > > > -- > > > David Heidelberg > > > > > > > > > > -- > David Heidelberg > -- With best wishes Dmitry