Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 990da415 authored by Li Jun's avatar Li Jun Committed by Greg Kroah-Hartman
Browse files

staging: typec: tcpci: move tcpci drivers out of staging



Move TCPCI(Typec port controller interface) driver and rt1711h
driver out of staging.

Signed-off-by: default avatarLi Jun <jun.li@nxp.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 00251488
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ source "drivers/staging/greybus/Kconfig"

source "drivers/staging/vc04_services/Kconfig"

source "drivers/staging/typec/Kconfig"

source "drivers/staging/vboxvideo/Kconfig"

source "drivers/staging/pi433/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
# Makefile for staging directory

obj-y				+= media/
obj-y				+= typec/
obj-$(CONFIG_PRISM2_USB)	+= wlan-ng/
obj-$(CONFIG_COMEDI)		+= comedi/
obj-$(CONFIG_FB_OLPC_DCON)	+= olpc_dcon/

drivers/staging/typec/Kconfig

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
menu "USB Power Delivery and Type-C drivers"

if TYPEC_TCPM

config TYPEC_TCPCI
	tristate "Type-C Port Controller Interface driver"
	depends on I2C
	select REGMAP_I2C
	help
	  Type-C Port Controller driver for TCPCI-compliant controller.

config TYPEC_RT1711H
	tristate "Richtek RT1711H Type-C chip driver"
	select TYPEC_TCPCI
	help
	  Richtek RT1711H Type-C chip driver that works with
	  Type-C Port Controller Manager to provide USB PD and USB
	  Type-C functionalities.

endif

endmenu

drivers/staging/typec/Makefile

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_TYPEC_TCPCI)	+= tcpci.o
obj-$(CONFIG_TYPEC_RT1711H)	+= tcpci_rt1711h.o

drivers/staging/typec/TODO

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
tcpci:
- Test with real hardware

Please send patches to Guenter Roeck <linux@roeck-us.net> and copy
Heikki Krogerus <heikki.krogerus@linux.intel.com>.
Loading