linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kyle McMartin <kyle@infradead.org>
To: Kalle Valo <kvalo@qca.qualcomm.com>
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
	linux-firmware@kernel.org
Subject: Re: [PATCH v2 0/6] linux-firmware: ath10k: update and add various firmware files
Date: Wed, 24 Aug 2016 20:38:01 -0400	[thread overview]
Message-ID: <20160825003801.GD20731@merlin.infradead.org> (raw)
In-Reply-To: <20160824113134.5625.35574.stgit@potku.adurom.net>

On Wed, Aug 24, 2016 at 02:32:10PM +0300, Kalle Valo wrote:
> Hi,
> 
> here's a bigger ath10k firmware update. Support for four new hardware
> and smaller updates for existing hardware.
> 
> Kalle
> 
> v2:
> 
> * patch 4: Fix a typo in the commit log.

Applied series, thanks Kalle.

regards, --Kyle

> 
> ---
> 
> Kalle Valo (6):
>       ath10k: QCA4019 hw1.0: add firmware and board files
>       ath10k: QCA9887 hw1.0: add firmware and board files
>       ath10k: QCA9888 hw2.0: add firmware and board files
>       ath10k: QCA9984 hw1.0: add firmware and board files
>       ath10k: QCA988X hw2.0: update firmware to 10.2.4.70.54
>       ath10k: QCA6174: update board files
> 
> 
>  WHENCE                                            |   18 +
>  ath10k/QCA4019/hw1.0/board-2.bin                  |  Bin
>  ath10k/QCA4019/hw1.0/firmware-5.bin               |  Bin
>  ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt |  589 +++++++++++++++++++++
>  ath10k/QCA6174/hw2.1/board-2.bin                  |  Bin
>  ath10k/QCA6174/hw3.0/board-2.bin                  |  Bin
>  ath10k/QCA9887/hw1.0/board.bin                    |  Bin
>  ath10k/QCA9887/hw1.0/firmware-5.bin               |  Bin
>  ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt |  328 ++++++++++++
>  ath10k/QCA9888/hw2.0/board-2.bin                  |  Bin
>  ath10k/QCA9888/hw2.0/firmware-5.bin               |  Bin
>  ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt |  589 +++++++++++++++++++++
>  ath10k/QCA988X/hw2.0/firmware-5.bin               |  Bin
>  ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt |   44 +-
>  ath10k/QCA9984/hw1.0/board-2.bin                  |  Bin
>  ath10k/QCA9984/hw1.0/firmware-5.bin               |  Bin
>  ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt |  589 +++++++++++++++++++++
>  17 files changed, 2134 insertions(+), 23 deletions(-)
>  create mode 100644 ath10k/QCA4019/hw1.0/board-2.bin
>  create mode 100644 ath10k/QCA4019/hw1.0/firmware-5.bin
>  create mode 100644 ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt
>  create mode 100644 ath10k/QCA9887/hw1.0/board.bin
>  create mode 100644 ath10k/QCA9887/hw1.0/firmware-5.bin
>  create mode 100644 ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt
>  create mode 100644 ath10k/QCA9888/hw2.0/board-2.bin
>  create mode 100644 ath10k/QCA9888/hw2.0/firmware-5.bin
>  create mode 100644 ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt
>  create mode 100644 ath10k/QCA9984/hw1.0/board-2.bin
>  create mode 100644 ath10k/QCA9984/hw1.0/firmware-5.bin
>  create mode 100644 ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt
> 
> 

      parent reply	other threads:[~2016-08-25  4:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 11:32 [PATCH v2 0/6] linux-firmware: ath10k: update and add various firmware files Kalle Valo
2016-08-24 11:32 ` [PATCH v2 1/6] ath10k: QCA4019 hw1.0: add firmware and board files Kalle Valo
2016-08-24 11:32 ` [PATCH v2 2/6] ath10k: QCA9887 " Kalle Valo
2016-08-24 11:33 ` [PATCH v2 3/6] ath10k: QCA9888 hw2.0: " Kalle Valo
2016-08-24 11:33 ` [PATCH v2 4/6] ath10k: QCA9984 hw1.0: " Kalle Valo
2016-08-24 11:33 ` [PATCH v2 5/6] ath10k: QCA988X hw2.0: update firmware to 10.2.4.70.54 Kalle Valo
2016-08-24 11:34 ` [PATCH v2 6/6] ath10k: QCA6174: update board files Kalle Valo
2016-08-25  0:38 ` Kyle McMartin [this message]

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=20160825003801.GD20731@merlin.infradead.org \
    --to=kyle@infradead.org \
    --cc=ath10k@lists.infradead.org \
    --cc=kvalo@qca.qualcomm.com \
    --cc=linux-firmware@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).