aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)Author
2023-04-05usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede
2022-10-05usb: typec: ucsi: Remove incorrect warningHeikki Krogerus
2022-08-21usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan
2022-05-09usb: typec: ucsi: Fix role swappingHeikki Krogerus
2022-05-09usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus
2021-09-03usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson
2021-09-03usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg
2021-06-16usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana
2021-05-19usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko
2021-05-19usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede
2020-07-09usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones
2020-04-23usb: typec: ucsi: register with power_supply classK V, Abhilash
2020-04-23usb: typec: ucsi: save power data objects in PD modeK V, Abhilash
2020-04-23usb: typec: ucsi: Workaround for missed op_mode changeK V, Abhilash
2020-04-23usb: typec: ucsi: set USB data role when partner type is power cable/ufpMayank Rana
2020-02-17usb: typec: ucsi: register DP only for NVIDIA DP VDOAjay Gupta
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King
2020-01-08usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King
2020-01-08usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus
2019-12-30usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta
2019-12-30usb: typec: ucsi: Store the notification maskHeikki Krogerus
2019-11-04usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus
2019-11-04usb: typec: ucsi: New error codesHeikki Krogerus
2019-11-04usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus
2019-11-04usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus
2019-11-04usb: typec: ucsi: Remove the old APIHeikki Krogerus
2019-11-04usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus
2019-11-04usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus
2019-06-08usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta
2019-04-25usb: typec: ucsi: Support for DisplayPort alt modeHeikki Krogerus
2019-04-25usb: typec: ucsi: Preliminary support for alternate modesHeikki Krogerus
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus
2018-04-22usb: typec: ucsi: Increase command completion timeout valueHeikki Krogerus
2018-03-22usb: typec: Separate the definitions for data and power rolesHeikki Krogerus
2018-03-09usb: typec: Start using ERR_PTRHeikki Krogerus
2017-11-07USB: typec: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-06-27usb: typec: Add support for UCSI interfaceHeikki Krogerus