summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* keyboard_scan: Modify factory test scan loopSue Chen2022-01-061-2/+2
* zephyr: Avoid referencing name field when using ZephyrAndrew McRae2021-12-221-0/+4
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-173-3/+3
* atomic: cast to unsigned when shiftingDawid Niedzwiecki2021-12-173-6/+7
* TCPMv2: don't set the sleep mask for TCPC embedded in ECRuibin Chang2021-12-171-3/+10
* Zephyr: Allow big endian flagDiana Z2021-12-161-2/+2
* ocpc: modify pre-charge target conditionBen Chen2021-12-141-0/+1
* charge_ramp: Don't regulate the input voltage for USB-C chargersWai-Hong Tam2021-12-131-4/+17
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-087-12/+13
* TCPMv2: Refactor retimer update for USB MUX taskDiana Z2021-12-071-6/+34
* mkbp: change the type fifo_entries to atomic_tDawid Niedzwiecki2021-12-071-1/+1
* usb: use atomic_t where possibleDawid Niedzwiecki2021-12-0710-43/+50
* zephyr: Disable DPTF on nivviksJeremy Bettis2021-12-061-0/+2
* Add EC feature flag for S4 residencyEvan Green2021-12-011-0/+3
* chgstv2: Use chipset_in_state instead of naming statesEvan Green2021-12-011-2/+11
* led_common: Add board_led_auto_controlSue Chen2021-11-301-0/+12
* TCPMv2: Guard DATA_RESET using CONFIG_USB_PD_DATA_RESET_MSGScott Chao2021-11-301-0/+2
* system: change sleep_mask to atomic_t typeDawid Niedzwiecki2021-11-291-2/+2
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-293-7/+7
* COIL: Update links for inclusive languageTom Hughes2021-11-291-1/+1
* TCPMv2: Delay Data Reset until mode entry requestAbe Levkoy2021-11-231-0/+3
* TCPMv2: Support Data Reset as DFP, initiatorAbe Levkoy2021-11-234-8/+346
* driver/temp_sensor: support thermal sensor pct2075Zick Wei2021-11-231-0/+1
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-1/+1
* TCPMv2: Ensure modes are exited on hard resetDiana Z2021-11-181-2/+18
* zephyr: use uart_poll_out() instead of printkKeith Short2021-11-171-4/+2
* TCPMv2: Prepare for boards using USB mux taskDiana Z2021-11-156-84/+138
* TCPMv2: Add DPM setup enumDiana Z2021-11-153-39/+61
* TCPMV2: Prevent EC boot loop when battery is deadSam Hurst2021-11-151-4/+4
* ectool: Change "ectool temps all" output similar to EC console commandB R, Harsha2021-11-121-4/+4
* TCPC Mock: Add LPM wake callbackDiana Z2021-11-111-0/+7
* TCPMv2: Wake TCPC when changing dual roleDiana Z2021-11-111-1/+7
* common/usb_pd: Move common functionsTom Hughes2021-11-092-22/+29
* Task: Introduce generic deferred checkDiana Z2021-11-082-4/+4
* tree: Create usb_pd_pdo.cTom Hughes2021-11-054-26/+37
* ioex: extract shell commands from ioexpander.cMichał Barnaś2021-11-053-143/+158
* TCPMv2: Avoid hard reset on shutdown with no batteryDiana Z2021-11-031-2/+5
* ec: Implement keyboard backlight get enabledJeremy Bettis2021-11-032-2/+21
* npcx: flash: Fix physical_get_protect_flags()Wealian Liao2021-11-031-0/+3
* charger: Enable hw ramp for active_chg_chipTommy Chung2021-11-021-8/+16
* fpsensor: Use global fingerprint OWNERS fileTom Hughes2021-11-011-5/+1
* common/firmware_image.lds.S: Add empty text sectionTom Hughes2021-10-291-0/+9
* common: Make EC power delivery cmd more verboseNehemiah Dureus2021-10-291-0/+51
* common/firmware_image: Add _start symbolTom Hughes2021-10-281-0/+3
* zephyr: test: Make get_time mockableAaron Massey2021-10-281-0/+9
* battery: Move battery get/set vendor param to common/battery.cTommy Chung2021-10-281-0/+32
* IOEX: Fix clobbering of initial flag valuesSam Hurst2021-10-271-1/+2
* smart_battery: Store battery info in struct battery_static_infoDaisuke Nojiri2021-10-263-19/+70
* Battery: Move battery code to battery_v1.c and v2.cDaisuke Nojiri2021-10-265-531/+558
* TCPMv2: Add PD timer unit testDenis Brockus2021-10-262-3/+7