index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
anx7411.c
Age
Commit message (
Expand
)
Author
2025-11-21
usb: typec: anx7411: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2024-12-04
usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()
Joe Hattori
2024-12-04
usb: typec: anx7411: fix fwnode_handle reference leak
Joe Hattori
2024-09-26
Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-09-03
power: supply: Change usb_types from an array into a bitmask
Hans de Goede
2024-08-25
usb: typec: fix module autoloading
Liao Chen
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
André Draszik
2024-07-10
usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data...
Uwe Kleine-König
2023-10-02
usb: typec: drop check because i2c_unregister_device() is NULL safe
Wolfram Sang
2023-05-29
usb: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-11-22
usb: typec: anx7411: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-10-07
Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-09-22
usb: typec: anx7411: Use of_get_child_by_name() instead of of_find_node_by_na...
Liang He
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-07-27
usb: typec: anx7411: fix passing zero to 'PTR_ERR'
Xin Ji
2022-07-27
usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()
Yang Yingliang
2022-07-27
usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_cli...
Yang Yingliang
2022-07-27
usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()
Yang Yingliang
2022-07-27
usb: typec: anx7411: use semi-colons instead of commas
Dan Carpenter
2022-07-27
usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()
Dan Carpenter
2022-07-27
usb: typec: anx7411: Fix an array out of bounds
Dan Carpenter
2022-07-14
usb: typec: anx7411: Add Analogix PD ANX7411 support
Xin Ji