summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi
AgeCommit message (Expand)AuthorLines
2020-12-11usb: ucsi: convert comma to semicolonZheng Yongjun-3/+3
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman-1/+17
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus-1/+17
2020-11-06usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg-20/+107
2020-11-06usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg-2/+3
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus-6/+16
2020-09-16usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus-1/+1
2020-09-04usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus-0/+4
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede-17/+23
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede-2/+4
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede-9/+9
2020-07-15usb: typec: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-09usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones-2/+1
2020-04-27usb: typec: ucsi: Fix the stub for ucsi_register_port_psy()Heikki Krogerus-1/+1
2020-04-23usb: typec: ucsi: register with power_supply classK V, Abhilash-0/+266
2020-04-23usb: typec: ucsi: save power data objects in PD modeK V, Abhilash-0/+35
2020-04-23usb: typec: ucsi: Correct bit-mask for CCIK V, Abhilash-1/+1
2020-04-23usb: typec: ucsi: replace magic numbersK V, Abhilash-5/+5
2020-04-23usb: typec: ucsi: Workaround for missed op_mode changeK V, Abhilash-1/+2
2020-04-23usb: typec: ucsi: set USB data role when partner type is power cable/ufpMayank Rana-0/+6
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-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-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-8/+294
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-1/+1
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman-9/+9
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus-1/+1
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-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
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-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
2019-11-04usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus-300/+115
2019-11-04usb: typec: ucsi: Remove the old APIHeikki Krogerus-385/+43
2019-11-04usb: typec: ucsi: ccg: Move to the new APIHeikki Krogerus-85/+81
2019-11-04usb: typec: ucsi: acpi: Move to the new APIHeikki Krogerus-19/+72
2019-11-04usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus-29/+359
2019-11-04usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus-11/+11
2019-10-04usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus-0/+2
2019-10-04usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus-38/+4
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman-1/+1