summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/hd3ss3220.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22usb: typec: hd3ss3220: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-09-14usb: typec: hd3ss3220: Use regmap_write_bits()Philipp Zabel1-5/+3
2020-10-02usb: typec: hd3ss3220: Use OF graph API to get the connector fwnodeBiju Das1-4/+14
2019-11-04usb: typec: hd3ss3220: Give the connector fwnode to the port deviceHeikki Krogerus1-3/+9
2019-11-04usb: typec: hd3ss3220: Start using struct typec_operationsHeikki Krogerus1-11/+13
2019-10-15usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()Dan Carpenter1-2/+2
2019-10-10usb: typec: remove duplicated include from hd3ss3220.cYueHaibing1-1/+0
2019-10-10usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'Biju Das1-8/+11
2019-10-06usb: typec: hd3ss3220_irq() can be statickbuild test robot1-1/+1
2019-10-04usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controllerBiju Das1-0/+259