summaryrefslogtreecommitdiff
path: root/driver/tcpm
Commit message (Expand)AuthorAgeFilesLines
* driver/tcpm: Tidy tcpci_tcpm_transmitJacob Garber2019-05-281-10/+8
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-05-211-5/+0
* tcpci/usb_pd_fuzz: Avoid using unitialized data in payloadNicolas Boichat2019-05-161-0/+2
* ampton: tune the dp mux to improve external monitor compatibilityJames_Chao2019-05-071-0/+1
* tcpm/it83xx.c: Bx and Dx transmit status bit of pd register swapRuibin Chang2019-04-301-0/+3
* driver: TCPM: nct38xx: add support for NCT38XX series chipsCHLin2019-04-263-7/+377
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-5/+4
* TCPC: Set charger vbus during initDiana Z2019-04-151-0/+7
* anx7447.c: change VBUS present detection interfaceXin Ji2019-03-281-6/+5
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-269-134/+134
* driver: anx7447: remove ec_version dependencyGwendal Grignou2019-02-131-1/+0
* tcpc/mt6370: Fix keeps entering/leaving LPM when sink device attached.Yilun Lin2019-02-121-7/+13
* anx74xx: Make ML0/ML1 unconnected if USB is enabled but DP isn'tWai-Hong Tam2019-02-011-7/+13
* ps8xxx: put the PS8751's power role to sink stateJames_Chao2019-01-311-1/+17
* Ampton: Set the PS8751 to source mode before enter low power modeJames_Chao2019-01-254-1/+18
* tcpm/it83xx.c: don't reload cc parameter settings for DxRuibin Chang2019-01-221-0/+2
* pd: Remove unneeded code from anx74xx.c tcpc driverSam Hurst2019-01-131-10/+5
* anx74xx: Rename the registers to more meaningfulWai-Hong Tam2019-01-112-23/+35
* pd: Enable USB PD SOP' and SOP'' CommunicationSam Hurst2019-01-075-5/+165
* rammus: reconfig the PS8751 i2c port according to the board versionZhuohao Lee2018-12-201-0/+4
* tcpc: remove reset check in alert handlerJett Rink2018-12-181-4/+12
* it83xx/intc:add type-c plug in interruptRuibin Chang2018-12-182-0/+21
* tcpc: wait for TCPC wake up upon first accessJett Rink2018-12-181-52/+49
* it83xx/intc:message id of pd packet repeatRuibin Chang2018-11-292-0/+13
* driver/anx7447: Modify Vconn SW protection time of inrush current and power S...xiong.huang2018-11-262-1/+20
* kukui: Fix shipping mode VSYS leakage.Yilun Lin2018-11-192-0/+36
* anx7447:Configure the MUX correctly at initSanna Parmar2018-11-051-5/+7
* tcpm/mt6370: Support low power mode.Yilun Lin2018-10-291-0/+19
* tcpm: cache the firmware version for anx74xx and ps8xxx chips.Paul Moy2018-10-232-18/+14
* cleanup: rename Rp enum values for clarityJett Rink2018-10-123-9/+9
* Octopus: add reset logic for C0 TCPCDiana Z2018-10-091-0/+9
* tcpc: Resume suspended ports after an intervalJonathan Brandmeyer2018-10-044-6/+27
* anx3429: mark that version 1.6V is requiredJett Rink2018-09-281-0/+9
* ps8751: set 0x39 as min version if vbus detectJett Rink2018-09-281-0/+9
* pdchipinfo: add min firmware version to pdchipinfoJett Rink2018-09-288-45/+60
* pd: Don't auto toggle when DRP state is not dual role.Edward Hill2018-09-171-38/+21
* pd: Change tcpm_set_drp_toggle() to tcpm_enable_drp_toggle()Edward Hill2018-09-174-15/+7
* pd: Add PD_FLAGS_LPM_TRANSITIONEdward Hill2018-09-171-4/+1
* tcpc: Add driver for TI TUSB422 tcpcScott Collyer2018-09-072-0/+82
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-0711-96/+234
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-071-0/+10
* ss-mux: update semantics for TCPC/MUX only used as MUXJett Rink2018-09-055-90/+61
* cleanup: remove tcpc* extern function declarationsJett Rink2018-08-311-16/+1
* anx74xx: consolidating anx74xx alert handlerJett Rink2018-08-301-90/+42
* cheza: Configure ANX3429 interrupt as open-drainWai-Hong Tam2018-08-232-0/+9
* tcpc/mt6370: Fix state debouncing when enable auto-toggling w/o battery.Yilun Lin2018-08-232-11/+14
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.1 BMC testRuibin Chang2018-08-231-0/+22
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-163-9/+29
* ps8751: add low power mode for PS8751 when only MUXJett Rink2018-08-151-19/+75