On Tue, Sep 26, 2017 at 08:45:27AM +0800, Li Jun wrote: > Move TCPCI(Typec port controller interface) driver out of staging. > > Signed-off-by: Li Jun <jun.li@xxxxxxx> > --- > drivers/staging/Kconfig | 2 - > drivers/staging/Makefile | 1 - > drivers/staging/typec/Kconfig | 14 - > drivers/staging/typec/Makefile | 1 - > drivers/staging/typec/TODO | 5 - > drivers/staging/typec/tcpci.c | 637 ----------------------------------------- > drivers/staging/typec/tcpci.h | 133 --------- > drivers/usb/typec/Kconfig | 7 + > drivers/usb/typec/Makefile | 1 + > drivers/usb/typec/tcpci.c | 637 +++++++++++++++++++++++++++++++++++++++++ > drivers/usb/typec/tcpci.h | 133 +++++++++ > 11 files changed, 778 insertions(+), 793 deletions(-) Creating patches like this with "-M" to git format-patch is nice, that way we see the rename as just a rename, and not a big delete/add patch. Can you do that instead and resend this series? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html