summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ec_ec_comm_master: Functions for EC-EC communication masterNicolas Boichat2018-01-052-0/+355
* charge_state_v2: Add charge_set_output_current_limit functionNicolas Boichat2018-01-042-5/+38
* wand: Make sure battery is cut-off when criticalNicolas Boichat2018-01-041-0/+5
* ec_commands: battery_dynamic_info: Rename current to actual_currentNicolas Boichat2018-01-041-2/+2
* USB/PD: Request discover identity on bootDaisuke Nojiri2018-01-041-12/+19
* espi: Add API to test if signal is eSPI virtual wireScott Worley2018-01-022-0/+68
* ec_flash: Add W25Q128 SPI flashScott Worley2017-12-281-1/+8
* ec_als: ALS now uses CPRINT macrosScott Worley2017-12-281-1/+6
* ec_gpio: Add GPIO power down supportScott Worley2017-12-281-0/+34
* charger: Use shorter poll timeouts when on-acShawn Nematbakhsh2017-12-271-3/+4
* printf: add %li format for compatibilityVincent Palatin2017-12-251-0/+6
* ec_ec_comm_slave: Define extpower_is_presentNicolas Boichat2017-12-212-0/+28
* charge_state_v2: Update battery information in EC-EC slave modeNicolas Boichat2017-12-201-4/+134
* ec_ec_comm_slave: EC-EC communication slave task and functionsNicolas Boichat2017-12-202-0/+281
* config: Add CONFIG_BUTTON_TRIGGERED_RECOVERY.Aseda Aboagye2017-12-181-6/+22
* consumer: Remove flush operationNicolas Boichat2017-12-183-11/+0
* ppc: Add API to set Vbus source ILIM.Aseda Aboagye2017-12-131-0/+8
* ec_commands: Remove zero-size structsRandall Spangler2017-12-131-1/+1
* system: Log PC and task id on watchdogPhilip Chen2017-12-111-5/+12
* ccd: restrict password setting to allowed statesVadim Bendebury2017-12-111-4/+106
* ccd: require password to change or clear itVadim Bendebury2017-12-091-5/+15
* cr50: do not cache FWMP contentsVadim Bendebury2017-12-081-4/+0
* i2c: support large reading in i2c_xfer()Chun-Ta Lin2017-12-072-27/+40
* sn5s330: Add support for Vbus detection.Aseda Aboagye2017-12-061-0/+10
* eve_fp: update fingerprint architectureVincent Palatin2017-12-062-0/+307
* host_events: Introduce unified host event commandJenny TC2017-12-061-0/+210
* ppc: Create generic PPC driver framework.Aseda Aboagye2017-12-062-0/+77
* ppc: Add common APIs.Aseda Aboagye2017-12-051-0/+5
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-0/+7
* charge_state: Change CHARGE_MAX_SLEEP_USEC to 1 minuteFurquan Shaikh2017-11-301-3/+16
* panic: Set EC_HOST_EVENT_PANIC on chipset resetFurquan Shaikh2017-11-301-1/+2
* detachables: Updating button command to support multiple buttonsShelley Chen2017-11-291-30/+67
* sb_fw_update: Get rid of CONFIG_SB_FIRMWARE_UPDATEFurquan Shaikh2017-11-281-8/+0
* chipset: Introduce CHIPSET_STATE_ANY_SUSPENDFurquan Shaikh2017-11-283-4/+3
* charge_manager: Give dedicated chargers highest priorityDaisuke Nojiri2017-11-281-9/+9
* cr50: ccd: add vendor command to disable RMA modeVadim Bendebury2017-11-281-0/+69
* host_event_commands: Fix off-by-one errorFurquan Shaikh2017-11-281-1/+9
* charge_manager: Add EC_CMD_OVERRIDE_DEDICATED_CHARGER_LIMITDaisuke Nojiri2017-11-281-0/+27
* Separate VBUS detection and measurement mechanismsPhilip Chen2017-11-271-1/+1
* hammer: enable large block reading on usb i2c passthru.Chun-Ta Lin2017-11-241-11/+40
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-215-48/+197
* 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