From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 03/28] rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a new one
Date: Thu, 25 Feb 2016 10:02:59 -0500 [thread overview]
Message-ID: <wrfj7fhs3k9o.fsf@redhat.com> (raw)
In-Reply-To: <87a8mpf7wp.fsf@kamboji.qca.qualcomm.com> (Kalle Valo's message of "Thu, 25 Feb 2016 11:36:54 +0200")
Kalle Valo <kvalo@codeaurora.org> writes:
> Jes.Sorensen@redhat.com writes:
>
>> From: Jes Sorensen <Jes.Sorensen@redhat.com>
>>
>> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
>
> No empty commit logs, please. And this patch even has a too long title
> which really should be the actual commit log.
>
> I can take this now but in the future please write one.
It does, the $Subject is the commit log. But I'll try and break it down
on more lines if there is something to add.
Jes
next prev parent reply other threads:[~2016-02-25 15:03 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 ` [01/28] " Kalle Valo
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 [this message]
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=wrfj7fhs3k9o.fsf@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=kvalo@codeaurora.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).