summaryrefslogtreecommitdiffstats
path: root/drivers/usb/roles
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-02-14usb: roles: set switch registered flag early onElson Roy Serrao-2/+3
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-13usb: roles: Improve the fix for a false positive recursive locking complaintBart Van Assche-9/+5
2024-08-25usb: roles: add lockdep class key to struct usb_role_switchAmit Sunil Dhamne-0/+9
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman-7/+19
2024-02-19usb: roles: don't get/set_role() when usb_role_switch is unregisteredXu Yang-2/+10
2024-02-19usb: roles: fix NULL pointer issue when put module's referenceXu Yang-6/+11
2024-02-17usb: roles: Link the switch to its connectorHeikki Krogerus-2/+38
2023-06-20USB: roles: make role_class a static const structureIvan Orlov-8/+9
2023-06-15Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman-2/+0
2023-06-13usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K-0/+2
2023-05-28usb: roles: intel_xhci: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-2/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-11-29usb: roles: fix of node refcount leak in usb_role_switch_is_parent()Yang Yingliang-1/+4
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko-1/+1
2021-05-27usb: roles: add helper usb_role_string()Chunfeng Yun-0/+9
2021-04-09usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()Hans de Goede-0/+2
2020-09-07device connection: Remove struct device_connectionHeikki Krogerus-8/+4
2020-05-13usb: roles: Switch on role-switch uevent reportingBryan O'Donoghue-1/+3
2020-03-04usb: roles: Allow the role switches to be namedHeikki Krogerus-1/+2
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus-13/+17
2020-03-04usb: roles: Leave the private driver data pointer to the driversHeikki Krogerus-0/+22
2020-02-14usb: use kobj_to_dev() APIchenqiwu-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-12-10usb: roles: fix a potential use after freeWen Yang-1/+1
2019-11-04usb: roles: Add usb_role_switch_find_by_fwnode()Heikki Krogerus-0/+21
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+64
2019-09-17Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+20
2019-09-03usb: roles: get usb-role-switch from parentChunfeng Yun-4/+21
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman-14/+2
2019-09-03usb: roles: Add fwnode_usb_role_switch_get() functionHeikki Krogerus-0/+20
2019-09-03usb: roles: intel: Enable static DRD mode for role switchSaranya Gopal-2/+25
2019-08-26usb: roles: intel_xhci: Supplying software node for the role muxHeikki Krogerus-7/+20
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose-7/+1
2019-06-03device connection: Find connections also by checking the referencesHeikki Krogerus-1/+1
2019-02-14usb: roles: Find the muxes by also matching against the device nodeHeikki Krogerus-3/+18
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman-0/+4
2018-12-17usb: roles: Add a description for the class to KconfigHeikki Krogerus-1/+330
2018-10-09usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enableWan Ahmad Zainie-0/+2
2018-05-24usb: roles: intel_xhci: Enable runtime PMHeikki Krogerus-1/+13
2018-05-24usb: roles: intel_xhci: Always allow user controlHeikki Krogerus-21/+2
2018-04-22usb: roles: Fix potential NULL dereference in intel_xhci_usb_probe()Wei Yongjun-0/+2
2018-03-26usb: roles: Fix return value check in intel_xhci_usb_probe()Wei Yongjun-2/+2
2018-03-22usb: roles: Add Intel xHCI USB role switch driverHans de Goede-0/+207