All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Raj Kumar Bhagat <quic_rajkbhag@quicinc.com>
Cc: <ath11k@lists.infradead.org>,  <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 0/2] ath11k: factory test mode support
Date: Fri, 12 May 2023 12:05:05 +0300	[thread overview]
Message-ID: <87ttwhncn2.fsf@kernel.org> (raw)
In-Reply-To: <0289c7f1-e729-e924-5ae8-a6156266e675@quicinc.com> (Raj Kumar Bhagat's message of "Tue, 28 Mar 2023 10:16:58 +0530")

Raj Kumar Bhagat <quic_rajkbhag@quicinc.com> writes:

> On 3/13/2023 5:51 PM, Kalle Valo wrote:
>
>> Raj Kumar Bhagat <quic_rajkbhag@quicinc.com> writes:
>> 
>>> Device is booted in factory test mode to calibrate the board.
>>> The commands are sent from a userspace application, which is
>>> sent to firmware using wmi commands. Firmware will send the
>>> response back to the application which stores the calibration
>>> data in caldata.bin file. This file will be loaded when the
>>> device boots up normally next time.
>>>
>>> Govindaraj Saminathan (1):
>>>   wifi: ath11k: factory test mode support
>>>
>>> Sowmiya Sree Elavalagan (1):
>>>   wifi: ath11k: Allow ath11k to boot without caldata in ftm mode
>> 
>> While reviewing the patches I made quite a few style cleanup to patches
>> (too many to list):
>> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending&id=4a5ca29c396ace5c46b208a8c15a3ba53eabaddd
>> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending&id=ba74c7478f5d15ce38e609b9ad4810db7511a3dd
>> 
>> I only compile tested them. Please use these as the baseline for v2.
>> 
> Hi Kalle,
>
> Unable to get the baseline patch for v2 from the above link. Getting the
> below error with the link:
> Bad commit reference: 4a5ca29c396ace5c46b208a8c15a3ba53eabaddd

I now pushed them again:

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=f3d1f7ae115e12108ba7d7fa0ea6374b9e28869c

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=229ea354bdd24bf3c33c9447674fab8d609e24a2

From now I'll tag every time I change the pending branch, this should
prevent old commits from disappearing.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

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@kernel.org>
To: Raj Kumar Bhagat <quic_rajkbhag@quicinc.com>
Cc: <ath11k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 0/2] ath11k: factory test mode support
Date: Fri, 12 May 2023 12:05:05 +0300	[thread overview]
Message-ID: <87ttwhncn2.fsf@kernel.org> (raw)
In-Reply-To: <0289c7f1-e729-e924-5ae8-a6156266e675@quicinc.com> (Raj Kumar Bhagat's message of "Tue, 28 Mar 2023 10:16:58 +0530")

Raj Kumar Bhagat <quic_rajkbhag@quicinc.com> writes:

> On 3/13/2023 5:51 PM, Kalle Valo wrote:
>
>> Raj Kumar Bhagat <quic_rajkbhag@quicinc.com> writes:
>> 
>>> Device is booted in factory test mode to calibrate the board.
>>> The commands are sent from a userspace application, which is
>>> sent to firmware using wmi commands. Firmware will send the
>>> response back to the application which stores the calibration
>>> data in caldata.bin file. This file will be loaded when the
>>> device boots up normally next time.
>>>
>>> Govindaraj Saminathan (1):
>>>   wifi: ath11k: factory test mode support
>>>
>>> Sowmiya Sree Elavalagan (1):
>>>   wifi: ath11k: Allow ath11k to boot without caldata in ftm mode
>> 
>> While reviewing the patches I made quite a few style cleanup to patches
>> (too many to list):
>> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending&id=4a5ca29c396ace5c46b208a8c15a3ba53eabaddd
>> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending&id=ba74c7478f5d15ce38e609b9ad4810db7511a3dd
>> 
>> I only compile tested them. Please use these as the baseline for v2.
>> 
> Hi Kalle,
>
> Unable to get the baseline patch for v2 from the above link. Getting the
> below error with the link:
> Bad commit reference: 4a5ca29c396ace5c46b208a8c15a3ba53eabaddd

I now pushed them again:

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=f3d1f7ae115e12108ba7d7fa0ea6374b9e28869c

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=229ea354bdd24bf3c33c9447674fab8d609e24a2

From now I'll tag every time I change the pending branch, this should
prevent old commits from disappearing.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

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

  reply	other threads:[~2023-05-12  9:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13 13:08 [PATCH 0/2] ath11k: factory test mode support Raj Kumar Bhagat
2023-02-13 13:08 ` Raj Kumar Bhagat
2023-02-13 13:08 ` [PATCH 1/2] wifi: " Raj Kumar Bhagat
2023-02-13 13:08   ` Raj Kumar Bhagat
2023-02-27 13:03   ` Kalle Valo
2023-02-27 13:03     ` Kalle Valo
2023-03-13  9:53   ` Kalle Valo
2023-03-13  9:53     ` Kalle Valo
2023-04-20  9:54     ` Raj Kumar Bhagat
2023-04-20  9:54       ` Raj Kumar Bhagat
2023-03-13 12:17   ` Kalle Valo
2023-03-13 12:17     ` Kalle Valo
2023-04-20 10:02     ` Raj Kumar Bhagat
2023-04-20 10:02       ` Raj Kumar Bhagat
2023-02-13 13:08 ` [PATCH 2/2] wifi: ath11k: Allow ath11k to boot without caldata in ftm mode Raj Kumar Bhagat
2023-02-13 13:08   ` Raj Kumar Bhagat
2023-02-16 14:56 ` [PATCH 0/2] ath11k: factory test mode support Vasanthakumar Thiagarajan
2023-02-16 14:56   ` Vasanthakumar Thiagarajan
2023-03-13 12:21 ` Kalle Valo
2023-03-13 12:21   ` Kalle Valo
2023-03-28  4:46   ` Raj Kumar Bhagat
2023-03-28  4:46     ` Raj Kumar Bhagat
2023-05-12  9:05     ` Kalle Valo [this message]
2023-05-12  9:05       ` 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=87ttwhncn2.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_rajkbhag@quicinc.com \
    /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.