-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: typec: fusb302: Move out of staging
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
Showing
9 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
obj-$(CONFIG_TYPEC_TCPCI) += tcpci.o | ||
obj-y += fusb302/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.