summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-ultima-7287.131.BBrian Norris2021-09-102-10/+1
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2019-12-197-15/+22
* poppy: Lower sensor max ODRGwendal Grignou2019-12-192-2/+12
* common: sensors: add extra sensor attributesNick Vaccaro2019-12-1913-10/+113
* Unify #! use in python scriptsStefan Reinauer2019-12-194-4/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-12-19801-801/+801
* use _DEFAULT_SOURCE for newer glibcMike Frysinger2019-12-192-2/+4
* Tell linker about the arch and CPU it's linking forPatrick Georgi2019-10-241-1/+2
* UPSTREAM: driver: kionix: Add WHO_AM_I values.Gwendal Grignou2017-05-012-0/+2
* UPSTREAM: driver: kionix: Add checking whoami value at initialization.Yidi Lin2017-05-011-1/+1
* UPSTREAM: driver: kionix: Forgive i2c read failures while the acc is resettingGwendal Grignou2017-05-011-5/+0
* UPSTREAM: driver: kionix: Increase init delay to 20msGwendal Grignou2017-05-011-1/+1
* BACKPORT: board: strago: Adapt to new sensor stack.Gwendal Grignou2017-05-0110-333/+253
* UPSTREAM: kionix: Add reading whoami to be sure device has booted.Gwendal Grignou2017-05-012-1/+28
* UPSTREAM: driver: kionix: Add set_valueGwendal Grignou2017-05-011-74/+45
* UPSTREAM: driver: kionix: No need to set static field to NULLGwendal Grignou2017-05-011-1/+0
* UPSTREAM: motion: Remove redundant set_range.Gwendal Grignou2017-05-011-6/+0
* UPSTREAM: driver: kionix: Remove variant field.Gwendal Grignou2017-05-013-45/+39
* UPSTREAM: cyan: Enable Force mode for accelerometerGwendal Grignou2017-05-012-9/+25
* UPSTREAM: cyan: Add support for new motion sensor stackGwendal Grignou2017-05-012-9/+63
* UPSTREAM: motion: Fix comparison between signed and unsigned integerKoro Chen2017-05-011-0/+3
* UPSTREAM: Add CONFIG_HOSTCMD_DEBUG_MODE to set default hcdebug modeNicolas Boichat2017-05-012-1/+4
* BACKPORT: host: mock i2c_xferGwendal Grignou2017-05-018-225/+77
* UPSTREAM: motion: Add ability to stop ring interrupts.Gwendal Grignou2017-05-013-17/+70
* UPSTREAM: ectool: provide lid angle infoKevin K Wong2017-05-014-4/+50
* BACKPORT: mkpb: Add MKBP support over ACPIGwendal Grignou2017-05-014-5/+20
* UPSTREAM: kionix: Initialize rv in all casesStefan Reinauer2017-05-011-3/+3
* BACKPORT: elm: kionix: allow dynamic selection of SPI or I2C transportKoro Chen2017-05-012-6/+66
* BACKPORT: sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2017-05-014-36/+45
* UPSTREAM: motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2017-05-011-6/+22
* UPSTREAM: motion: At shutdown, access sensors only if initialized.Gwendal Grignou2017-05-011-2/+9
* UPSTREAM: motion: fix ec_rate to be more accurateGwendal Grignou2017-05-011-3/+3
* UPSTREAM: motion: Fix the number of sample to collect in motion taskGwendal Grignou2017-05-011-1/+10
* UPSTREAM: motion: improve readability by adding units to variable names.Gwendal Grignou2017-05-012-22/+23
* UPSTREAM: motion: wake up main task for all changes in EC parameter.Gwendal Grignou2017-05-012-11/+16
* UPSTREAM: motion: Alter ec_rate to prevent samples without dataGwendal Grignou2017-05-011-11/+40
* BACKPORT: motion: Change units of ec_rate from us to ms.Gwendal Grignou2017-05-013-19/+19
* BACKPORT: motion: minium interval between motion task now a variableGwendal Grignou2017-05-013-8/+15
* UPSTREAM: motion: fix oversampling formulaGwendal Grignou2017-05-012-42/+33
* UPSTREAM: motion: cleanup include fileGwendal Grignou2017-05-013-8/+5
* BACKPORT: motion: Remove duplicate shutdown codeGwendal Grignou2017-05-013-12/+8
* BACKPORT: common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2017-05-015-20/+91
* BACKPORT: common: Add lightbar dimming based on outside light.Gwendal Grignou2017-05-014-0/+60
* UPSTREAM: motion: reenable double tap in S5.Gwendal Grignou2017-05-011-0/+3
* BACKPORT: motion: fix manage_activity interfaceGwendal Grignou2017-05-012-2/+2
* BACKPORT: common: motion: Fix forced mode computationGwendal Grignou2017-05-011-14/+19
* UPSTREAM: motion: Add timestamp in ODRGwendal Grignou2017-05-011-9/+17
* BACKPORT: motion: fix spellingGwendal Grignou2017-05-012-16/+16
* UPSTREAM: motion: fix sensor interrupt interval computationVincent Palatin2017-05-011-1/+2
* UPSTREAM: common: motion: Fix for calculating oversampling fix.Gwendal Grignou2017-05-011-10/+14