The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: rui_feng@realsil.com.cn
Cc: arnd@arndb.de, gregkh@linuxfoundation.org,
	ulf.hansson@linaro.org, linux-kernel@vger.kernel.org,
	ricky_wu@realtek.com, bristot@redhat.com, perry_yuan@dell.com
Subject: Re: [PATCH v8,1/2] misc: rtsx: Move Realtek Card Reader Driver to misc
Date: Wed, 29 Nov 2017 10:13:56 +0000	[thread overview]
Message-ID: <20171129101356.erg37youzaiyduab@dell> (raw)
In-Reply-To: <1511946483-2842-1-git-send-email-rui_feng@realsil.com.cn>

On Wed, 29 Nov 2017, rui_feng@realsil.com.cn wrote:

> From: Rui Feng <rui_feng@realsil.com.cn>
> 
> Because Realtek card reader drivers are pcie and usb drivers,
> and they bridge mmc subsystem and memstick subsystem, they are
> not mfd drivers. Greg and Lee Jones had a discussion about
> where to put the drivers, the result is that misc is a good
> place for them, so I move all files to misc. If I don't move
> them to a right place, I can't add any patch for this driver.
> 
> Signed-off-by: Rui Feng <rui_feng@realsil.com.cn>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
> Reviewed-by: Daniel Bristot de Oliveira <bristot@redhat.com>
> Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Tested-by: Perry Yuan <perry_yuan@dell.com>
> 
> v8 changes:
> * add Acked-by and Tested-by
> ---
>  drivers/memstick/host/Kconfig               |  4 ++--
>  drivers/memstick/host/rtsx_pci_ms.c         |  2 +-
>  drivers/memstick/host/rtsx_usb_ms.c         |  2 +-
>  drivers/mfd/Kconfig                         | 21 ---------------------
>  drivers/mfd/Makefile                        |  4 ----
>  drivers/misc/Kconfig                        |  5 +++++
>  drivers/misc/Makefile                       |  1 +
>  drivers/misc/cardreader/Kconfig             | 20 ++++++++++++++++++++
>  drivers/misc/cardreader/Makefile            |  4 ++++
>  drivers/{mfd => misc/cardreader}/rtl8411.c  |  2 +-
>  drivers/{mfd => misc/cardreader}/rts5209.c  |  2 +-
>  drivers/{mfd => misc/cardreader}/rts5227.c  |  2 +-
>  drivers/{mfd => misc/cardreader}/rts5229.c  |  2 +-
>  drivers/{mfd => misc/cardreader}/rts5249.c  |  3 +--
>  drivers/{mfd => misc/cardreader}/rtsx_pcr.c |  2 +-
>  drivers/{mfd => misc/cardreader}/rtsx_pcr.h |  2 +-
>  drivers/{mfd => misc/cardreader}/rtsx_usb.c |  2 +-
>  drivers/mmc/host/Kconfig                    |  4 ++--
>  drivers/mmc/host/rtsx_pci_sdmmc.c           |  2 +-
>  drivers/mmc/host/rtsx_usb_sdmmc.c           |  2 +-
>  include/linux/{mfd => }/rtsx_common.h       |  0
>  include/linux/{mfd => }/rtsx_pci.h          |  2 +-
>  include/linux/{mfd => }/rtsx_usb.h          |  0
>  23 files changed, 47 insertions(+), 43 deletions(-)
>  create mode 100644 drivers/misc/cardreader/Kconfig
>  create mode 100644 drivers/misc/cardreader/Makefile
>  rename drivers/{mfd => misc/cardreader}/rtl8411.c (99%)
>  rename drivers/{mfd => misc/cardreader}/rts5209.c (99%)
>  rename drivers/{mfd => misc/cardreader}/rts5227.c (99%)
>  rename drivers/{mfd => misc/cardreader}/rts5229.c (99%)
>  rename drivers/{mfd => misc/cardreader}/rts5249.c (99%)
>  rename drivers/{mfd => misc/cardreader}/rtsx_pcr.c (99%)
>  rename drivers/{mfd => misc/cardreader}/rtsx_pcr.h (99%)
>  rename drivers/{mfd => misc/cardreader}/rtsx_usb.c (99%)
>  rename include/linux/{mfd => }/rtsx_common.h (100%)
>  rename include/linux/{mfd => }/rtsx_pci.h (99%)
>  rename include/linux/{mfd => }/rtsx_usb.h (100%)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2017-11-29 10:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-29  9:08 [PATCH v8,1/2] misc: rtsx: Move Realtek Card Reader Driver to misc rui_feng
2017-11-29 10:13 ` Lee Jones [this message]
2017-11-29 10:22 ` [GIT PULL] Immutable branch between MFD, Memstick, Misc and MMC due for the v4.16 merge window Lee Jones
2017-12-04  9:50   ` [GIT PULL v2] " Lee Jones

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=20171129101356.erg37youzaiyduab@dell \
    --to=lee.jones@linaro.org \
    --cc=arnd@arndb.de \
    --cc=bristot@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perry_yuan@dell.com \
    --cc=ricky_wu@realtek.com \
    --cc=rui_feng@realsil.com.cn \
    --cc=ulf.hansson@linaro.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