usb: typec: Group all TCPCI/TCPM code together
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Thu, 20 Sep 2018 11:23:47 +0000 (14:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 11:37:29 +0000 (13:37 +0200)
commitae8a2ca8a2215c7e31e6d874f7303801bb15fbbc
treeeafe6d01bf0581d90870a9dbb412467bc3c8edc7
parentc800c51f586b3c3dda59f5f08d3df9bd1ae09e3d
usb: typec: Group all TCPCI/TCPM code together

Moving all the drivers that depend on the Port Controller
Manager under a new directory drivers/usb/typec/tcpm/ and
making Guenter Roeck the designated reviewer of that code.

Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 files changed:
MAINTAINERS
drivers/usb/typec/Kconfig
drivers/usb/typec/Makefile
drivers/usb/typec/fusb302/Kconfig [deleted file]
drivers/usb/typec/fusb302/Makefile [deleted file]
drivers/usb/typec/tcpm/Kconfig [new file with mode: 0644]
drivers/usb/typec/tcpm/Makefile [new file with mode: 0644]
drivers/usb/typec/tcpm/fusb302.c [moved from drivers/usb/typec/fusb302/fusb302.c with 100% similarity]
drivers/usb/typec/tcpm/fusb302_reg.h [moved from drivers/usb/typec/fusb302/fusb302_reg.h with 100% similarity]
drivers/usb/typec/tcpm/tcpci.c [moved from drivers/usb/typec/tcpci.c with 100% similarity]
drivers/usb/typec/tcpm/tcpci.h [moved from drivers/usb/typec/tcpci.h with 100% similarity]
drivers/usb/typec/tcpm/tcpci_rt1711h.c [moved from drivers/usb/typec/tcpci_rt1711h.c with 100% similarity]
drivers/usb/typec/tcpm/tcpm.c [moved from drivers/usb/typec/tcpm.c with 100% similarity]
drivers/usb/typec/tcpm/wcove.c [moved from drivers/usb/typec/typec_wcove.c with 100% similarity]