All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: glen lee <glen.lee@atmel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>,
	devel@driverdev.osuosl.org, austin.shin@atmel.com,
	linux-wireless@vger.kernel.org, Nicolas.FERRE@atmel.com,
	tony.cho@atmel.com, leo.kim@atmel.com, adham.abozaeid@atmel.com
Subject: Re: [PATCH V2 00/26] use unified firmware and add ops in cfg
Date: Mon, 25 Jan 2016 18:55:59 -0800	[thread overview]
Message-ID: <20160126025559.GA14245@kroah.com> (raw)
In-Reply-To: <56A6DD8E.70607@atmel.com>

On Tue, Jan 26, 2016 at 11:44:30AM +0900, glen lee wrote:
> 
> 
> On 2016년 01월 26일 02:21, Greg KH wrote:
> >On Mon, Jan 25, 2016 at 03:15:31PM +0200, Kalle Valo wrote:
> >>Glen Lee <glen.lee@atmel.com> writes:
> >>
> >>>This patch series contains
> >>>* support suspend and resume functionality
> >>>* use a unified firmware for all mode of operations(station, ap, p2p)
> >>>* support Station/AP concurrency
> >>>* increase link speed
> >>>* add a cfg operation for adjusting the tx power
> >>>* fix bug on p2p, WEP security and chaning virtual interface
> >>>
> >>>Changes in V2: details in each patch files.
> >>>  - 0004-staging-wilc1000-add-sdio-resume-suspend.patch
> >>It's good practise to also add "staging: wilc1000: " prefix to the cover
> >>letter.
> >Yes please, otherwise it misses my filters when I go to apply patches
> >for a subsystem and I have to find it by hand :(
> 
> Oh, I see it helps to filter. I will add prefix also.
> Do I need to resend V3 patch series with adding prefix to cover letter?

No, I'll take it this time...

      reply	other threads:[~2016-01-26  2:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25  7:35 [PATCH V2 00/26] use unified firmware and add ops in cfg Glen Lee
2016-01-25  7:35 ` [PATCH V2 01/26] staging: wilc1000: fix bug when changing virtual interface Glen Lee
2016-01-25  7:35 ` [PATCH V2 02/26] staging: wilc1000: remove define WILC_OPTIMIZE_SLEEP_INT Glen Lee
2016-01-25  7:35 ` [PATCH V2 03/26] staging: wilc1000: support suspend/resume functionality Glen Lee
2016-01-25  7:35 ` [PATCH V2 04/26] staging: wilc1000: add sdio resume/suspend Glen Lee
2016-01-25  7:35 ` [PATCH V2 05/26] staging: wilc1000: sdio_init: add resume argument Glen Lee
2016-01-25  7:35 ` [PATCH V2 06/26] staging: wilc1000: add ops resuem/suspend/wakeup in cfg80211 Glen Lee
2016-01-25  7:35 ` [PATCH V2 07/26] staging: wilc1000: remove sleep and reduce close timeout Glen Lee
2016-01-25  7:35 ` [PATCH V2 08/26] staging: wilc1000: get address from wilc Glen Lee
2016-01-25  7:35 ` [PATCH V2 09/26] staging: wilc1000: use unified firmware Glen Lee
2016-01-25  7:35 ` [PATCH V2 10/26] staging: wilc1000: remove wilc_set_machw_change_vir_if Glen Lee
2016-01-25  7:35 ` [PATCH V2 11/26] staging: wilc1000: set bssid with mode Glen Lee
2016-01-25  7:35 ` [PATCH V2 12/26] staging: wilc1000: set proper bssid address Glen Lee
2016-01-25  7:35 ` [PATCH V2 13/26] staging: wilc1000: change_virtual_intf: change codes for unified firmware Glen Lee
2016-01-25  7:35 ` [PATCH V2 14/26] staging: wilc1000: call power save after changing mode Glen Lee
2016-01-25  7:35 ` [PATCH V2 15/26] staging: wilc1000: wilc_set_wfi_drv_handler: add mac index Glen Lee
2016-02-03 23:26   ` Greg KH
2016-01-25  7:35 ` [PATCH V2 16/26] staging: wilc1000: remove unused functions Glen Lee
2016-01-25  7:35 ` [PATCH V2 17/26] staging: wilc1000: ignore power save Glen Lee
2016-01-25  7:35 ` [PATCH V2 18/26] staging: wilc1000: handle connecting error Glen Lee
2016-01-25  7:35 ` [PATCH V2 19/26] staging: wilc1000: tcp_process: fix a build warning Glen Lee
2016-01-25  7:35 ` [PATCH V2 20/26] staging: wilc1000: remove define TCP_ACK_FILTER Glen Lee
2016-01-25  7:35 ` [PATCH V2 21/26] staging: wilc1000: increase link speed Glen Lee
2016-01-25  7:35 ` [PATCH V2 22/26] staging: wilc1000: disable power save when AP mode Glen Lee
2016-01-25  7:35 ` [PATCH V2 23/26] staging: wilc1000: fix bug on p2p connection Glen Lee
2016-01-25  7:35 ` [PATCH V2 24/26] staging: wilc1000: add ops tx power in cfg80211 Glen Lee
2016-01-25  7:35 ` [PATCH V2 25/26] staging: wilc1000: fix WEP security bug Glen Lee
2016-01-25  7:35 ` [PATCH V2 26/26] staging: wilc1000: get mac address after setting drv handler Glen Lee
2016-01-25 13:15 ` [PATCH V2 00/26] use unified firmware and add ops in cfg Kalle Valo
2016-01-25 17:21   ` Greg KH
2016-01-26  2:44     ` glen lee
2016-01-26  2:55       ` Greg KH [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=20160126025559.GA14245@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Nicolas.FERRE@atmel.com \
    --cc=adham.abozaeid@atmel.com \
    --cc=austin.shin@atmel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=glen.lee@atmel.com \
    --cc=kvalo@codeaurora.org \
    --cc=leo.kim@atmel.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tony.cho@atmel.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.