summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/anx7411.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-04usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()Joe Hattori1-7/+12
2024-12-04usb: typec: anx7411: fix fwnode_handle reference leakJoe Hattori1-18/+29
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+4
2024-09-04power: supply: Change usb_types from an array into a bitmaskHans de Goede1-8/+3
2024-08-25usb: typec: fix module autoloadingLiao Chen1-0/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]André Draszik1-2/+3
2024-07-10usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König1-1/+1
2023-10-02usb: typec: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-2/+1
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-22usb: typec: anx7411: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2022-09-22usb: typec: anx7411: Use of_get_child_by_name() instead of of_find_node_by_na...Liang He1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
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_cli...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