summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Revert "motion_sense: set sensor data rate to 0, when sensors are being power...Gwendal Grignou2020-11-061-3/+1
* common: body: Use IS_ENABLEDGwendal Grignou2020-11-061-11/+11
* motion_lid: Add IS_ENABLED()Gwendal Grignou2020-11-061-31/+43
* common: motion: add IF_ENABLED()Gwendal Grignou2020-11-061-237/+205
* motion: Use empty CONFIG_ variable to use IS_ENABLED()Gwendal Grignou2020-11-062-3/+3
* motion: orientation: update interfaceGwendal Grignou2020-11-063-43/+53
* TCPMv2: Correct battery index detectionDiana Z2020-11-051-19/+35
* BB retimer: Update USB4 related bitsAyushee2020-11-051-0/+1
* tcpmv2: ifdef cleanup with IS_ENABLEDDenis Brockus2020-11-056-293/+312
* TCPMv2: Allow alternate mode reentryAbe Levkoy2020-11-052-4/+9
* TCPMv2: Remove unnecessary bracesAbe Levkoy2020-11-051-2/+1
* TCPMv2: Add support for USB4 active cableAyushee2020-11-056-47/+232
* COIL: Rename CONFIG_I2C_PERIPHERALDiana Z2020-11-051-1/+1
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-054-4/+4
* TCPMv2: Correct PE_VDM_Response name stringAbe Levkoy2020-11-051-1/+1
* motion_sense: set sensor data rate to 0, when sensors are being powered offMike Lee2020-11-041-1/+3
* tcpmv2: Move "Allow_List" print to USBPD channelKeith Short2020-11-041-1/+3
* OCPC: Average and filter resistance calculationsAseda Aboagye2020-11-031-5/+59
* OCPC: Calculate resistance in suspendAseda Aboagye2020-11-031-1/+2
* tcpmv2: extended unlocked exception to battery removalJett Rink2020-11-021-1/+1
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-022-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-028-12/+12
* System: shutdown chipset before enter hibernateSue Chen2020-11-022-15/+23
* common/mock: Make sure mocks are only in the test buildTom Hughes2020-10-3116-1/+64
* TCPMv2: Hard Reset to only disable ADD if Vbus dropsDenis Brockus2020-10-301-3/+4
* TCPMv2: Add allow_list for partners that didn't set UP but should haveDenis Brockus2020-10-301-3/+6
* Zephyr: refactor i2c components to avoid name collisions with zephyrYuval Peress2020-10-301-19/+26
* include/config.h: Replace CONFIG_FP_SENSOR with CONFIG_FINGERPRINT_MCUTom Hughes2020-10-301-0/+4
* Revert "hack: temporarily work around TX_COMPLETE failure"Ken Lu2020-10-301-10/+2
* morphius: Wait 500ms before allowing DP event to cause resume.Edward Hill2020-10-302-3/+4
* tcpmv2: Enable AutoDischargeDisconnect after applying RdEdward Hill2020-10-301-3/+7
* TCPMv2: Notify AP when discovery is NAKedDiana Z2020-10-291-6/+10
* tcpmv2: Use atomic_* implementationDawid Niedzwiecki2020-10-291-4/+2
* usb_pd: Redo the change of DP alt-mode eventWai-Hong Tam2020-10-281-12/+4
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-2718-126/+104
* features: Define AP-driven mode entryAbe Levkoy2020-10-261-0/+3
* TCPMv2: Add typeccontrol enter-mode subcommandAbe Levkoy2020-10-222-22/+129
* usb-pd: svdm_dp_attention used bit & instead of logical &&Denis Brockus2020-10-221-2/+2
* TCPMv2: Create charge allow_list and add devicesDenis Brockus2020-10-221-6/+33
* TCPMv2: don't set PD_PROCESS_INTERRUPT event to idle taskRuibin Chang2020-10-221-1/+7
* TCPMv2: Correct Enter Mode TBT payloadAyushee2020-10-211-15/+5
* TCPMv2: Report TYPEC commands as a featureDiana Z2020-10-211-0/+3
* TCPMv2: Add fields for sink capabilities to TYPEC_STATUSDiana Z2020-10-211-1/+2
* TCPMv2: Report source capabilities in TYPEC_STATUSDiana Z2020-10-211-1/+5
* TCPMv2: Report partner PD revisions in TYPEC_STATUSDiana Z2020-10-211-1/+8
* TCPMv2: Avoid VCONN-Source discovery failureAbe Levkoy2020-10-212-10/+25
* TCPMv2: Update dedicated capability if charger is allow-listedDiana Z2020-10-201-0/+7
* common: online_calibration: Fix compilation issueGwendal Grignou2020-10-202-8/+8
* TCPMv2: Add debug detach interfaceDiana Z2020-10-191-0/+6
* TCPMv2: Use a common function to check if the battery is capableWai-Hong Tam2020-10-172-23/+32