summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm
AgeCommit message (Expand)AuthorLines
2020-07-29usb: typec: tcpm: Add WARN_ON ensure we are not trying to send 2 VDM packets ...Hans de Goede-0/+3
2020-07-29usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the alt-mode...Hans de Goede-0/+30
2020-07-29usb: typec: tcpm: Refactor tcpm_handle_vdm_requestHans de Goede-28/+48
2020-07-29usb: typec: tcpm: Refactor tcpm_handle_vdm_request payload handlingHans de Goede-27/+22
2020-07-29usb: typec: tcpm: Add tcpm_queue_vdm_unlocked() helperHans de Goede-12/+13
2020-07-29usb: typec: tcpm: Move mod_delayed_work(&port->vdm_state_machine) call into t...Hans de Goede-8/+3
2020-07-21usb: typec: tcpm: Stay in BIST mode till hardreset or unattachedBadhri Jagan Sridharan-2/+5
2020-07-21usb: typec: tcpci: Support BIST test data mode for compliance.Badhri Jagan Sridharan-0/+10
2020-07-21usb: typec: tcpm: Support bist test data mode for complianceBadhri Jagan Sridharan-0/+11
2020-07-21usb: typec: tcpm: Error handling for tcpm_register_partner_altmodesKyle Tso-1/+3
2020-07-09usb: typec: tcpm: fusb302: Use 'gnu_printf' format notationLee Jones-0/+1
2020-06-18usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun-21/+10
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-24/+10
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds-1/+1
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman-0/+26
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg-1/+1
2020-04-23USB: typec: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2020-04-16usb: fusb302: Convert to use GPIO descriptorsLinus Walleij-23/+9
2020-04-16usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET changeBadhri Jagan Sridharan-0/+26
2020-03-04usb: typec: tcpm: move to SNK_UNATTACHED if sink removed for DRPLi Jun-2/+6
2020-03-04usb: typec: Add sysfs node to show cc orientationBadhri Jagan Sridharan-0/+1
2020-02-14usb: typec: tcpm: set correct data role for non-DRDLi Jun-11/+42
2020-01-22usb: typec: fusb302: fix "op-sink-microwatt" default that was in mWThomas Hebb-1/+1
2020-01-22usb: typec: wcove: fix "op-sink-microwatt" default that was in mWThomas Hebb-1/+1
2020-01-22usb: typec: tcpci: mask event interrupts when remove driverJun Li-0/+6
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman-5/+15
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus-3/+3
2020-01-02USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert-5/+15
2019-12-17usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang-0/+1
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede-87/+3
2019-11-04usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus-25/+20
2019-10-04usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter-6/+8
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman-1/+1
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King-1/+1
2019-08-18usb: typec: fusb302: Call fusb302_debugfs_init earlierHans de Goede-1/+2
2019-08-18usb: typec: fusb302: Use usb_debug_root as root for our debugfs entryHans de Goede-8/+5
2019-08-18usb: typec: tcpm: Use usb_debug_root as root for our debugfs entryHans de Goede-12/+5
2019-08-15usb: typec: fusb302: Always provide fwnode for the portHeikki Krogerus-29/+41
2019-08-15usb: typec: fusb302: Remove unused propertiesHeikki Krogerus-28/+3
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman-17/+41
2019-08-02usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck-14/+24
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun-0/+9
2019-07-30usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck-3/+4
2019-07-25usb: typec: tcpm: Switch to use fwnode_property_count_uXX()Andy Shevchenko-4/+2
2019-06-08usb: typec: tcpm: fusb302: simplify getting the adapter of a clientWolfram Sang-2/+1
2019-04-19usb: typec: fusb302: Revert "Resolve fixed power role contract setup"Hans de Goede-9/+46
2019-04-19usb: typec: fusb302: Implement start_toggling for all port-typesHans de Goede-3/+13
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede-27/+35