summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* buttons: Make buttons[] common.Aseda Aboagye2017-11-174-19/+51
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-173-27/+22
* common: Add software CTZ implementation when needeedGwendal Grignou2017-11-162-0/+28
* tpm: do not prevent reading registers during pending resetVadim Bendebury2017-11-161-3/+0
* system: Add wait-ext option to ec reboot commandScott Collyer2017-11-151-2/+26
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-141-11/+23
* usb_update: Add support for touchpad debugging featureNicolas Boichat2017-11-141-0/+25
* Fizz: Switch power source to BJ at G3/S5Daisuke Nojiri2017-11-131-0/+5
* keyboard_mkbp: Fix FIFO lockingShawn Nematbakhsh2017-11-101-7/+33
* gru: Remove `flashinfo` command for RAM savingsShawn Nematbakhsh2017-11-091-0/+2
* charger: Prevent SET access to EC_CMD_CHARGE_STATE on locked systemsShawn Nematbakhsh2017-11-091-3/+3
* cr50: fix event definition collisionVadim Bendebury2017-11-071-4/+7
* tpm: provide means of shutting down comms layer while in resetVadim Bendebury2017-11-072-9/+25
* pd: Add pd_capable() to check PD capability of partner portShawn Nematbakhsh2017-11-071-4/+9
* Fizz: Modify thermal tableRyan Zhang2017-11-062-3/+11
* charge_manager: Wait for charge current to be initializedScott Collyer2017-11-031-0/+22
* charge_manager: Enter safe mode at bootShawn Nematbakhsh2017-11-022-35/+60
* chg_ramp: Add charge_is_consuming_full_input_current().Aseda Aboagye2017-11-012-2/+10
* port80: Clean up macrosFurquan Shaikh2017-10-311-4/+1
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-0/+7
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-0/+7
* ccd: pass 'ccd password' execution through tpm task contextVadim Bendebury2017-10-271-7/+98
* PD: Make current USB PD Stack REV 3 compliantSam Hurst2017-10-243-19/+425
* tpm: let the caller of TPM reset decide if the EC needs to be reset tooVadim Bendebury2017-10-241-17/+2
* rma: process proper auth codeVadim Bendebury2017-10-242-22/+77
* host_event: Perform lpc_init_mask before keyboard/button initFurquan Shaikh2017-10-242-7/+12
* pd: Fix false USB-C DTS detectionShawn Nematbakhsh2017-10-231-1/+1
* Fix keyboard in systemd-bootStefan Reinauer2017-10-191-13/+5
* cleanup: pd: Make PDO find / extract functions non-staticShawn Nematbakhsh2017-10-192-55/+37
* charge_ramp: Ramp USB-C DTS sourcesShawn Nematbakhsh2017-10-193-7/+49
* pd: Remove ACCESSORY statesShawn Nematbakhsh2017-10-191-93/+30
* pd: Add "freeze" dual-role policyShawn Nematbakhsh2017-10-191-2/+9
* servo_v4: Use charge_manager for input port / ILIM selectionShawn Nematbakhsh2017-10-191-5/+5
* host_event_commands: Add support for always reporting masksFurquan Shaikh2017-10-182-34/+99
* host_command: Add flags1 to host_command_get_featuresFurquan Shaikh2017-10-181-0/+1
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-172-1/+100
* keyboard_8042: ensure key scanning on when keyboard enabledStefan Reinauer2017-10-171-0/+2
* Fizz: enable fanGaggery Tsai2017-10-171-1/+4
* Fizz: Add EC_RW_B in FMAPDaisuke Nojiri2017-10-171-1/+19
* EFS: Sysjump to active copyDaisuke Nojiri2017-10-171-1/+1
* charge_manager: Support no-battery / no-host boardsShawn Nematbakhsh2017-10-171-0/+8
* [fan] Add CONFIG_FAN_SPEED option to override EC fan speedChris Ching2017-10-131-2/+4
* tcpc: Don't retry sending of source capsShawn Nematbakhsh2017-10-131-1/+3
* cleanup: Use CONFIG_BATTERY to indicate whether a board has a batteryShawn Nematbakhsh2017-10-132-11/+3
* common: add rma_auth console commandVadim Bendebury2017-10-131-9/+81
* common: add alternative TPM command execution contextVadim Bendebury2017-10-131-14/+109
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-064-379/+405
* pd: Move *_set_input_current() to common codeShawn Nematbakhsh2017-10-051-0/+20
* cleanup: pd: Remove CONFIG_CASE_CLOSED_DEBUGShawn Nematbakhsh2017-10-053-93/+6
* common: make rma_auth work with the serverVadim Bendebury2017-10-041-2/+0