[x86] Enable TI TPS6598x USB Power Delivery controller family

This enables USB power delivery controller that is found on some
ThinkPad laptops, like the ThinkPad L380. This solves the following
error in i2c_hid:

[ 1.917100] i2c_hid i2c-INT3515:02: unexpected HID descriptor bcdVersion (0x0000)

This has the effect to use a dummy_regulator by default (no support is
found for INT3515, so vdd cannot be found) and disable pm_runtime during
probe.
This commit is contained in:
Romain Perier 2018-09-09 19:09:54 +02:00
parent c3c92032ba
commit 23b68f643e
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -1,7 +1,11 @@
linux (4.18.6-2) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [x86] wireless: Enable R8822BE as module (Closes: #908330)
[ Romain Perier ]
* [x86] Enable TI TPS6598x USB Power Delivery controller family
-- Ben Hutchings <ben@decadent.org.uk> Sat, 08 Sep 2018 23:24:31 +0100
linux (4.18.6-1) unstable; urgency=medium

View File

@ -1744,6 +1744,7 @@ CONFIG_USB_SL811_CS=m
##
CONFIG_TYPEC=m
CONFIG_TYPEC_TCPM=m
CONFIG_TYPEC_TPS6598X=m
##
## file: drivers/usb/typec/fusb302/Kconfig