summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus1-1/+6
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus1-6/+16
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede1-9/+22
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede1-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede1-2/+4
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede1-9/+9
2020-07-09usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones1-2/+1
2020-04-23usb: typec: ucsi: register with power_supply classK V, Abhilash1-0/+6
2020-04-23usb: typec: ucsi: save power data objects in PD modeK V, Abhilash1-0/+26
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-02-17usb: typec: ucsi: register DP only for NVIDIA DP VDOAjay Gupta1-2/+10
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King1-1/+1
2020-01-08usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King1-1/+1
2020-01-08usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus1-0/+1
2019-12-30usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta1-0/+79
2019-12-30usb: typec: ucsi: Store the notification maskHeikki Krogerus1-5/+10
2019-11-04usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus1-6/+3
2019-11-04usb: typec: ucsi: New error codesHeikki Krogerus1-5/+20
2019-11-04usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus1-20/+32
2019-11-04usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus1-47/+60
2019-11-04usb: typec: ucsi: Remove the old APIHeikki Krogerus1-314/+32
2019-11-04usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus1-29/+301
2019-11-04usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus1-11/+11
2019-06-08usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta1-0/+10
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta1-1/+3
2019-04-25usb: typec: ucsi: Support for DisplayPort alt modeHeikki Krogerus1-2/+19
2019-04-25usb: typec: ucsi: Preliminary support for alternate modesHeikki Krogerus1-92/+293
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus1-0/+13
2018-04-22usb: typec: ucsi: Increase command completion timeout valueHeikki Krogerus1-1/+1
2018-03-22usb: typec: Separate the definitions for data and power rolesHeikki Krogerus1-3/+10
2018-03-09usb: typec: Start using ERR_PTRHeikki Krogerus1-12/+19
2017-11-07USB: typec: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-27usb: typec: Add support for UCSI interfaceHeikki Krogerus1-0/+790