From: Greg KH <gregkh@linuxfoundation.org>
To: Glen Lee <glen.lee@atmel.com>
Cc: devel@driverdev.osuosl.org, austin.shin@atmel.com,
linux-wireless@vger.kernel.org, Nicolas.FERRE@atmel.com,
adel.noureldin@atmel.com, tony.cho@atmel.com, leo.kim@atmel.com,
adham.abozaeid@atmel.com
Subject: Re: [PATCH 01/26] staging: wilc1000: separate hif_sdio and hif_spi into different module
Date: Fri, 6 Nov 2015 14:45:22 -0800 [thread overview]
Message-ID: <20151106224522.GA22199@kroah.com> (raw)
In-Reply-To: <1446802823-22598-2-git-send-email-glen.lee@atmel.com>
On Fri, Nov 06, 2015 at 06:39:58PM +0900, Glen Lee wrote:
> hif_sdio and hif_spi objects are compiled all the time even though one of SPI
> or SDIO is selected. This patch separates hif_sdio and hif_spi into different
> modules using ifdef define.
> After rework SPI and SDIO modules with only one hif interface, the define
> WILC_SDIO will be removed. This is first path of this series.
>
> Signed-off-by: Glen Lee <glen.lee@atmel.com>
> ---
> drivers/staging/wilc1000/Makefile | 6 +++---
> drivers/staging/wilc1000/wilc_wlan.c | 36 +++++++++++++++++-------------------
> 2 files changed, 20 insertions(+), 22 deletions(-)
This patch doesn't apply at all, I think we are out of sync now. Please
refresh and redo this series against my staging-testing branch and
resend.
thanks,
greg k-h
next prev parent reply other threads:[~2015-11-06 22:45 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 9:39 [PATCH 00/26] staging: wilc1000: tidy up sdio/spi Glen Lee
2015-11-06 9:39 ` [PATCH 01/26] staging: wilc1000: separate hif_sdio and hif_spi into different module Glen Lee
2015-11-06 22:45 ` Greg KH [this message]
2015-11-06 22:49 ` Greg KH
2015-11-06 9:39 ` [PATCH 02/26] staging: wilc1000: remove function pointer sdio_cmd52 Glen Lee
2015-11-06 9:40 ` [PATCH 03/26] staging: wilc1000: remove sdio_cmd52 of wilc_wlan_io_func_t Glen Lee
2015-11-06 9:40 ` [PATCH 04/26] staging: wilc1000: remove function pointer sdio_cmd53 Glen Lee
2015-11-06 9:40 ` [PATCH 05/26] staging: wilc1000: remove sdio_cmd53 of wilc_wlan_io_func_t Glen Lee
2015-11-06 9:40 ` [PATCH 06/26] staging: wilc1000: remove function pointer sdio_set_max_speed Glen Lee
2015-11-06 9:40 ` [PATCH 07/26] staging: wilc1000: remove sdio_set_max_speed Glen Lee
2015-11-06 9:40 ` [PATCH 08/26] staging: wilc1000: remove function pointer sdio_set_default_speed Glen Lee
2015-11-06 9:40 ` [PATCH 09/26] staging: wilc1000: remove varialbe sdio_set_default_speed Glen Lee
2015-11-06 9:40 ` [PATCH 10/26] staging: wilc1000: call linux_sdio_init instead of io_init Glen Lee
2015-11-06 9:40 ` [PATCH 11/26] staging: wilc1000: wilc_spi.c: add prefix wilc in all function name Glen Lee
2015-11-06 9:40 ` [PATCH 12/26] staging: wilc1000: remove function pointer spi_tx of wilc_spi_t Glen Lee
2015-11-06 9:40 ` [PATCH 13/26] staging: wilc1000: remove function pointer spi_tx of wilc_wlan_io_function_t Glen Lee
2015-11-06 9:40 ` [PATCH 14/26] staging: wilc1000: remove function pointer spi_rx of wilc_spi_t Glen Lee
2015-11-06 9:40 ` [PATCH 15/26] staging: wilc1000: remove function pointer spi_rx of wilc_wlan_io_func_t Glen Lee
2015-11-06 9:40 ` [PATCH 16/26] staging: wilc1000: remove function pointer spi_trx Glen Lee
2015-11-06 9:40 ` [PATCH 17/26] staging: wilc1000: remove spi_trx of wilc_wlan_io_func_t Glen Lee
2015-11-06 9:40 ` [PATCH 18/26] staging: wilc1000: remove function pointer spi_max_speed Glen Lee
2015-11-06 9:40 ` [PATCH 19/26] staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_t Glen Lee
2015-11-06 9:40 ` [PATCH 20/26] staging: wilc1000: remove function pointer io_init Glen Lee
2015-11-06 9:40 ` [PATCH 21/26] staging: wilc1000: remove unused function pointer io_deinit Glen Lee
2015-11-06 9:40 ` [PATCH 22/26] staging: wilc1000: linux_sdio_init: remove parameter pv Glen Lee
2015-11-06 9:40 ` [PATCH 23/26] staging: wilc1000: linux_spi_init: remove parameter vp Glen Lee
2015-11-06 9:40 ` [PATCH 24/26] staging: wilc1000: remove os_context Glen Lee
2015-11-06 9:40 ` [PATCH 25/26] staging: wilc1000: change parameter type of hif_init Glen Lee
2015-11-06 9:40 ` [PATCH 26/26] staging: wilc1000: remove os_private Glen Lee
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=20151106224522.GA22199@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Nicolas.FERRE@atmel.com \
--cc=adel.noureldin@atmel.com \
--cc=adham.abozaeid@atmel.com \
--cc=austin.shin@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=glen.lee@atmel.com \
--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.