summaryrefslogtreecommitdiff
path: root/driver/accel_kionix.c
Commit message (Expand)AuthorAgeFilesLines
* COIL: Rename motion sense address macrosDiana Z2021-06-091-7/+7
* driver: kionix: Add check for either KXCJ9 or KX022Yuval Peress2021-04-231-0/+4
* driver: kionix: fix imports for zephyrYuval Peress2021-04-231-3/+3
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-15/+5
* driver: use IS_ENABLED on more accelerometer driversGwendal Grignou2020-11-061-9/+12
* motion: orientation: update interfaceGwendal Grignou2020-11-061-2/+22
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-38/+38
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-38/+60
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* drivers: Refactor to use high-level i2c APIsJonathan Brandmeyer2018-08-091-4/+1
* driver: kionix: Add software reset flow for KX022Yidi Lin2018-03-191-49/+92
* Revert "driver: kionix: Add checking whoami value at initialization."Gwendal Grignou2018-03-191-1/+1
* driver: kionix: Use base accelgyro structureGwendal Grignou2018-03-151-6/+9
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-8/+1
* sensors: add bmi160 & kionix orientation driverNick Vaccaro2017-08-081-0/+60
* driver: kionix: Add checking whoami value at initialization.Yidi Lin2017-03-131-1/+1
* driver: kionix: Forgive i2c read failures while the acc is resettingGwendal Grignou2017-03-011-5/+0
* driver: kionix: Increase init delay to 20msGwendal Grignou2017-03-011-1/+1
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-2/+1
* kionix: Add reading whoami to be sure device has booted.Gwendal Grignou2016-10-081-3/+24
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-0/+12
* driver: kionix: Add set_valueGwendal Grignou2016-09-071-74/+45
* driver: kionix: No need to set static field to NULLGwendal Grignou2016-09-021-1/+0
* driver: kionix: Remove variant field.Gwendal Grignou2016-09-011-33/+38
* kionix: Initialize rv in all casesStefan Reinauer2016-05-091-3/+3
* elm: kionix: allow dynamic selection of SPI or I2C transportKoro Chen2016-04-201-6/+52
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-18/+19
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-0/+509