Skip to content

Commit

Permalink
usb: typec: fusb302: Move out of staging
Browse files Browse the repository at this point in the history
The driver is in good enough shape to be moved out of staging.
Do it.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Guenter Roeck authored and Greg Kroah-Hartman committed Sep 18, 2017
1 parent 4b4e02c commit 76f0c53
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 13 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/typec/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ config TYPEC_TCPCI
help
Type-C Port Controller driver for TCPCI-compliant controller.

source "drivers/staging/typec/fusb302/Kconfig"

endif

endmenu
1 change: 0 additions & 1 deletion drivers/staging/typec/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
obj-$(CONFIG_TYPEC_TCPCI) += tcpci.o
obj-y += fusb302/
10 changes: 0 additions & 10 deletions drivers/staging/typec/fusb302/TODO

This file was deleted.

6 changes: 6 additions & 0 deletions drivers/usb/typec/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ config TYPEC_TCPM
The Type-C Port Controller Manager provides a USB PD and USB Type-C
state machine for use with Type-C Port Controllers.

if TYPEC_TCPM

source "drivers/usb/typec/fusb302/Kconfig"

endif

config TYPEC_WCOVE
tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
depends on ACPI
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/typec/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
obj-$(CONFIG_TYPEC) += typec.o
obj-$(CONFIG_TYPEC_TCPM) += tcpm.o
obj-y += fusb302/
obj-$(CONFIG_TYPEC_WCOVE) += typec_wcove.o
obj-$(CONFIG_TYPEC_UCSI) += ucsi/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 76f0c53

Please sign in to comment.