All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Anilkumar Kolli <akolli@codeaurora.org>
Cc: devicetree@vger.kernel.org, linux-wireless@vger.kernel.org,
	ath11k@lists.infradead.org
Subject: Re: [PATCH v2 0/8] ath11k: Add IPQ6018 support
Date: Tue, 16 Jun 2020 12:13:01 +0300	[thread overview]
Message-ID: <87pn9zidb6.fsf@codeaurora.org> (raw)
In-Reply-To: <1591709581-18039-1-git-send-email-akolli@codeaurora.org> (Anilkumar Kolli's message of "Tue, 9 Jun 2020 19:02:53 +0530")

Anilkumar Kolli <akolli@codeaurora.org> writes:

> IPQ6018 has a 5G radio and 2G radio with 2x2
> and shares IPQ8074 configuration.
>
> Tested on: IPQ6018 WLAN.HK.2.2-02134-QCAHKSWPL_SILICONZ-1
> Tested on: IPQ8074 WLAN.HK.2.4.0.1-00009-QCAHKSWPL_SILICONZ-1 

To get the multiple hw support faster in (I need them also for QCA6390
patches) I split this into multiple sets:

>   ath11k: update firmware files read path
>   ath11k: rename default board file

These are now applied.

>   ath11k: define max_radios in hw_params
>   ath11k: add hw_ops for pdev id to hw_mac mapping
>   ath11k: Add bdf-addr in hw_params

I'll modify these a bit, remove all IPQ6018 references from them and
then submit them myself.

>   dt: bindings: net: update compatible for ath11k
>   ath11k: add ce services for IPQ6018

Anil, please resubmit these as v3 based on the comments.

>   ath11k: add IPQ6018 support

Anil, add this as the last patch in your v3 series. And do note that I
will split the part adding ath11k_init_hw_params() function to a
separate patch, so no need to include it in this patch anymore.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Anilkumar Kolli <akolli@codeaurora.org>
Cc: ath11k@lists.infradead.org, devicetree@vger.kernel.org,
	linux-wireless@vger.kernel.org
Subject: Re: [PATCH v2 0/8] ath11k: Add IPQ6018 support
Date: Tue, 16 Jun 2020 12:13:01 +0300	[thread overview]
Message-ID: <87pn9zidb6.fsf@codeaurora.org> (raw)
In-Reply-To: <1591709581-18039-1-git-send-email-akolli@codeaurora.org> (Anilkumar Kolli's message of "Tue, 9 Jun 2020 19:02:53 +0530")

Anilkumar Kolli <akolli@codeaurora.org> writes:

> IPQ6018 has a 5G radio and 2G radio with 2x2
> and shares IPQ8074 configuration.
>
> Tested on: IPQ6018 WLAN.HK.2.2-02134-QCAHKSWPL_SILICONZ-1
> Tested on: IPQ8074 WLAN.HK.2.4.0.1-00009-QCAHKSWPL_SILICONZ-1 

To get the multiple hw support faster in (I need them also for QCA6390
patches) I split this into multiple sets:

>   ath11k: update firmware files read path
>   ath11k: rename default board file

These are now applied.

>   ath11k: define max_radios in hw_params
>   ath11k: add hw_ops for pdev id to hw_mac mapping
>   ath11k: Add bdf-addr in hw_params

I'll modify these a bit, remove all IPQ6018 references from them and
then submit them myself.

>   dt: bindings: net: update compatible for ath11k
>   ath11k: add ce services for IPQ6018

Anil, please resubmit these as v3 based on the comments.

>   ath11k: add IPQ6018 support

Anil, add this as the last patch in your v3 series. And do note that I
will split the part adding ath11k_init_hw_params() function to a
separate patch, so no need to include it in this patch anymore.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  parent reply	other threads:[~2020-06-16  9:13 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09 13:32 [PATCH v2 0/8] ath11k: Add IPQ6018 support Anilkumar Kolli
2020-06-09 13:32 ` Anilkumar Kolli
2020-06-09 13:32 ` [PATCH v2 1/8] dt: bindings: net: update compatible for ath11k Anilkumar Kolli
2020-06-09 13:32   ` Anilkumar Kolli
2020-06-17 21:46   ` Rob Herring
2020-06-17 21:46     ` Rob Herring
2020-06-09 13:32 ` [PATCH v2 2/8] ath11k: update firmware files read path Anilkumar Kolli
2020-06-09 13:32   ` Anilkumar Kolli
2020-06-16  8:47   ` Kalle Valo
2020-06-16  8:47   ` Kalle Valo
2020-06-09 13:32 ` [PATCH v2 3/8] ath11k: rename default board file Anilkumar Kolli
2020-06-09 13:32   ` Anilkumar Kolli
2020-06-16  8:48   ` Kalle Valo
2020-06-16  8:48   ` Kalle Valo
2020-06-09 13:32 ` [PATCH v2 4/8] ath11k: add IPQ6018 support Anilkumar Kolli
2020-06-09 13:32   ` Anilkumar Kolli
2020-06-09 13:32 ` [PATCH v2 5/8] ath11k: define max_radios in hw_params Anilkumar Kolli
2020-06-09 13:32   ` Anilkumar Kolli
2020-06-09 13:32 ` [PATCH v2 6/8] ath11k: add hw_ops for pdev id to hw_mac mapping Anilkumar Kolli
2020-06-09 13:32   ` Anilkumar Kolli
2020-06-09 13:33 ` [PATCH v2 7/8] ath11k: add ce services for IPQ6018 Anilkumar Kolli
2020-06-09 13:33   ` Anilkumar Kolli
2020-06-09 13:33 ` [PATCH v2 8/8] ath11k: Add bdf-addr in hw_params Anilkumar Kolli
2020-06-09 13:33   ` Anilkumar Kolli
2020-06-16  9:13 ` Kalle Valo [this message]
2020-06-16  9:13   ` [PATCH v2 0/8] ath11k: Add IPQ6018 support Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pn9zidb6.fsf@codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=akolli@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.