aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/anx7411.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji1-5/+6
2022-07-27usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang1-1/+3
2022-07-27usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_clients()Yang Yingliang1-1/+1
2022-07-27usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang1-1/+3
2022-07-27usb: typec: anx7411: use semi-colons instead of commasDan Carpenter1-5/+5
2022-07-27usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter1-2/+2
2022-07-27usb: typec: anx7411: Fix an array out of boundsDan Carpenter1-1/+1
2022-07-14usb: typec: anx7411: Add Analogix PD ANX7411 supportXin Ji1-0/+1596