summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* usb_charger: initialize VBUS supplier at startupJett Rink2018-04-102-12/+5
* cr50: add vendor CCD subcommand to report CCD informationVadim Bendebury2018-04-101-53/+55
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-7/+0
* fpsensor: fix bug in fpcapture console commandVincent Palatin2018-04-061-1/+1
* rma: mark key ID volatile so that it can be replaced post compilationVadim Bendebury2018-04-051-1/+1
* flash: Allow currently active regions to be modifiedDaisuke Nojiri2018-04-051-0/+4
* Features: Add EXEC_IN_RAMDaisuke Nojiri2018-04-041-0/+3
* EFS: Clarify vboot_main entry logicDaisuke Nojiri2018-04-041-12/+17
* cr50: use run time generated public RMA key definitionVadim Bendebury2018-04-042-4/+21
* i2c: Use the correct config variable for i2c board callbackFurquan Shaikh2018-04-041-2/+2
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-035-15/+8
* host_event_commands: Fix lpc_get_next_host_event for 64-bit eventsNicolas Boichat2018-04-031-0/+9
* cr50: bundle together RMA key and key IDVadim Bendebury2018-04-021-4/+11
* charge_state_v2: Use lid and base batteries to determine if near fullNicolas Boichat2018-03-281-2/+15
* charge_state_v2: Hibernate base in S5 with no ACNicolas Boichat2018-03-281-5/+29
* common/ec_ec_comm_master/slave: Add support for EC hibernateNicolas Boichat2018-03-282-2/+54
* chgstv2: Notify charge state transitionDaisuke Nojiri2018-03-281-8/+16
* charge_state_v2: Add debugging command for dual-battery algoNicolas Boichat2018-03-281-0/+98
* i2c: expose port num during unwedge console output.Todd Broch2018-03-261-4/+5
* ppc: Add driver for NX20P3483Scott Collyer2018-03-202-3/+7
* i2c: Add option for calling board-specific functions before and after every i...Furquan Shaikh2018-03-201-5/+25
* Add vsnprintf function.Jeff Andersen2018-03-201-3/+12
* fpsensor: add enrollment and matching interfaceVincent Palatin2018-03-201-45/+282
* i2c(npcx): Replace cprints by cputs/cprintfNicolas Boichat2018-03-171-4/+4
* console: Fix help for parse_boolEdward Hill2018-03-161-1/+1
* EFS: Perform EFS even if flash WP is enabledDaisuke Nojiri2018-03-161-1/+3
* meowth_fp: move large buffersVincent Palatin2018-03-161-1/+7
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-1/+2
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-16/+27
* power button: Wait for charger and battery initializationEdward Hill2018-03-131-5/+16
* usbc: add config support for multiple (and no) vbus adc channelsJett Rink2018-03-091-7/+9
* motion: remove load_fifoGwendal Grignou2018-03-091-40/+54
* charge_state_v2: When suspended, charge base if battery criticalNicolas Boichat2018-03-091-10/+15
* charge_state_v2: Simplify low-battery base power logicNicolas Boichat2018-03-091-8/+13
* Allow repeated waitms commands without resettingSimon Glass2018-03-081-1/+14
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-43/+43
* charge_state_v2: Reduce OTG voltage to 12V for better efficiencyNicolas Boichat2018-03-051-1/+1
* Introduce CONFIG_USB_PD_5V_CHARGER_CTRLPhilip Chen2018-03-051-5/+6
* cr50: fix console command RMA authentication code checkVadim Bendebury2018-03-021-11/+30
* cr50: include GscFullConsole in rma openMary Ruthven2018-03-011-10/+1
* make EC_FEATURE_RWSIG definition more usefulVincent Palatin2018-03-011-1/+1
* fix shmem console commandVincent Palatin2018-03-011-2/+2
* usb-pd: Tell TCPC and PPC to both source VconnJett Rink2018-02-271-6/+8
* ec: add crc32_ctx..() to take context parameter.Marius Schilder2018-02-231-7/+32
* CBI: Share common code between host tool and firmwareDaisuke Nojiri2018-02-231-25/+49
* CBI: Make cbi command dump EEPROM contentsfirmware-kbl-10431.BDaisuke Nojiri2018-02-221-16/+21
* pd: retry DR_SWAP after a WAITVincent Palatin2018-02-211-1/+4
* cr50: Allow spihash extension command over USBVadim Bendebury2018-02-201-0/+1
* host_command: Count suppressed host commands individuallyDaisuke Nojiri2018-02-161-10/+59
* CBI: Make data offset and size variableDaisuke Nojiri2018-02-161-101/+164