aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
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-03power: 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-09-01Merge 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
2024-08-13usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handlingAndré Draszik3-7/+27
2024-08-13Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"Xu Yang1-1/+0
2024-08-13usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus1-1/+1
2024-08-12Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman5-11/+22
2024-08-07usb: typec: tcpm/tcpci_maxim: use device managed TCPCI port deregistrationAndré Draszik1-16/+14
2024-08-07usb: typec: tcpm/tcpci_maxim: convert to dev_err_probe()André Draszik1-10/+11
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_ADC_CTRL1 registerAndré Draszik2-5/+5
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL3 registerAndré Draszik2-10/+8
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL2 registerAndré Draszik2-10/+14
2024-08-07usb: typec: tcpm/tcpci_maxim: drop STATUS_CHECK()André Draszik1-3/+1
2024-08-07usb: typec: tcpm/tcpci_maxim: simplify clearing of TCPC_ALERT_RX_BUF_OVFAndré Draszik1-6/+4
2024-08-07usb: typec: tcpm/tcpci_maxim: sort TCPC_ALERT_MASK values by bitAndré Draszik1-5/+7
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fieldsAndré Draszik1-2/+5
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REVAndré Draszik1-1/+1
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VALAndré Draszik2-15/+18
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]André Draszik3-46/+40
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]André Draszik3-13/+9
2024-08-07usb: typec: tcpm/tcpci_maxim: clarify a commentAndré Draszik1-1/+1
2024-08-07usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()Heikki Krogerus1-7/+4
2024-08-07usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source...Xu Yang1-1/+1
2024-07-31usb: typec: ucsi: glink: Remove unnecessary semicolonChen Ni1-1/+1
2024-07-31usb: typec: tipd: Delete extra semi-colonHarshit Mogalapalli1-1/+1
2024-07-31usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()Harshit Mogalapalli1-1/+1
2024-07-31usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()Dan Carpenter1-1/+1