summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb_pd: Add TODO for pd soft reset process.Ben Lok2015-09-171-1/+5
* md console command can dump memory in more formatsBill Richardson2015-09-161-14/+74
* tcpc: update to tcpci RC3Alec Berg2015-09-161-16/+23
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-163-9/+8
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-165-33/+91
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-163-31/+13
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-167-37/+39
* Celes: Add define to support GD25Q41B for External EC ROM.jongpil19.jung2015-09-151-1/+1
* common: math: Stop using FP_BITS directly.Gwendal Grignou2015-09-151-39/+39
* pd: restart toggling immediatly when dual role mode is re-enabledVincent Palatin2015-09-151-0/+2
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-0/+1
* pd: add option to save power in S5Vincent Palatin2015-09-141-0/+6
* oak_pd: tcpm_power_status: Update power status on initRong Chang2015-09-141-19/+28