summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* servo_v4: add per port dualrole settingNick Sanders2019-11-011-68/+83
* tablet-mode: Disable tablet mode in recovery bootDaisuke Nojiri2019-10-042-0/+29
* EC: Do not drop SCI events responsible for wake.Ravi Chandra Sadineni2019-09-191-4/+34
* usb_pd_protocol: Add a 3ms delay between polling ALERT#.Aseda Aboagye2019-09-181-1/+4
* motion: Split configuration for sensor FIFO and tight timestampsEnrico Granata2019-05-292-1/+3
* USB-PD: Fix null-pointer dereference for svdm_rsp.amodeDaisuke Nojiri2019-05-151-2/+4
* common/usb_pd_protocol: Fix TryWait.SNK to Unattached.SNK timeout valueRuibin Chang2019-05-011-2/+2
* tcpm: add higher priority tasks to handle TCPC intJett Rink2019-04-151-0/+58
* tcpm: add TCPC RX circular buffer in ECJett Rink2019-04-152-5/+10
* chgstv2: Allow board to customize AP boot thresholdDaisuke Nojiri2019-04-121-2/+15
* kblight: Remove dependency on PWMDaisuke Nojiri2019-04-124-4/+6
* chgstv2: Add callback for board to check power for booting OSDaisuke Nojiri2019-04-121-7/+7
* chgstv2: Refactor OS boot power checkDaisuke Nojiri2019-04-121-15/+27
* chgstv2: Disable battery communication after cutoffMatt_Wang2019-04-092-26/+28
* chgstv2: Refactor shutdown_on_critical_batteryDaisuke Nojiri2019-04-091-41/+52
* chgstv2: Allow board to set charge level for shutdownDaisuke Nojiri2019-04-091-2/+11
* chgstv2: Make board_critical_shutdown_check specify action on critical socDaisuke Nojiri2019-03-051-9/+25
* Revert "USB-PD: Debounce when trying try.src"Daisuke Nojiri2019-02-011-13/+14
* BC1.2: Add usb_charger_reset_charge APIDaisuke Nojiri2019-01-241-12/+15
* Battery: Force data update for EC_CMD_BATTERY_GET_STATICDaisuke Nojiri2019-01-161-1/+2
* cheza: Mux the 1st-plugged UFP port which is not a chargerWai-Hong Tam2019-01-081-0/+9
* chgmgr: Allow charge_manager_update_charge to accept NULLDaisuke Nojiri2019-01-082-11/+9
* chgmgr: Set available voltage to 0 on disconnectDaisuke Nojiri2019-01-082-10/+8
* charge_ramp: Allow USB-C power to be ramped by hardwareDaisuke Nojiri2018-12-181-7/+22
* USB-PD: Debounce when trying try.srcDaisuke Nojiri2018-12-181-14/+13
* CBI: Add MODEL_ID fieldDaisuke Nojiri2018-11-301-0/+7
* Reland "Battery: USE Host full capacity to compute display percentage"Daisuke Nojiri2018-11-161-16/+18
* Revert "Battery: Use host full capacity to compute display percentage"Daisuke Nojiri2018-11-161-10/+5
* USB-PD: Supply power up to 3A + 1.5ADaisuke Nojiri2018-11-161-22/+58
* Battery: Use host full capacity to compute display percentageDaisuke Nojiri2018-11-091-5/+10
* Revert "Battery: Set full_capacity charge host event threshold to zero"Daisuke Nojiri2018-11-091-6/+5
* Battery: Make battery command print display percentageDaisuke Nojiri2018-11-081-1/+8
* Battery: Set full_capacity charge host event threshold to zeroDaisuke Nojiri2018-11-081-5/+6
* Battery: Apply full factor to full capacityDaisuke Nojiri2018-11-081-7/+13
* chgstv2: Notify on display percentage changeDaisuke Nojiri2018-11-081-5/+16
* Battery: Get display charge percentageDaisuke Nojiri2018-11-081-1/+16
* Battery: Compensate remaining charge to match full capacityDaisuke Nojiri2018-11-081-0/+22
* battery: Optionally prevent boot at low SOC with cell imbalance.Jonathan Brandmeyer2018-11-082-2/+26
* Keyboard: Add keypad supportDaisuke Nojiri2018-10-231-0/+14
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-225-34/+40
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-192-44/+43
* keyboard: display keycap label in key status debug messagesNamyoon Woo2018-10-192-1/+58
* keyboard: Move keyboard_special (lightbar demo) to samus/board.cHung-Te Lin2018-10-191-54/+0
* keyboard: Add CONFIG_KEYBOARD_SCANCODE_CALLBACK for board-specific hooks.Hung-Te Lin2018-10-191-0/+9
* keyboard: Change scan code magic values to enum.Hung-Te Lin2018-10-192-22/+25
* keyboard: Keep only scan code set 2 table and do translation for set 1.Hung-Te Lin2018-10-192-103/+87
* keyboard: Ignore refresh button at bootDaisuke Nojiri2018-09-101-2/+0
* usb-pd: Exit DP mode before shutdownDaisuke Nojiri2018-08-221-0/+20
* chgstv2: Check current battery presence instead of battery_was_removedDaisuke Nojiri2018-08-171-1/+1
* chgstv2: Use lower charge threshold for boot if AC power is presentDaisuke Nojiri2018-08-161-1/+10