usb: typec: tps6598x: Move the driver under its own subdirectory
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 10 Mar 2021 10:46:29 +0000 (13:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Mar 2021 14:32:20 +0000 (15:32 +0100)
commit2786d8618a92f4108092b5f20044b06fca83f389
tree1286975edbb6a81f5d13542fc51d3df7b1d9196a
parent3adab6a1691a69c5e86bf10a9217d7dc6d02eb01
usb: typec: tps6598x: Move the driver under its own subdirectory

The driver consist of multiple files. Grouping all of them
under a separate directory drivers/usb/typec/tipd/.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20210310104630.77945-3-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/Kconfig
drivers/usb/typec/Makefile
drivers/usb/typec/tipd/Kconfig [new file with mode: 0644]
drivers/usb/typec/tipd/Makefile [new file with mode: 0644]
drivers/usb/typec/tipd/tps6598x.c [moved from drivers/usb/typec/tps6598x.c with 100% similarity]
drivers/usb/typec/tipd/tps6598x.h [moved from drivers/usb/typec/tps6598x.h with 100% similarity]
drivers/usb/typec/tipd/tps6598x_trace.h [moved from drivers/usb/typec/tps6598x_trace.h with 100% similarity]