usb: typec: driver for TI TPS6598x USB Power Delivery controllers
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 25 Sep 2017 07:08:53 +0000 (10:08 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:57:57 +0000 (09:57 +0200)
commit0a4c005bd1715d8b32a368ed5516a6ee7e603d18
treec75a9251942496aafbaa22d6334257b97e26346a
parent3c4fb9f169214290ec9a943907321e6265b36f65
usb: typec: driver for TI TPS6598x USB Power Delivery controllers

Driver for TI TPS65982, TPS65983 and other TPS6598x family
stand alone USB Power Delivery controllers.

The driver will at this stage only register the port and
partners attached to it, so cables and alternate modes are
not yet registered. Both power and data role swapping is
supported.

Signed-off-by: Heikki Krogerus <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/tps6598x.c [new file with mode: 0644]