summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | i2c: Make remove callback return voidUwe Kleine-König2022-08-1614-40/+14
| | |_|/ | |/| |
* | | | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-031-10/+1
|\ \ \ \
| * | | | usb: typec: intel_pmc_mux: Use the helper acpi_dev_get_memory_resources()Heikki Krogerus2022-09-101-10/+1
| | |/ / | |/| |
* | | | usb: typec: ucsi: Remove incorrect warningHeikki Krogerus2022-09-271-2/+0
| |_|/ |/| |
* | | usb: typec: anx7411: Fix build error without CONFIG_POWER_SUPPLYRen Zhijie2022-09-221-0/+1
|/ /
* | usb: typec: Remove retimers properlyHeikki Krogerus2022-08-301-0/+1
* | Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai2022-08-231-29/+24
* | usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-08-181-2/+2
* | usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM deviceUtkarsh Patel2022-08-181-2/+7
* | usb: typec: tcpm: Return ENOTSUPP for power supply prop writesBadhri Jagan Sridharan2022-08-181-0/+7
|/
* usb: typec: ucsi: stm32g0: add bootloader supportFabrice Gasnier2022-07-271-13/+526
* usb: typec: ucsi: stm32g0: add support for stm32g0 controllerFabrice Gasnier2022-07-273-0/+275
* usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan2022-07-271-0/+4
* usb: typec: retimer: Add missing id check in match callbackNícolas F. R. A. Prado2022-07-271-2/+7
* usb/typec/tcpm: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji2022-07-271-5/+6
* usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang2022-07-271-1/+3
* usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_cli...Yang Yingliang2022-07-271-1/+1
* usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang2022-07-271-1/+3
* usb: typec: anx7411: use semi-colons instead of commasDan Carpenter2022-07-271-5/+5
* usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter2022-07-271-2/+2
* usb: typec: anx7411: Fix an array out of boundsDan Carpenter2022-07-271-1/+1
* Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman2022-07-181-0/+1
|\
| * usb: typec: add missing uevent when partner support PDLinyu Yuan2022-07-081-0/+1
* | usb: typec: Add retimer handle to portPrashant Malani2022-07-142-0/+10
* | usb: typec: Add support for retimersPrashant Malani2022-07-145-2/+193