summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/stusb160x.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-291-1/+1
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-5/+2
|\
| * usb: typec: stusb160x: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-5/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* usb: typec: stusb160x: Don't block probing of consumer of "connector" nodesAmelie Delaunay2021-07-211-0/+9
* usb: typec: stusb160x: register role switch before interrupt registrationAmelie Delaunay2021-07-211-4/+7
* usb: typec: stusb160x: fix return value check in stusb160x_probe()Wei Yongjun2021-03-101-2/+2
* usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
* usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay2020-10-291-12/+8
* usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay2020-10-291-0/+1
* usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter2020-10-281-2/+2
* usb: typec: stusb160x: fix some signedness bugsDan Carpenter2020-10-281-3/+4
* usb: typec: add support for STUSB160x Type-C controller familyAmelie Delaunay2020-10-021-0/+875