| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-14 | usb: roles: set switch registered flag early on | Elson Roy Serrao | 1 | -2/+3 |
| 2024-09-13 | usb: roles: Improve the fix for a false positive recursive locking complaint | Bart Van Assche | 1 | -9/+5 |
| 2024-08-25 | usb: roles: add lockdep class key to struct usb_role_switch | Amit Sunil Dhamne | 1 | -0/+9 |
| 2024-02-26 | Merge v6.8-rc6 into usb-next | Greg Kroah-Hartman | 1 | -7/+19 |
| 2024-02-19 | usb: roles: don't get/set_role() when usb_role_switch is unregistered | Xu Yang | 1 | -2/+10 |
| 2024-02-19 | usb: roles: fix NULL pointer issue when put module's reference | Xu Yang | 1 | -6/+11 |
| 2024-02-17 | usb: roles: Link the switch to its connector | Heikki Krogerus | 1 | -2/+38 |
| 2023-06-20 | USB: roles: make role_class a static const structure | Ivan Orlov | 1 | -8/+9 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+1 |
| 2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2022-11-29 | usb: roles: fix of node refcount leak in usb_role_switch_is_parent() | Yang Yingliang | 1 | -1/+4 |
| 2022-10-22 | device property: Constify fwnode connection match APIs | Andy Shevchenko | 1 | -1/+1 |
| 2021-05-27 | usb: roles: add helper usb_role_string() | Chunfeng Yun | 1 | -0/+9 |
| 2021-04-09 | usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode() | Hans de Goede | 1 | -0/+2 |
| 2020-09-07 | device connection: Remove struct device_connection | Heikki Krogerus | 1 | -8/+4 |
| 2020-05-13 | usb: roles: Switch on role-switch uevent reporting | Bryan O'Donoghue | 1 | -1/+3 |
| 2020-03-04 | usb: roles: Allow the role switches to be named | Heikki Krogerus | 1 | -1/+2 |
| 2020-03-04 | usb: roles: Provide the switch drivers handle to the switch in the API | Heikki Krogerus | 1 | -2/+2 |
| 2020-03-04 | usb: roles: Leave the private driver data pointer to the drivers | Heikki Krogerus | 1 | -0/+22 |
| 2020-02-14 | usb: use kobj_to_dev() API | chenqiwu | 1 | -1/+1 |
| 2019-12-10 | usb: roles: fix a potential use after free | Wen Yang | 1 | -1/+1 |
| 2019-11-04 | usb: roles: Add usb_role_switch_find_by_fwnode() | Heikki Krogerus | 1 | -0/+21 |
| 2019-09-03 | usb: roles: get usb-role-switch from parent | Chunfeng Yun | 1 | -4/+21 |
| 2019-09-03 | Merge generic_lookup_helpers into usb-next | Greg Kroah-Hartman | 1 | -14/+2 |
| 2019-09-03 | usb: roles: Add fwnode_usb_role_switch_get() function | Heikki Krogerus | 1 | -0/+20 |
| 2019-07-30 | drivers: Introduce device lookup variants by fwnode | Suzuki K Poulose | 1 | -7/+1 |
| 2019-07-30 | drivers: Introduce device lookup variants by name | Suzuki K Poulose | 1 | -7/+1 |
| 2019-06-03 | device connection: Find connections also by checking the references | Heikki Krogerus | 1 | -1/+1 |
| 2019-02-14 | usb: roles: Find the muxes by also matching against the device node | Heikki Krogerus | 1 | -3/+18 |
| 2018-12-17 | usb: roles: Add a description for the class to Kconfig | Heikki Krogerus | 1 | -0/+314 |