summaryrefslogtreecommitdiff
path: root/driver/tcpm/anx74xx.c
Commit message (Expand)AuthorAgeFilesLines
...
* tcpc: debounce entry into low-power modeJett Rink2018-07-181-5/+22
* anx3429: force chip reset on PD_RESUMECaveh Jalali2017-08-291-1/+1
* anx3429: read chip firmware version during initCaveh Jalali2017-08-251-0/+2
* anx74xx: enable driver "release".Caveh Jalali2017-08-241-1/+5
* tcpm: add .release driver operation.Caveh Jalali2017-06-281-0/+6
* pd: ensure tighter timings for IRQ_HPD pulseKevin K Wong2017-05-291-1/+14
* tcpm: anx74xx: Improvements to low power mode for S3/G3 chipset stateScott2017-04-111-13/+57
* tcpm: anx74xx: Take ANX3429 out of suspend state before I2C accessScott2017-04-111-6/+36
* tcpm: Call usb_mux board_init on exit from low power modeDaisuke Nojiri2017-03-161-1/+4
* tcpm: anx74xx: Only connect aux to sbu when DP mode is selectedScott2017-03-161-38/+105
* anx74xx: fix role bits for GOOD_CRCVincent Palatin2017-03-081-29/+4
* anx74xx: Restore behaviour if CONFIG_USB_PD_TCPC_LOW_POWER is unsetNicolas Boichat2017-02-171-10/+8
* pdchipinfo: Increase compatibility of fw_versionDaisuke Nojiri2017-02-141-2/+0
* ANX74xx: add TCPC low power mode for different DRP stateKevin K Wong2017-02-111-15/+58
* Add host command to get PD chip informationDaisuke Nojiri2017-02-091-5/+8
* tcpm: anx74xx: Remove auto-toggle supportShawn Nematbakhsh2016-12-201-18/+0
* usb_pd_protocol: tcpm_get_message: Check return valueNicolas Boichat2016-12-081-5/+2
* anx74xx: Fix typo in anx74xx_check_cc_type functionDivya Sasidharan2016-11-141-1/+1
* reef: enable tcpc low power modeKevin K Wong2016-11-111-0/+3
* anx74xx: Modifed tcpm_get_cc function to fix check for 3.0 A typeScott2016-11-041-26/+44
* reef: enable tcpc-controlled drp toggleKevin K Wong2016-11-021-9/+39
* anx74xx: Added check for hard reset done bit in IRQ statusScott2016-10-311-0/+4
* anx74xx: update usage with its CC_STATUS registerKevin K Wong2016-10-131-38/+26
* anx74xx: fix hard reset issue.Shaoliang Wang2016-09-241-81/+67
* tcpm: anx74xx: Initialize regs for proper CC cye diagramShawn Nematbakhsh2016-09-231-2/+22
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-0/+12
* anx74xx: remove pd role control from init codeKevin K Wong2016-09-231-3/+0
* reef: Print tcpc firmware versionDivya Sasidharan2016-09-211-0/+11
* tcpm: anx74xx: fix wrong clear CABLE_DET bit in 0x50:43 register.Tang Zhentian12016-09-211-10/+14
* anx74xx: fix Rp controlShaoliang Wang2016-09-151-5/+19
* tcpc: Enable vbus discharge using PD discharge registersKevin K Wong2016-09-131-1/+6
* pd: select dynamically Rp valueVincent Palatin2016-08-251-24/+36
* tcpm/anx74xx: initialize reg variable before useMartin Roth2016-08-121-0/+2
* Analogix: Present configured Rp pull-up.Tang Zhentian12016-08-111-6/+20
* anx74xx: only enable SBU mux in DP modeRachel Nancollas2016-08-021-26/+33
* tcpm: anx74xx: Fix cable orientation detectionDivya Sasidharan2016-07-291-5/+12
* tcpm: anx74xx: Add alert polarity member to tcpc_config_tDavid Hendricks2016-07-211-1/+3
* tcpm: anx74xx: Improve CC eye diagramShawn Nematbakhsh2016-07-181-0/+8
* anx74xx: allow anx74xx_tcpm_mux_set() to disable muxDavid Hendricks2016-06-291-17/+19
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-2/+2
* TCPM : Added driver for Analogix's anx74xx chipsAman Kumar2016-05-181-0/+799