From: Kalle Valo <kvalo@codeaurora.org>
To: Jes Sorensen <Jes.Sorensen@redhat.com>
Cc: linux-wireless@vger.kernel.org, Jes Sorensen <Jes.Sorensen@redhat.com>
Subject: Re: [01/28] rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware()
Date: Thu, 25 Feb 2016 09:57:10 +0000 (UTC) [thread overview]
Message-ID: <20160225095710.2FCD1603D8@smtp.codeaurora.org> (raw)
In-Reply-To: <1454524802-26763-2-git-send-email-Jes.Sorensen@redhat.com>
> From: Jes Sorensen <Jes.Sorensen@redhat.com>
>
> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Thanks, 28 patches applied to wireless-drivers-next.git:
43154f6fd46b rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware()
ef1c0499316b rtl8xxxu: rtl8xxxu_download_firmware(): Cosmetic cleanups
216202ae20ea rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a new one
0635f8cede15 rtl8xxxu: Add RQPN_[NE]PQ_SHIFT values
f076977537d9 rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_EN
cecfd3cb29f8 rtl8xxxu: Add REG_TX_REPORT_* defines
22229fcb487a rtl8xxxu: Add more RCR bits
c1edece3c22b rtl8xxxu: Fix typo in Kconfig help text
98e27cbd9453 rtl8xxxu: Check return value of kmemdup()
d48fe60e06f4 rtl8xxxu: Implement rtl8xxxu_reset_8051()
af9e4d6d9d07 rtl8xxxu: Add definitions for antenna selection registers for 8723BU
29c2139cd04a rtl8xxxu: Add mbox extension register definitions for 8723B
ce6f2e366954 rtl8xxxu: Add REG_OFDM0_RX_D_SYNC_PATH definitions
e5c447ccf8e5 rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init_device()
38451998fb8a rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devices
56e4374a5e08 rtl8xxxu: Fix cosmetics to quiet down checkpatch police
3bed4bfa51f2 rtl8xxxu: Enable monitor mode by handling filters
b40027ba8db1 rtl8xxxu: Document REG_RXFLTMAP registers
124bc63c995d rtl8xxxu: Remove duplicate USB ID
755bda116e8a rtl8xxxu: Fix 80 character per line issue
c85ea1156d78 rtl8xxxu: Enable data frame reception in rtl8xxxu_start
a26703f39d2f rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSR
53b381c4d72a rtl8xxxu: Set correct bit to reset MCU IO wrapper
796c554257b1 rtl8xxxu: Remove unused mgmt variable from rtl8xxxu_rx_complete()
a9ffa615aa4c rtl8xxxu: Remove unused len/cnt variables from rtl8xxxu_rx_complete()
dc254ca41134 rtl8xxxu: Do not mask RF registers to 6 bits
4042e61735ce rtl8xxxu: Make device_init kludge 8723au only
5b22a111aa15 rtl8xxxu: Add missing bit define for REG_APS_FSMCO
Kalle Valo
next prev parent reply other threads:[~2016-02-25 9:57 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 18:39 [PATCH 00/28] rtl8xxxu updates and fixes Jes.Sorensen
2016-02-03 18:39 ` [PATCH 01/28] rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware() Jes.Sorensen
2016-02-25 9:57 ` Kalle Valo [this message]
2016-02-03 18:39 ` [PATCH 02/28] rtl8xxxu: rtl8xxxu_download_firmware(): Cosmetic cleanups Jes.Sorensen
2016-02-03 18:39 ` [PATCH 03/28] rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a new one Jes.Sorensen
2016-02-25 9:36 ` Kalle Valo
2016-02-25 15:02 ` Jes Sorensen
2016-02-03 18:39 ` [PATCH 04/28] rtl8xxxu: Add RQPN_[NE]PQ_SHIFT values Jes.Sorensen
2016-02-03 18:39 ` [PATCH 05/28] rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_EN Jes.Sorensen
2016-02-03 18:39 ` [PATCH 06/28] rtl8xxxu: Add REG_TX_REPORT_* defines Jes.Sorensen
2016-02-03 18:39 ` [PATCH 07/28] rtl8xxxu: Add more RCR bits Jes.Sorensen
2016-02-03 18:39 ` [PATCH 08/28] rtl8xxxu: Fix typo in Kconfig help text Jes.Sorensen
2016-02-03 18:39 ` [PATCH 09/28] rtl8xxxu: Check return value of kmemdup() Jes.Sorensen
2016-02-03 18:39 ` [PATCH 10/28] rtl8xxxu: Implement rtl8xxxu_reset_8051() Jes.Sorensen
2016-02-03 18:39 ` [PATCH 11/28] rtl8xxxu: Add definitions for antenna selection registers for 8723BU Jes.Sorensen
2016-02-03 18:39 ` [PATCH 12/28] rtl8xxxu: Add mbox extension register definitions for 8723B Jes.Sorensen
2016-02-03 18:39 ` [PATCH 13/28] rtl8xxxu: Add REG_OFDM0_RX_D_SYNC_PATH definitions Jes.Sorensen
2016-02-03 18:39 ` [PATCH 14/28] rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init_device() Jes.Sorensen
2016-02-03 18:39 ` [PATCH 15/28] rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devices Jes.Sorensen
2016-02-03 18:39 ` [PATCH 16/28] rtl8xxxu: Fix cosmetics to quiet down checkpatch police Jes.Sorensen
2016-02-03 18:39 ` [PATCH 17/28] rtl8xxxu: Enable monitor mode by handling filters Jes.Sorensen
2016-02-03 18:39 ` [PATCH 18/28] rtl8xxxu: Document REG_RXFLTMAP registers Jes.Sorensen
2016-02-03 18:39 ` [PATCH 19/28] rtl8xxxu: Remove duplicate USB ID Jes.Sorensen
2016-02-03 18:39 ` [PATCH 20/28] rtl8xxxu: Fix 80 character per line issue Jes.Sorensen
2016-02-03 18:39 ` [PATCH 21/28] rtl8xxxu: Enable data frame reception in rtl8xxxu_start Jes.Sorensen
2016-02-03 18:39 ` [PATCH 22/28] rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSR Jes.Sorensen
2016-02-03 18:39 ` [PATCH 23/28] rtl8xxxu: Set correct bit to reset MCU IO wrapper Jes.Sorensen
2016-02-03 18:39 ` [PATCH 24/28] rtl8xxxu: Remove unused mgmt variable from rtl8xxxu_rx_complete() Jes.Sorensen
2016-02-03 18:39 ` [PATCH 25/28] rtl8xxxu: Remove unused len/cnt variables " Jes.Sorensen
2016-02-03 18:40 ` [PATCH 26/28] rtl8xxxu: Do not mask RF registers to 6 bits Jes.Sorensen
2016-02-03 18:40 ` [PATCH 27/28] rtl8xxxu: Make device_init kludge 8723au only Jes.Sorensen
2016-02-03 18:40 ` [PATCH 28/28] rtl8xxxu: Add missing bit define for REG_APS_FSMCO Jes.Sorensen
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=20160225095710.2FCD1603D8@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=Jes.Sorensen@redhat.com \
--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.