summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* system: Add support to reclaim space from loader.Aseda Aboagye2015-10-132-0/+33
* pd: allow request message over max current if mismatch bit setAlec Berg2015-10-131-1/+1
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-132-1/+40
* port80: Reduce history buffer to 256 bytes.Aseda Aboagye2015-10-131-1/+1
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-135-0/+510
* pd: Cleanup usb_pd low power idle sleep maskShawn Nematbakhsh2015-10-061-0/+15
* mkbp_event: prevent AC power change events to wakeup AP.Ben Lok2015-10-061-0/+18
* lightbar: on tap sequence, only get battery percentage onceAlec Berg2015-10-061-11/+11
* lightbar: fix battery level hysteresis bugAlec Berg2015-10-061-5/+3
* charge_state_v2: fix battfake command race conditionAlec Berg2015-10-061-31/+0
* motion: fix sensor interrupt interval computationVincent Palatin2015-10-061-1/+2
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-19/+23
* ryu: export board versionVincent Palatin2015-10-051-0/+4
* charge_state_v2: add option to cut-off battery when level is criticalVincent Palatin2015-10-021-0/+4
* ALS: Disable the ALS task if all the ALS inits failVijay Hiremath2015-10-021-2/+22
* system: Add i2c slave sleep maskShawn Nematbakhsh2015-09-301-3/+6
* pd: Always update charge manager on PD_CTRL_PS_RDYShawn Nematbakhsh2015-09-291-3/+2
* common: motion: Fix for calculating oversampling fix.Gwendal Grignou2015-09-291-10/+14
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-291-25/+56
* mec1322: Ensure flash operation has completed before returning.Shamile Khan2015-09-291-46/+8
* gesture: fix double tap doesn't always work in suspendAlec Berg2015-09-291-3/+8
* common: motion: Add timestamp before wakeup event.Gwendal Grignou2015-09-281-1/+9
* common: motion: Fix setting of Significant motion.Gwendal Grignou2015-09-281-1/+2
* common: motion: Fix error calculating oversampling.Gwendal Grignou2015-09-281-1/+1
* gpio: Merge config_module into config_pins.Aseda Aboagye2015-09-261-25/+21
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-251-11/+4
* cleanup: Remove superfluous #definesBill Richardson2015-09-251-3/+4
* lightbar: clear all segments before starting tap for batteryAlec Berg2015-09-251-0/+3
* ryu: fix max lightbar brightnessAlec Berg2015-09-252-10/+5
* motion_sense: Fix issues in SET_ACTIVITY / LIST_ACTIVITIESFurquan Shaikh2015-09-251-6/+3
* Make builds repeatable.Bill Richardson2015-09-241-1/+0
* common: add command spixferGwendal Grignou2015-09-232-0/+66
* tcpc: don't allow tcpc write command until initializedAlec Berg2015-09-211-0/+5
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-211-1/+13
* cleanup: Fix mapped storage accessesShawn Nematbakhsh2015-09-212-4/+4
* gpio: i2c: Correctly restore pins after i2cunwedgeShawn Nematbakhsh2015-09-211-20/+19
* common: motion: Add double tap gesture host interfaceGwendal Grignou2015-09-211-9/+21
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* common: motion: Fix oversampling calculation.Gwendal Grignou2015-09-191-4/+6
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-2/+3
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-192-24/+43
* pd: add more flags to USB_PD_CONTROL host commandAlec Berg2015-09-181-6/+24
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-20/+138
* motion: Add wake up sensor support.Gwendal Grignou2015-09-181-11/+22
* common: Move tps65090 PMIC driver to driver/.Aseda Aboagye2015-09-184-1465/+0
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-182-13/+17
* common: motion: print return of drv->init()Gwendal Grignou2015-09-181-8/+15
* cleanup: Fix npcx buildShawn Nematbakhsh2015-09-171-7/+1
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-172-5/+55
* motion: fix task to guarantee task never exitsAlec Berg2015-09-171-2/+3