summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/mux.c
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: mux: Remove alt mode parameters from the APIHeikki Krogerus2023-05-291-4/+2
* usb: typec: mux: Clean up mux_fwnode_match()Heikki Krogerus2023-05-291-48/+7
* drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* device property: Constify fwnode connection match APIsAndy Shevchenko2022-10-221-4/+4
* usb: typec: Replace custom implementation of device_match_fwnode()Andy Shevchenko2022-09-301-2/+2
* usb: typec: mux: Allow muxes to specify mode-switchPrashant Malani2022-06-211-2/+6
* usb: typec: mux: Allow multiple mux_devs per muxBjorn Andersson2022-04-261-26/+102
* usb: typec: mux: Introduce indirectionBjorn Andersson2022-04-261-72/+121
* usb: typec: mux: Check dev_set_name() return valueBjorn Andersson2022-04-261-4/+10
* Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-141-1/+1
|\
| * usb: typec: mux: Fix copy-paste mistake in typec_mux_matchBjorn Andersson2021-06-101-1/+1
* | Revert "usb: typec: mux: Remove requirement for the "orientation-switch" devi...Heikki Krogerus2021-06-021-0/+16
* | Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-3/+4
|\|
| * usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson2021-05-211-3/+4
* | usb: typec: mux: Remove requirement for the "orientation-switch" device propertyHeikki Krogerus2021-05-271-3/+0
* | usb: typec: mux: Use device type instead of device name for matchingHeikki Krogerus2021-05-271-16/+10
|/
* usb: typec: Organize the private headers properlyHeikki Krogerus2021-04-051-2/+2
* usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-1/+1
* device connection: Remove struct device_connectionHeikki Krogerus2020-09-071-9/+10
* usb: typec: mux: Allow the mux handles to be requested with fwnodeHeikki Krogerus2020-03-041-11/+11
* usb: typec: mux: Add helpers for setting the mux stateHeikki Krogerus2020-03-041-0/+19
* usb: typec: mux: Allow the muxes to be namedHeikki Krogerus2020-03-041-2/+4
* usb: typec: mux: Drop support for device name matchingHeikki Krogerus2020-02-121-21/+4
* usb: typec: fix non-kernel-doc commentsRandy Dunlap2020-01-081-1/+1
* usb: typec: mux: Switch to use fwnode_property_count_uXX()Andy Shevchenko2019-07-251-1/+1
* usb: typec: Registering real device entries for the muxesHeikki Krogerus2019-06-031-66/+172
* usb: typec: mux: remove redundant check on variable matchColin Ian King2019-02-201-1/+1
* usb: typec: mux: Fix unsigned comparison with less than zeroYueHaibing2019-02-191-1/+1
* usb: typec: mux: Find the muxes by also matching against the device nodeHeikki Krogerus2019-02-141-12/+74
* usb: typec: Rationalize the API for the muxesHeikki Krogerus2019-02-141-4/+6
* usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
* usb: typec: mux: Get the mux identifier from function parameterHeikki Krogerus2018-07-021-3/+3
* usb: typec: Fix htmldocs warningHeikki Krogerus2018-05-241-1/+1
* usb: typec: API for controlling USB Type-C MultiplexersHeikki Krogerus2018-03-221-0/+191