summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne1-3/+7
2024-10-29usb: typec: tcpm: Add support for parsing time dt propertiesAmit Sunil Dhamne1-16/+57
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus1-15/+16
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco1-3/+4
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco1-0/+1
2024-10-29usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco1-2/+4
2024-10-29usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco1-2/+2
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman2-1/+3
2024-10-17usb: typec: ucsi: Add support for the partner USB ModesHeikki Krogerus2-0/+11
2024-10-17usb: typec: ucsi: Supply the USB capabilities to the portsHeikki Krogerus2-0/+15
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus2-4/+122
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus2-0/+82
2024-10-16usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEFJonathan Marek1-1/+0
2024-10-16usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo1-0/+3
2024-10-16usb: typec: ucsi: UCSI2.0 Set Sink Path command supportPooja Katiyar2-0/+2
2024-10-16usb: typec: ucsi: Do not call ACPI _DSM method for UCSI read operationsSaranya Gopal1-51/+5
2024-10-16mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko1-4/+0
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman3-3/+3
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König7-7/+7
2024-10-04usb: typec: stusb160x: Make use of i2c_get_match_data()Andy Shevchenko1-4/+3
2024-10-04usb: typec: tcpm: use max() to get higher valueR Sundar1-1/+1
2024-10-04usb: typec: ucsi: glink: use device_for_each_child_node_scoped()Javier Carrasco1-6/+3
2024-10-04usb: typec: Fix typo in commentYu Jiaoliang2-3/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-290/+255
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+1
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds5-39/+14
2024-09-13usb: typec: ucsi: Fix busy loop on ASUS VivoBooksChristian A. Ehrhardt1-6/+12
2024-09-11usb: typec: tcpci: support edge irqEmanuele Ghidoli1-10/+20
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg1-2/+1
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman2-40/+41
2024-09-04power: supply: Change usb_types from an array into a bitmaskHans de Goede5-39/+14
2024-09-03usb: typec: ucsi: Fix cable registrationHeikki Krogerus2-16/+15
2024-09-03usb: typec: ucsi: Fix the partner PD revisionHeikki Krogerus1-24/+26
2024-09-03Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman2-12/+33
2024-08-31Merge tag 'usb-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2024-08-28Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-11/+32
2024-08-25usb: typec: fix module autoloadingLiao Chen1-0/+1
2024-08-23usb: typec: ucsi: Remove useless error check from ucsi_read_error()Heikki Krogerus1-3/+0
2024-08-23usb: typec: ucsi: Call CANCEL from single locationHeikki Krogerus1-13/+4
2024-08-23usb: typec: ucsi: Common function for the GET_PD_MESSAGE commandHeikki Krogerus2-77/+27
2024-08-23usb: typec: ucsi: Only assign the identity structure if the PPM supports itHeikki Krogerus1-2/+4
2024-08-23usb: typec: ucsi: Don't truncate the readsHeikki Krogerus2-6/+4
2024-08-23usb: typec: ucsi: Remove unused fields from struct ucsi_connector_statusHeikki Krogerus1-25/+2
2024-08-22usb: typec: fsa4480: Relax CHIP_ID checkLuca Weiss1-1/+1
2024-08-22usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov1-1/+2
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman2-2/+19
2024-08-21usb: typec: ucsi: Move unregister out of atomic sectionBjorn Andersson1-5/+22
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson1-6/+10
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman2-2/+1