summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King-1/+1
2019-08-02usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck-14/+24
2019-08-01usb: typec: ucsi: ccg: Fix uninitilized symbol errorHeikki Krogerus-1/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun-0/+9
2019-07-30usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck-3/+4
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-4/+125
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+4
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-87/+229
2019-07-03drivers/usb/typec/tps6598x.c: fix 4CC cmd writeNikolaus Voss-2/+2
2019-07-03drivers/usb/typec/tps6598x.c: fix portinfo widthNikolaus Voss-1/+1
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman-3/+5
2019-06-12usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus-1/+1
2019-06-08usb: typec: tcpm: fusb302: simplify getting the adapter of a clientWolfram Sang-2/+1
2019-06-08usb: typec: ucsi: ccg: add runtime pm workaroundAjay Gupta-4/+76
2019-06-08usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta-0/+49
2019-06-03usb: typec: ucsi: ccg: fix memory leak in do_flashGustavo A. R. Silva-2/+4
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus-87/+229
2019-04-29usb: typec: ucsi: ccg: fix missing unlock on error in ccg_cmd_write_flash_row()Wei Yongjun-0/+1
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta-1/+59
2019-04-25usb: typec: displayport: Export probe and remove functionsAjay Gupta-5/+15
2019-04-25usb: typec: ucsi: Support for DisplayPort alt modeHeikki Krogerus-8/+364
2019-04-25usb: typec: ucsi: Preliminary support for alternate modesHeikki Krogerus-92/+428
2019-04-25usb: typec: ucsi: ccg: add firmware flashing supportAjay Gupta-13/+814
2019-04-25usb: typec: ucsi: ccg: add get_fw_info functionAjay Gupta-2/+64
2019-04-19usb: typec: fusb302: Revert "Resolve fixed power role contract setup"Hans de Goede-9/+46
2019-04-19usb: typec: fusb302: Implement start_toggling for all port-typesHans de Goede-3/+13
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede-27/+35
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman-3/+33
2019-03-26usb: typec: fusb302: Make fusb302_irq_work staticYueHaibing-1/+1
2019-03-26usb: typec: wcove: Provide fwnode for the portHeikki Krogerus-13/+16
2019-03-19usb: typec: fusb302: Add __printf attribute to fusb302_log functionHans de Goede-1/+1
2019-03-19usb: typec: fusb302: Improve suspend/resume handlingHans de Goede-64/+48
2019-03-19usb: typec: fusb302: 2 small misc. fixesHans de Goede-2/+2
2019-03-19usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handlingHans de Goede-52/+97
2019-03-19usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede-0/+2
2019-03-19usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_ccHans de Goede-38/+13
2019-03-19usb: typec: fusb302: Refactor / simplify tcpm_set_cc()Hans de Goede-70/+15
2019-03-19usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downsHans de Goede-32/+16
2019-03-19usb: typec: pi3usb30532: Keep orientation when setting mux to safe modeHans de Goede-1/+2
2019-03-19usb: typec: altmodes/displayport: Fall back to multi-func pinsHans de Goede-1/+1
2019-03-19usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede-1/+26
2019-03-19usb: typec: Fix unchecked return valueGustavo A. R. Silva-2/+7
2019-02-21usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss-6/+20
2019-02-20usb: typec: mux: remove redundant check on variable matchColin Ian King-1/+1
2019-02-19usb: typec: mux: Fix unsigned comparison with less than zeroYueHaibing-1/+1
2019-02-14usb: typec: mux: Find the muxes by also matching against the device nodeHeikki Krogerus-12/+74
2019-02-14usb: typec: Find the ports by also matching against the device nodeHeikki Krogerus-3/+21
2019-02-14usb: typec: Rationalize the API for the muxesHeikki Krogerus-9/+8
2019-02-14usb: typec: tps6598x: Check mode of operationHeikki Krogerus-4/+49