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

Commit 4a07e331 authored by Liangliang Lu's avatar Liangliang Lu
Browse files

usb: misc: Add USB super speed re-driver support



Add redriver support for improving signal quality on some board
designs.

Different board level designs may need to use different parameters,
so expose four interfaces under /sys/kerne/debug for the
tuning, that is eq, flat_gain, output_comp and loss_match.

Change-Id: Ia662fec69063cb676b0511486d09b4cffa57e25a
Signed-off-by: default avatarLiangliang Lu <luliang@codeaurora.org>
parent 315842fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -275,3 +275,9 @@ config USB_CHAOSKEY

	  To compile this driver as a module, choose M here: the
	  module will be called chaoskey.

config USB_REDRIVER_NB7VPQ904M
	tristate "USB 3.1 Gen1/Gen2 10Gbps re-driver driver for NB7VPQ904M"
	depends on USB_PHY
	help
	  Say Y here if you want to support USB super speed re-driver NB7VPQ904M.
+1 −0
Original line number Diff line number Diff line
@@ -31,3 +31,4 @@ obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.o

obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o
obj-$(CONFIG_USB_REDRIVER_NB7VPQ904M)	+= ssusb-redriver-nb7vpq904m.o
+1219 −0

File added.

Preview size limit exceeded, changes collapsed.