summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-094-87/+229
|\
| * usb: typec: Registering real device entries for the muxesHeikki Krogerus2019-06-034-87/+229
* | usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus2019-06-121-1/+1
* | usb: typec: ucsi: ccg: fix memory leak in do_flashGustavo A. R. Silva2019-06-031-2/+4
|/
* usb: typec: ucsi: ccg: fix missing unlock on error in ccg_cmd_write_flash_row()Wei Yongjun2019-04-291-0/+1
* usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta2019-04-254-1/+59
* usb: typec: displayport: Export probe and remove functionsAjay Gupta2019-04-252-5/+15
* usb: typec: ucsi: Support for DisplayPort alt modeHeikki Krogerus2019-04-254-8/+364
* usb: typec: ucsi: Preliminary support for alternate modesHeikki Krogerus2019-04-254-92/+428
* usb: typec: ucsi: ccg: add firmware flashing supportAjay Gupta2019-04-251-13/+814
* usb: typec: ucsi: ccg: add get_fw_info functionAjay Gupta2019-04-251-2/+64
* usb: typec: fusb302: Revert "Resolve fixed power role contract setup"Hans de Goede2019-04-191-9/+46
* usb: typec: fusb302: Implement start_toggling for all port-typesHans de Goede2019-04-191-3/+13
* usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede2019-04-194-27/+35
* Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman2019-04-012-3/+33
|\
| * usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede2019-03-191-1/+26
| * usb: typec: Fix unchecked return valueGustavo A. R. Silva2019-03-191-2/+7
* | usb: typec: fusb302: Make fusb302_irq_work staticYueHaibing2019-03-261-1/+1
* | usb: typec: wcove: Provide fwnode for the portHeikki Krogerus2019-03-261-13/+16
* | usb: typec: fusb302: Add __printf attribute to fusb302_log functionHans de Goede2019-03-191-1/+1
* | usb: typec: fusb302: Improve suspend/resume handlingHans de Goede2019-03-191-64/+48
* | usb: typec: fusb302: 2 small misc. fixesHans de Goede2019-03-191-2/+2
* | usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handlingHans de Goede2019-03-191-52/+97
* | usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede2019-03-191-0/+2
* | usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_ccHans de Goede2019-03-191-38/+13
* | usb: typec: fusb302: Refactor / simplify tcpm_set_cc()Hans de Goede2019-03-191-70/+15
* | usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downsHans de Goede2019-03-191-32/+16
* | usb: typec: pi3usb30532: Keep orientation when setting mux to safe modeHans de Goede2019-03-191-1/+2
* | usb: typec: altmodes/displayport: Fall back to multi-func pinsHans de Goede2019-03-191-1/+1
|/
* usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss2019-02-211-6/+20
* usb: typec: mux: remove redundant check on variable matchColin Ian King2019-02-201-1/+1
* usb: typec: mux: Fix unsigned comparison with less than zeroYueHaibing2019-02-191-1/+1
* usb: typec: mux: Find the muxes by also matching against the device nodeHeikki Krogerus2019-02-141-12/+74
* usb: typec: Find the ports by also matching against the device nodeHeikki Krogerus2019-02-141-3/+21
* usb: typec: Rationalize the API for the muxesHeikki Krogerus2019-02-142-9/+8
* usb: typec: tps6598x: Check mode of operationHeikki Krogerus2019-02-141-4/+49
* usb: typec: tcpm: Remove unused functionsGuenter Roeck2019-02-131-60/+0
* Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2019-02-111-1/+2
|\
| * usb: typec: tcpm: Correct the PPS out_volt calculationKyle Tso2019-01-311-1/+2
* | usb: typec: ucsi: Remove debug.h fileHeikki Krogerus2019-02-083-67/+64
* | usb: typec: Prepare alt mode enter/exit reporting for UCSI alt mode supportHeikki Krogerus2019-02-081-1/+1
* | usb: typec: displayport: Move the Configuration VDO helpers to the headerHeikki Krogerus2019-02-081-4/+0
* | usb: typec: tpcm: improve error handling of tcpm_register_portJun Li2019-01-251-3/+5
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-226-0/+10
|/
* Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-282-19/+39
|\
| * usb: typec: tcpm: Extend the matching rules on PPS APDO selectionKyle Tso2018-12-191-15/+20
| * staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-nameAndy Shevchenko2018-12-051-1/+1
| * Merge 4.20-rc4 into usb-nextGreg Kroah-Hartman2018-11-263-0/+319
| |\
| * | usb: typec: tcpm: charge current handling for sink during hard resetBadhri Jagan Sridharan2018-11-071-1/+8
| * | usb: typec: tcpm: Do not disconnect link for self powered devicesBadhri Jagan Sridharan2018-11-071-2/+10