aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/typec (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-57/+444
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds3-6/+10
2020-05-21usb: typec: Ensure USB_ROLE_SWITCH is set as a dependency for tps6598xBryan O'Donoghue1-1/+2
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman1-3/+3
2020-05-13usb: typec: mux: intel: Fix DP_HPD_LVL bit fieldPrashant Malani1-3/+3
2020-05-13usb: typec: tps6598x: Add USB role switching logicBryan O'Donoghue1-7/+50
2020-05-13usb: typec: tps6598x: Add OF probe bindingBryan O'Donoghue1-0/+7
2020-05-13usb: typec: mux: intel_pmc_mux: Support for static SBU/HSL orientationHeikki Krogerus1-6/+36
2020-05-13usb: typec: Add typec_find_orientation()Heikki Krogerus1-12/+24
2020-05-11Merge 5.7-rc5 into usb-nextGreg Kroah-Hartman1-2/+6
2020-05-05usb: typec: mux: intel: Handle alt mode HPD_HIGHPrashant Malani1-0/+4
2020-05-05usb: typec: intel_pmc_mux: Fix the property namesHeikki Krogerus1-2/+2
2020-04-27usb: typec: ucsi: Fix the stub for ucsi_register_port_psy()Heikki Krogerus1-1/+1
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman3-3/+32
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg1-1/+1
2020-04-24usb: typec: mux: Convert the Intel PMC Mux driver to use new SCU IPC APIHeikki Krogerus2-5/+9
2020-04-23usb: typec: ucsi: register with power_supply classK V, Abhilash4-0/+266
2020-04-23usb: typec: ucsi: save power data objects in PD modeK V, Abhilash2-0/+35
2020-04-23usb: typec: ucsi: Correct bit-mask for CCIK V, Abhilash1-1/+1
2020-04-23usb: typec: ucsi: replace magic numbersK V, Abhilash1-5/+5
2020-04-23usb: typec: ucsi: Workaround for missed op_mode changeK V, Abhilash1-1/+2
2020-04-23usb: typec: ucsi: set USB data role when partner type is power cable/ufpMayank Rana1-0/+6
2020-04-23USB: typec: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointerNaoki Kiryu1-1/+4
2020-04-16usb: fusb302: Convert to use GPIO descriptorsLinus Walleij1-23/+9
2020-04-16usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET changeBadhri Jagan Sridharan1-0/+26
2020-04-16usb: typec: pi3usb30532: Set switch_ / mux_desc name field to NULLHans de Goede1-2/+2
2020-03-26usb: typec: Correct the documentation for typec_cable_put()Azhar Shaikh1-1/+1
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman1-1/+11
2020-03-12usb: typec: ucsi_ccg: workaround for NVIDIA test deviceAjay Gupta2-5/+52
2020-03-12usb: typec: ucsi: displayport: Fix a potential race during registrationHeikki Krogerus1-1/+8
2020-03-12usb: typec: ucsi: displayport: Fix NULL pointer dereferenceHeikki Krogerus1-0/+3
2020-03-04usb: typec: driver for Intel PMC mux controlHeikki Krogerus3-0/+444
2020-03-04usb: typec: mux: Allow the mux handles to be requested with fwnodeHeikki Krogerus1-11/+11
2020-03-04usb: typec: mux: Add helpers for setting the mux stateHeikki Krogerus2-6/+23
2020-03-04usb: typec: mux: Allow the muxes to be namedHeikki Krogerus1-2/+4
2020-03-04usb: typec: tcpm: move to SNK_UNATTACHED if sink removed for DRPLi Jun1-2/+6
2020-03-04usb: typec: Add sysfs node to show cc orientationBadhri Jagan Sridharan2-0/+27
2020-02-17usb: ucsi: ccg: disable runtime pm during fw flashingAjay Gupta1-0/+2
2020-02-17usb: typec: ucsi: register DP only for NVIDIA DP VDOAjay Gupta2-2/+17
2020-02-14usb: typec: tcpm: set correct data role for non-DRDLi Jun1-11/+42
2020-02-12usb: typec: mux: Drop support for device name matchingHeikki Krogerus1-21/+4
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus3-79/+2
2020-02-12usb: typec: Allow power role swapping even without USB PDHeikki Krogerus1-6/+0
2020-02-12usb: typec: Hide the port_type attribute when it's not supportedHeikki Krogerus1-2/+3
2020-02-12usb: typec: Make the attributes read-only when writing is not possibleHeikki Krogerus1-2/+63
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King1-1/+1
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds13-32/+392
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-22usb: typec: fusb302: fix "op-sink-microwatt" default that was in mWThomas Hebb1-1/+1