summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* board: strago: Adapt to new sensor stack.Gwendal Grignou2016-11-1416-523/+342
* UPSTREAM: kionix: Add reading whoami to be sure device has booted.Gwendal Grignou2016-11-122-1/+28
* driver: kionix: Add set_valueGwendal Grignou2016-11-121-74/+45
* driver: kionix: No need to set static field to NULLGwendal Grignou2016-11-121-1/+0
* motion: Remove redundant set_range.Gwendal Grignou2016-11-121-6/+0
* driver: kionix: Remove variant field.Gwendal Grignou2016-11-123-45/+39
* cyan: Enable Force mode for accelerometerGwendal Grignou2016-11-122-9/+25
* cyan: Add support for new motion sensor stackGwendal Grignou2016-11-122-9/+63
* UPSTREAM: motion: Fix comparison between signed and unsigned integerKoro Chen2016-11-121-0/+3
* UPSTREAM: Add CONFIG_HOSTCMD_DEBUG_MODE to set default hcdebug modeNicolas Boichat2016-11-122-1/+4
* BACKPORT: host: mock i2c_xferGwendal Grignou2016-11-128-225/+77
* UPSTREAM: motion: Add ability to stop ring interrupts.Gwendal Grignou2016-11-123-17/+70
* UPSTREAM: ectool: provide lid angle infoKevin K Wong2016-11-124-4/+50
* BACKPORT: mkpb: Add MKBP support over ACPIGwendal Grignou2016-11-124-5/+20
* UPSTREAM: kionix: Initialize rv in all casesStefan Reinauer2016-11-121-3/+3
* BACKPORT: elm: kionix: allow dynamic selection of SPI or I2C transportKoro Chen2016-11-122-6/+66
* BACKPORT: sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-11-124-36/+45
* UPSTREAM: motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2016-11-121-6/+22
* UPSTREAM: motion: At shutdown, access sensors only if initialized.Gwendal Grignou2016-11-121-2/+9
* UPSTREAM: motion: fix ec_rate to be more accurateGwendal Grignou2016-11-121-3/+3
* UPSTREAM: motion: Fix the number of sample to collect in motion taskGwendal Grignou2016-11-121-1/+10
* UPSTREAM: motion: improve readability by adding units to variable names.Gwendal Grignou2016-11-122-22/+23
* UPSTREAM: motion: wake up main task for all changes in EC parameter.Gwendal Grignou2016-11-122-11/+16
* UPSTREAM: motion: Alter ec_rate to prevent samples without dataGwendal Grignou2016-11-121-11/+40
* BACKPORT: motion: Change units of ec_rate from us to ms.Gwendal Grignou2016-11-123-19/+19
* UPSTREAM: motion: fix oversampling formulaGwendal Grignou2016-11-122-42/+33
* BACKPORT: motion: minium interval between motion task now a variableGwendal Grignou2016-11-123-8/+15
* UPSTREAM: motion: cleanup include fileGwendal Grignou2016-11-123-7/+5
* BACKPORT: motion: Remove duplicate shutdown codeGwendal Grignou2016-11-123-12/+8
* BACKPORT: common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2016-11-125-20/+91
* BACKPORT: common: Add lightbar dimming based on outside light.Gwendal Grignou2016-11-124-0/+60
* UPSTREAM: motion: reenable double tap in S5.Gwendal Grignou2016-11-121-0/+3
* BACKPORT: motion: fix manage_activity interfaceGwendal Grignou2016-11-122-2/+2
* BACKPORT: common: motion: Fix forced mode computationGwendal Grignou2016-11-121-14/+19
* UPSTREAM: motion: Add timestamp in ODRGwendal Grignou2016-11-121-9/+17
* BACKPORT: motion: fix spellingGwendal Grignou2016-11-122-16/+16
* UPSTREAM: motion: fix sensor interrupt interval computationVincent Palatin2016-11-121-1/+2
* UPSTREAM: common: motion: Fix for calculating oversampling fix.Gwendal Grignou2016-11-121-10/+14
* BACKPORT: common: motion: Separate motion task interval from AP configurationGwendal Grignou2016-11-124-30/+67
* UPSTREAM: common: motion: Add timestamp before wakeup event.Gwendal Grignou2016-11-121-1/+9
* UPSTREAM: common: motion: Fix setting of Significant motion.Gwendal Grignou2016-11-121-1/+2
* UPSTREAM: common: motion: Fix error calculating oversampling.Gwendal Grignou2016-11-121-1/+1
* UPSTREAM: motion_sense: Fix issues in SET_ACTIVITY / LIST_ACTIVITIESFurquan Shaikh2016-11-121-6/+3
* UPSTREAM: common: motion: Add double tap gesture host interfaceGwendal Grignou2016-11-123-9/+25
* UPSTREAM: common: motion: Fix oversampling calculation.Gwendal Grignou2016-11-121-4/+6
* BACKPORT: common: accel: Add error code for irq handlerGwendal Grignou2016-11-123-3/+9
* BACKPORT: motion: Add Gesture InterfaceGwendal Grignou2016-11-126-25/+295
* UPSTREAM: motion: Add wake up sensor support.Gwendal Grignou2016-11-122-11/+23
* BACKPORT: common: motion: move gesture actions in motion task.Gwendal Grignou2016-11-125-18/+24
* UPSTREAM: common: motion: print return of drv->init()Gwendal Grignou2016-11-121-8/+15