All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [v2,01/11] ath9k: Add initial structures for AIC
Date: Fri, 20 Mar 2015 06:29:10 +0000 (UTC)	[thread overview]
Message-ID: <20150320062910.E7EB1140B80@smtp.codeaurora.org> (raw)
In-Reply-To: <1426312677-2064-2-git-send-email-sujith@msujith.org>


> From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
> 
> These are necessary for implementing AIC,
> supported by chips like WB222.
> 
> Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>

Thanks, 11 patches applied to wireless-drivers-next.git:

d3f193ee6538 ath9k: Add initial structures for AIC
637625f2db84 ath9k: Register private AIC ops
6dacafea2d3a ath9k: Add register definitions for AIC
b6ab9ae2eed8 ath9k: Handle MCI_STATE_AIC_CAL_SINGLE
716eed4c0dfb ath9k: Finish AIC calibration
188f1a1288d5 ath9k: Process the AIC calibration results
208837eeb925 ath9k: Disable AIC by default
958b6827b781 ath9k: Handle MCI_STATE_AIC_CAL_RESET
f2ef792a8085 ath9k: Handle MCI_STATE_AIC_START
60544603b669 ath9k: Handle MCI_STATE_AIC_CAL
7644317bd39c ath9k: Start AIC calibration during MCI reset

Kalle Valo

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Sujith Manoharan <sujith@msujith.org>
Cc: linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org
Subject: Re: [v2,01/11] ath9k: Add initial structures for AIC
Date: Fri, 20 Mar 2015 06:29:10 +0000 (UTC)	[thread overview]
Message-ID: <20150320062910.E7EB1140B80@smtp.codeaurora.org> (raw)
In-Reply-To: <1426312677-2064-2-git-send-email-sujith@msujith.org>


> From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
> 
> These are necessary for implementing AIC,
> supported by chips like WB222.
> 
> Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>

Thanks, 11 patches applied to wireless-drivers-next.git:

d3f193ee6538 ath9k: Add initial structures for AIC
637625f2db84 ath9k: Register private AIC ops
6dacafea2d3a ath9k: Add register definitions for AIC
b6ab9ae2eed8 ath9k: Handle MCI_STATE_AIC_CAL_SINGLE
716eed4c0dfb ath9k: Finish AIC calibration
188f1a1288d5 ath9k: Process the AIC calibration results
208837eeb925 ath9k: Disable AIC by default
958b6827b781 ath9k: Handle MCI_STATE_AIC_CAL_RESET
f2ef792a8085 ath9k: Handle MCI_STATE_AIC_START
60544603b669 ath9k: Handle MCI_STATE_AIC_CAL
7644317bd39c ath9k: Start AIC calibration during MCI reset

Kalle Valo

  reply	other threads:[~2015-03-20  6:29 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-14  5:57 [ath9k-devel] [PATCH v2 00/11] ath9k patches Sujith Manoharan
2015-03-14  5:57 ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 01/11] ath9k: Add initial structures for AIC Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-20  6:29   ` Kalle Valo [this message]
2015-03-20  6:29     ` [v2,01/11] " Kalle Valo
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 02/11] ath9k: Register private AIC ops Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-20 11:06   ` [ath9k-devel] " Kalle Valo
2015-03-20 11:06     ` Kalle Valo
2015-03-20 13:46     ` [ath9k-devel] " Sujith Manoharan
2015-03-20 13:46       ` Sujith Manoharan
2015-03-20 13:55       ` [ath9k-devel] " Kalle Valo
2015-03-20 13:55         ` Kalle Valo
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 03/11] ath9k: Add register definitions for AIC Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 04/11] ath9k: Handle MCI_STATE_AIC_CAL_SINGLE Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 05/11] ath9k: Finish AIC calibration Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 06/11] ath9k: Process the AIC calibration results Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 07/11] ath9k: Disable AIC by default Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 08/11] ath9k: Handle MCI_STATE_AIC_CAL_RESET Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 09/11] ath9k: Handle MCI_STATE_AIC_START Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 10/11] ath9k: Handle MCI_STATE_AIC_CAL Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan
2015-03-14  5:57 ` [ath9k-devel] [PATCH v2 11/11] ath9k: Start AIC calibration during MCI reset Sujith Manoharan
2015-03-14  5:57   ` Sujith Manoharan

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=20150320062910.E7EB1140B80@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=ath9k-devel@lists.ath9k.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.