usb: typec: Organize the private headers properly
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Thu, 1 Apr 2021 10:58:42 +0000 (13:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Apr 2021 07:07:41 +0000 (09:07 +0200)
commit1e2ed7b222b83795152cbbb78d6465033b20b252
treec0e170a8c40a562a957c2909331222b1f8d2bac1
parentde800f290dfaa341f22acac22bc454ea2bbf8f71
usb: typec: Organize the private headers properly

Adding a header file for each subsystem - the connector
class, alt mode bus and the class for the muxes.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20210401105847.13026-2-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/bus.c
drivers/usb/typec/bus.h
drivers/usb/typec/class.c
drivers/usb/typec/class.h [new file with mode: 0644]
drivers/usb/typec/mux.c
drivers/usb/typec/mux.h [new file with mode: 0644]