aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/typec (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds3-6/+10
2020-05-13usb: typec: mux: intel: Fix DP_HPD_LVL bit fieldPrashant Malani1-3/+3
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-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-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointerNaoki Kiryu1-1/+4
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
2020-01-22usb: typec: wcove: fix "op-sink-microwatt" default that was in mWThomas Hebb1-1/+1
2020-01-22usb: typec: tcpci: mask event interrupts when remove driverJun Li1-0/+6
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2-14/+24
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus3-12/+28
2020-01-09usb: typec: More API for cable handlingHeikki Krogerus1-0/+46
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus4-9/+12
2020-01-09usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus1-0/+3
2020-01-08usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King1-1/+1
2020-01-08usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus1-9/+9
2020-01-08usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus1-0/+1
2020-01-08usb: typec: fix non-kernel-doc commentsRandy Dunlap2-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-02USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert1-5/+15
2019-12-30usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta3-2/+279
2019-12-30usb: typec: ucsi: Store the notification maskHeikki Krogerus2-5/+13
2019-12-17usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang1-0/+1
2019-12-10usb: typec: fix use after free in typec_register_port()Wen Yang1-2/+4
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede1-87/+3