]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: typec: fusb302: Move out of staging
authorGuenter Roeck <linux@roeck-us.net>
Tue, 12 Sep 2017 03:32:08 +0000 (20:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2017 08:58:31 +0000 (10:58 +0200)
commit76f0c53d08b933b4708be0d775ba57a0fb4d858a
treedfa9e95601dce6eefd773656fe9606c5882e96f4
parent4b4e02c83167dca260e6bf974809979d44694e19
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>
13 files changed:
drivers/staging/typec/Kconfig
drivers/staging/typec/Makefile
drivers/staging/typec/fusb302/Kconfig [deleted file]
drivers/staging/typec/fusb302/Makefile [deleted file]
drivers/staging/typec/fusb302/TODO [deleted file]
drivers/staging/typec/fusb302/fusb302.c [deleted file]
drivers/staging/typec/fusb302/fusb302_reg.h [deleted file]
drivers/usb/typec/Kconfig
drivers/usb/typec/Makefile
drivers/usb/typec/fusb302/Kconfig [new file with mode: 0644]
drivers/usb/typec/fusb302/Makefile [new file with mode: 0644]
drivers/usb/typec/fusb302/fusb302.c [new file with mode: 0644]
drivers/usb/typec/fusb302/fusb302_reg.h [new file with mode: 0644]