summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-162-5/+5
|\
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-214-18/+55
| |\
| * | device property: Constify fwnode connection match APIsAndy Shevchenko2022-10-222-5/+5
* | | usb: typec: tipd: Set mode of operation for USB Type-C connectorSven Peter2022-12-081-0/+3
* | | usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()Yang Yingliang2022-12-081-1/+1
* | | usb: typec: Add partner PD object wrapperPrashant Malani2022-11-291-0/+19
* | | usb: typec: ucsi: Resume in separate workHeikki Krogerus2022-11-292-4/+14
* | | usb: typec: anx7411: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* | | usb: typec: hd3ss3220: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* | | usb: typec: tcpm/fusb302: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* | | usb: typec: tcpm/tcpci: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* | | usb: typec: tcpm/tcpci_maxim: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-2/+2
* | | usb: typec: tcpm/tcpci_rt1711h: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* | | usb: typec: ucsi/ucsi_ccg: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* | | usb: typec: ucsi: stm32g0: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-2/+2
* | | usb: typec: tipd: Move tps6598x_disconnect error path to its own labelSven Peter2022-11-221-4/+4
* | | usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter2022-11-221-3/+4
* | | usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter2022-11-221-1/+1
* | | usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter2022-11-221-1/+1
* | | usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()Yang Yingliang2022-11-221-1/+4
* | | usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter2022-11-221-1/+1
* | | Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman2022-11-212-5/+16
|\ \ \ | | |/ | |/|
| * | usb: typec: tipd: Prevent uninitialized event{1,2} in IRQ handlerSven Peter2022-11-081-3/+3
| * | usb: typec: mux: Enter safe mode only when pins need to be reconfiguredRajat Khandelwal2022-11-081-2/+13
* | | Merge 6.1-rc3 into usb-nextGreg Kroah-Hartman2022-10-312-13/+39
|\| |
| * | usb: typec: ucsi: acpi: Implement resume callbackHeikki Krogerus2022-10-221-0/+10
| * | usb: typec: ucsi: Check the connection on resumeHeikki Krogerus2022-10-221-13/+29
| |/
* / usb: typec: retimer: Use device type for matchingHeikki Krogerus2022-10-222-14/+6
|/
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-0714-58/+384
|\
| * usb: typec: ucsi_ccg: Disable UCSI ALT support on TegraSing-Han Chen2022-09-301-0/+12
| * usb: typec: Replace custom implementation of device_match_fwnode()Andy Shevchenko2022-09-302-3/+3
| * usb: typec: ucsi: Don't warn on probe deferralWayne Chang2022-09-301-5/+3
| * usb: typec: fusb302: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-3/+2
| * usb: typec: qcom-pmic-typec: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-3/+2
| * usb: typec: stusb160x: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-5/+2
| * Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-0/+1
| |\
| * | usb: typec: anx7411: Use of_get_child_by_name() instead of of_find_node_by_na...Liang He2022-09-221-2/+2
| * | Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-055-33/+41
| |\ \
| * | | usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
| * | | usb: typec: tcpci_rt1711h: Fix CC PHY noise filter of voltage levelGene Chen2022-08-191-1/+57
| * | | usb: typec: tcpci: Move function "tcpci_to_typec_cc" to commonGene Chen2022-08-191-22/+0
| * | | usb: typec: tcpci_rt1711h: Add compatible id with rt1715Gene Chen2022-08-191-9/+34
| * | | usb: typec: tcpci_rt1711h: Add initial phy settingGene Chen2022-08-191-1/+14
| * | | usb: typec: tcpci_rt1711h: Add regulator support when source vbusGene Chen2022-08-191-0/+28
| * | | usb: typec: tcpci_rt1711h: Fix vendor setting when set vconnGene Chen2022-08-191-2/+4
| * | | usb: typec: ucsi: stm32g0: Fix spelling mistake "booloader" -> "bootloader"Colin Ian King2022-08-181-1/+1
| * | | usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driverChiYuan Huang2022-08-183-0/+219
* | | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0414-40/+14
|\ \ \ \
| * \ \ \ Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-271-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-165-33/+41
| |\ \ \ \ | | | |_|/ | | |/| |