We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now we can reset the whole USB 3 controller by doing:
echo '0000:01:00.0' > /sys/bus/pci/drivers/xhci_hcd/unbind echo 1 > /sys/bus/pci/devices/0000:01:00.0/remove echo '04 02' > /sys/kernel/debug/regmap/dummy-cpld@0x000000001e000000/registers sleep 5 echo '04 00' > /sys/kernel/debug/regmap/dummy-cpld@0x000000001e000000/registers sleep 1 echo 1 > /sys/bus/pci/rescan
This works really well, but is pretty hacky and requires setting the REGMAP_ALLOW_WRITE_DEBUGFS define in the kernel.
REGMAP_ALLOW_WRITE_DEBUGFS
It would be nice to surface this as a 1/0 device in /sys/bus/platform/devices/1e000000.cpld/usb3_reset
/sys/bus/platform/devices/1e000000.cpld/usb3_reset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now we can reset the whole USB 3 controller by doing:
This works really well, but is pretty hacky and requires setting the
REGMAP_ALLOW_WRITE_DEBUGFS
define in the kernel.It would be nice to surface this as a 1/0 device in
/sys/bus/platform/devices/1e000000.cpld/usb3_reset
The text was updated successfully, but these errors were encountered: