aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/roles
AgeCommit message (Expand)AuthorFilesLines
2021-05-27usb: roles: add helper usb_role_string()Gravatar Chunfeng Yun 1-0/+9
2021-04-09usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()Gravatar Hans de Goede 1-0/+2
2020-09-07device connection: Remove struct device_connectionGravatar Heikki Krogerus 1-8/+4
2020-05-13usb: roles: Switch on role-switch uevent reportingGravatar Bryan O'Donoghue 1-1/+3
2020-03-04usb: roles: Allow the role switches to be namedGravatar Heikki Krogerus 1-1/+2
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIGravatar Heikki Krogerus 2-13/+17
2020-03-04usb: roles: Leave the private driver data pointer to the driversGravatar Heikki Krogerus 1-0/+22
2020-02-14usb: use kobj_to_dev() APIGravatar chenqiwu 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-10usb: roles: fix a potential use after freeGravatar Wen Yang 1-1/+1
2019-11-04usb: roles: Add usb_role_switch_find_by_fwnode()Gravatar Heikki Krogerus 1-0/+21
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-4/+64
2019-09-17Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+20
2019-09-03usb: roles: get usb-role-switch from parentGravatar Chunfeng Yun 1-4/+21
2019-09-03Merge generic_lookup_helpers into usb-nextGravatar Greg Kroah-Hartman 1-14/+2
2019-09-03usb: roles: Add fwnode_usb_role_switch_get() functionGravatar Heikki Krogerus 1-0/+20
2019-09-03usb: roles: intel: Enable static DRD mode for role switchGravatar Saranya Gopal 1-2/+25
2019-08-26usb: roles: intel_xhci: Supplying software node for the role muxGravatar Heikki Krogerus 1-7/+20
2019-07-30drivers: Introduce device lookup variants by fwnodeGravatar Suzuki K Poulose 1-7/+1
2019-07-30drivers: Introduce device lookup variants by nameGravatar Suzuki K Poulose 1-7/+1
2019-06-03device connection: Find connections also by checking the referencesGravatar Heikki Krogerus 1-1/+1
2019-02-14usb: roles: Find the muxes by also matching against the device nodeGravatar Heikki Krogerus 1-3/+18
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGravatar Greg Kroah-Hartman 2-0/+4
2018-12-17usb: roles: Add a description for the class to KconfigGravatar Heikki Krogerus 3-1/+330
2018-10-09usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enableGravatar Wan Ahmad Zainie 1-0/+2
2018-05-24usb: roles: intel_xhci: Enable runtime PMGravatar Heikki Krogerus 1-1/+13
2018-05-24usb: roles: intel_xhci: Always allow user controlGravatar Heikki Krogerus 1-21/+2
2018-04-22usb: roles: Fix potential NULL dereference in intel_xhci_usb_probe()Gravatar Wei Yongjun 1-0/+2
2018-03-26usb: roles: Fix return value check in intel_xhci_usb_probe()Gravatar Wei Yongjun 1-2/+2
2018-03-22usb: roles: Add Intel xHCI USB role switch driverGravatar Hans de Goede 3-0/+207