summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2020-05-13usb: typec: mux: intel: Fix DP_HPD_LVL bit fieldPrashant Malani-3/+3
2020-05-05usb: typec: mux: intel: Handle alt mode HPD_HIGHPrashant Malani-0/+4
2020-05-05usb: typec: intel_pmc_mux: Fix the property namesHeikki Krogerus-2/+2
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu-1/+4
2020-04-16usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET changeBadhri Jagan Sridharan-0/+26
2020-04-16usb: typec: pi3usb30532: Set switch_ / mux_desc name field to NULLHans de Goede-2/+2
2020-03-26usb: typec: Correct the documentation for typec_cable_put()Azhar Shaikh-1/+1
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman-1/+11
2020-03-12usb: typec: ucsi_ccg: workaround for NVIDIA test deviceAjay Gupta-5/+52
2020-03-12usb: typec: ucsi: displayport: Fix a potential race during registrationHeikki Krogerus-1/+8
2020-03-12usb: typec: ucsi: displayport: Fix NULL pointer dereferenceHeikki Krogerus-0/+3
2020-03-04usb: typec: driver for Intel PMC mux controlHeikki Krogerus-0/+444
2020-03-04usb: typec: mux: Allow the mux handles to be requested with fwnodeHeikki Krogerus-11/+11
2020-03-04usb: typec: mux: Add helpers for setting the mux stateHeikki Krogerus-6/+23
2020-03-04usb: typec: mux: Allow the muxes to be namedHeikki Krogerus-2/+4
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/+27
2020-02-17usb: ucsi: ccg: disable runtime pm during fw flashingAjay Gupta-0/+2
2020-02-17usb: typec: ucsi: register DP only for NVIDIA DP VDOAjay Gupta-2/+17
2020-02-14usb: typec: tcpm: set correct data role for non-DRDLi Jun-11/+42
2020-02-12usb: typec: mux: Drop support for device name matchingHeikki Krogerus-21/+4
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus-79/+2
2020-02-12usb: typec: Allow power role swapping even without USB PDHeikki Krogerus-6/+0
2020-02-12usb: typec: Hide the port_type attribute when it's not supportedHeikki Krogerus-2/+3
2020-02-12usb: typec: Make the attributes read-only when writing is not possibleHeikki Krogerus-2/+63
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King-1/+1
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-32/+392
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-1/+1
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-14/+24
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus-12/+28
2020-01-09usb: typec: More API for cable handlingHeikki Krogerus-0/+46
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus-9/+12
2020-01-09usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus-0/+3
2020-01-08usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King-1/+1
2020-01-08usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus-9/+9
2020-01-08usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus-0/+1
2020-01-08usb: typec: fix non-kernel-doc commentsRandy Dunlap-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2020-01-02USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert-5/+15
2019-12-30usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta-2/+279
2019-12-30usb: typec: ucsi: Store the notification maskHeikki Krogerus-5/+13
2019-12-17usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang-0/+1
2019-12-10usb: typec: fix use after free in typec_register_port()Wen Yang-2/+4
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede-87/+3
2019-11-04usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus-6/+3
2019-11-04usb: typec: ucsi: New error codesHeikki Krogerus-5/+26
2019-11-04usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus-72/+85