Re: [PATCH] misc: rtsx: Move Realtek Card Reader Driver to misc

From: Arnd Bergmann
Date: Wed Oct 18 2017 - 04:56:48 EST


On Wed, Oct 18, 2017 at 10:45 AM, <rui_feng@xxxxxxxxxxxxxx> wrote:
> From: rui_feng <rui_feng@xxxxxxxxxxxxxx>
>
> Move Realtek PCIE Card Reader Driver to misc.
> 1.Create a folder realtek to store rtl8411.c rts5209.c
> rts5227.c rts5229.c rts5249.c rtsx_pcr.c rtsx_pcr.h.
> 2.Move include/linux/mfd/rtsx_common.h and include/linux/mfd/rtsx_pci.h
> to include/linux.
> 3.Move all Kconfig and Makefile related to Realtek card readers to misc.
>
> Signed-off-by: rui_feng <rui_feng@xxxxxxxxxxxxxx>
> ---
> drivers/memstick/host/rtsx_pci_ms.c | 2 +-
> drivers/mfd/Kconfig | 11 -
> drivers/mfd/Makefile | 2 -
> drivers/mfd/rtl8411.c | 508 ------------
> drivers/mfd/rts5209.c | 277 -------
> drivers/mfd/rts5227.c | 374 ---------

Please update the patch with two changes:

1. rewrite the changelog completely to explain *why* you do this. We can
see from the patch what it does, no need to go into detail about it beyond
the subject, but I have no idea what this is good for.

2. Use "git format-patch -M" to create the patch without listing each file
twice.

Arnd