Message ID | 010101746cb6751a-ca300933-1174-4534-a01b-b1dbf1c1f305-000000@us-west-2.amazonses.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7b5bd15d23c5690bf93a06dd2d4a2d0d137ef1f5 |
Delegated to: | Kalle Valo |
Headers | show |
Series | ath11k: Add IPQ6018 support | expand |
On Tue, 08 Sep 2020 07:55:31 +0000, Anilkumar Kolli wrote: > Add IPQ6018 wireless driver support, > its based on ath11k driver. > > Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> > --- > V3: > - Use 'enum' rather than oneOf+const. > V4: > - removed oneOf, use just enum (Rob) > V5: > - Fixes errors in 'make dt_binding_check' (Rob) > > Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
Rob Herring <robh@kernel.org> writes: > On Tue, 08 Sep 2020 07:55:31 +0000, Anilkumar Kolli wrote: >> Add IPQ6018 wireless driver support, >> its based on ath11k driver. >> >> Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> >> --- >> V3: >> - Use 'enum' rather than oneOf+const. >> V4: >> - removed oneOf, use just enum (Rob) >> V5: >> - Fixes errors in 'make dt_binding_check' (Rob) >> >> Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. I added Rob's Reviewed-by in the pending branch.
Anilkumar Kolli <akolli@codeaurora.org> wrote: > Add IPQ6018 wireless driver support, > its based on ath11k driver. > > Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> > Reviewed-by: Rob Herring <robh@kernel.org> > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 3 patches applied to ath-next branch of ath.git, thanks. 7b5bd15d23c5 dt: bindings: net: update compatible for ath11k 967c1d1131fa ath11k: move target ce configs to hw_params b129699a0c7b ath11k: add ipq6018 support
diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml index a1717db36dba..4b365c9d9378 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml @@ -17,7 +17,9 @@ description: | properties: compatible: - const: qcom,ipq8074-wifi + enum: + - qcom,ipq8074-wifi + - qcom,ipq6018-wifi reg: maxItems: 1
Add IPQ6018 wireless driver support, its based on ath11k driver. Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> --- V3: - Use 'enum' rather than oneOf+const. V4: - removed oneOf, use just enum (Rob) V5: - Fixes errors in 'make dt_binding_check' (Rob) Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)