summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/anx7411.c
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: drop check because i2c_unregister_device() is NULL safeWolfram Sang2023-10-021-2/+1
* usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-291-1/+1
* usb: typec: anx7411: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-2/+2
|\
| * usb: typec: anx7411: Use of_get_child_by_name() instead of of_find_node_by_na...Liang He2022-09-221-2/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji2022-07-271-5/+6
* usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang2022-07-271-1/+3
* usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_cli...Yang Yingliang2022-07-271-1/+1
* usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang2022-07-271-1/+3
* usb: typec: anx7411: use semi-colons instead of commasDan Carpenter2022-07-271-5/+5
* usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter2022-07-271-2/+2
* usb: typec: anx7411: Fix an array out of boundsDan Carpenter2022-07-271-1/+1
* usb: typec: anx7411: Add Analogix PD ANX7411 supportXin Ji2022-07-141-0/+1596