summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* tcpm/anx74xx: initialize reg variable before useMartin Roth2016-08-121-0/+2
* charger/bd99955.c: Simplify flow in console_command_bd99955Martin Roth2016-08-121-5/+3
* Analogix: Present configured Rp pull-up.Tang Zhentian12016-08-112-6/+26
* Amenia/Reef: Present 1.5A PullupDivya Sasidharan2016-08-113-3/+25
* kevin / gru: Notify host of HPD IRQ statusShawn Nematbakhsh2016-08-102-0/+17
* reef: add pull-up for TCPC1 INT# when daughter board is not connected.Kevin K Wong2016-08-031-1/+4
* reef: Add code to read battery temperatureVijay Hiremath2016-08-032-2/+4
* anx74xx: only enable SBU mux in DP modeRachel Nancollas2016-08-021-26/+33
* thermistor: Add generic linear interpolation algorithmDavid Hendricks2016-08-012-0/+89
* Revert "charger: bd99955: Adjust VSYS based on fast vs precharge state"Shawn Nematbakhsh2016-07-292-109/+10
* tcpm: anx74xx: Fix cable orientation detectionDivya Sasidharan2016-07-291-5/+12
* pd: tcpci: Fix tcpci_tcpm_set_vconn() to set bit0 (VCONN) only.Koro Chen2016-07-291-2/+8
* tcpm: fusb302: Changed get_cc to use full manual mode for revBScott2016-07-261-78/+82
* tcpm: fusb302: Set VCONN appropriately when enabledShawn Nematbakhsh2016-07-251-27/+37
* charger: bd99955: Remove incorrect VSYSVAL_THL / THH settingsShawn Nematbakhsh2016-07-251-7/+1
* charger: bd99955: Adjust VSYS based on fast vs precharge stateShawn Nematbakhsh2016-07-252-10/+109
* bd99955: Add function for reading temperatureDavid Hendricks2016-07-222-0/+16
* tcpm: anx74xx: Add alert polarity member to tcpc_config_tDavid Hendricks2016-07-212-2/+3
* charger: bd99955: Set pre-charge current in addition to fast chargeShawn Nematbakhsh2016-07-202-2/+13
* charger: bd99955: Allow charge limits < 512 mAShawn Nematbakhsh2016-07-202-2/+8
* tcpm: fusb302: Fix issue with MDAC register definitionScott2016-07-202-20/+19
* bd99955: Make changes for new OTP change.Aseda Aboagye2016-07-182-1/+22
* bd99955: Update init settings.Aseda Aboagye2016-07-181-0/+8
* tcpm: anx74xx: Improve CC eye diagramShawn Nematbakhsh2016-07-182-0/+10
* BD99955: System VR in battery LEARN, Cut-off & No-battery conditionVijay Hiremath2016-07-181-0/+26
* charger: BD99955: Get the VBUS level from the chargerVijay Hiremath2016-07-131-0/+16
* charger: isl9237: Disable learn mode unless explicitly enabled.Todd Broch2016-07-051-2/+16
* anx74xx: allow anx74xx_tcpm_mux_set() to disable muxDavid Hendricks2016-06-291-17/+19
* tcpm: fusb302: Avoid unwanted CC PU changesShawn Nematbakhsh2016-06-281-53/+63
* pd: tcpci: Properly get / set mux polarityShawn Nematbakhsh2016-06-282-7/+11
* bd99955: Enforce minimum input current of 512 mAShawn Nematbakhsh2016-06-282-1/+5
* BD99955: Change the minimum charging current valueVijay Hiremath2016-06-281-1/+1
* BD99955: Added support for 'psys' & 'amonbmon' console commandsVijay Hiremath2016-06-273-4/+183
* usb_mux: Add support for host-controlled 'virtual' USB muxShawn Nematbakhsh2016-06-243-0/+72
* driver: si114x: Handle overflow properly.Gwendal Grignou2016-06-171-12/+16
* bd99955: Improve interrupt / USB charger task wake schemeShawn Nematbakhsh2016-06-161-71/+51
* elm: anx7688: add anx7688 hpd driverRong Chang2016-06-165-13/+240
* pd: tcpci: Don't wait forever for init() on i2c errorShawn Nematbakhsh2016-06-151-1/+9
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-141-2/+0
* driver/tcpm: add Type-C controller ps8751 DP alt mode APIli feng2016-06-143-0/+81
* BD99955: Use only one USB charger task for both the portsVijay Hiremath2016-06-141-29/+47
* Driver: BD99955: Use Charger interrupt to detect VBUS activityVijay Hiremath2016-06-082-1/+119
* BD99955: Add support to detect non-BC1.2 compliant chargersVijay Hiremath2016-06-082-5/+15
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-025-12/+12
* bd99955: Clear IADP enable bit on initShawn Nematbakhsh2016-06-012-0/+9
* driver: Add support bma255 sensorWonjoon Lee2016-05-313-0/+502
* BD99955: Get the VBUS provided status from individual portsVijay Hiremath2016-05-282-7/+16
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-242-15/+301
* COMMON: Add extend function for tmp432 ICRyan Zhang2016-05-182-0/+90
* TCPM : Added driver for Analogix's anx74xx chipsAman Kumar2016-05-183-0/+954