summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/hd3ss3220.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-291-2/+2
* usb: typec: hd3ss3220: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
* usb: typec: hd3ss3220: Add polling supportBiju Das2023-01-171-0/+29
* usb: typec: hd3ss3220: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* usb: typec: hd3ss3220: Use regmap_write_bits()Philipp Zabel2021-09-141-5/+3
* usb: typec: hd3ss3220: Use OF graph API to get the connector fwnodeBiju Das2020-10-021-4/+14
* usb: typec: hd3ss3220: Give the connector fwnode to the port deviceHeikki Krogerus2019-11-041-3/+9
* usb: typec: hd3ss3220: Start using struct typec_operationsHeikki Krogerus2019-11-041-11/+13
* usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()Dan Carpenter2019-10-151-2/+2
* usb: typec: remove duplicated include from hd3ss3220.cYueHaibing2019-10-101-1/+0
* usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'Biju Das2019-10-101-8/+11
* usb: typec: hd3ss3220_irq() can be statickbuild test robot2019-10-061-1/+1
* usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controllerBiju Das2019-10-041-0/+259