summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
...
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-12/+34
* driver/temp_sensor: Add power control API for TMP432Ben Lok2015-09-032-4/+83
* driver: si114x: Convert unit to distanceGwendal Grignou2015-09-012-2/+10
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-296-34/+21
* driver: kxcj9: Remove some printf to fit into kunimitsuGwendal Grignou2015-08-291-5/+0
* driver: change get_ interface.Gwendal Grignou2015-08-294-62/+34
* ryu: Change charger termination current to 192mA.Todd Broch2015-08-271-1/+1
* glados: oak: Add charger AMONBMON console commandRong Chang2015-08-251-0/+52
* driver: bmi160: use rotation matrix to handle offsets.Gwendal Grignou2015-08-243-18/+23
* driver: accel: Apply offsets after rotationGwendal Grignou2015-08-242-9/+14
* motion_sense: Force flush when sensor disabled.Gwendal Grignou2015-08-241-1/+9
* bmm150: add measurement repetitionGwendal Grignou2015-08-244-4/+27
* driver: si114x: Add ALS/Proxy sensor SI114xGwendal Grignou2015-08-223-0/+791
* motion_sense: Allow multiple IRQ based sensorsGwendal Grignou2015-08-221-4/+6
* bmm150: Add support for calibrationGwendal Grignou2015-08-223-0/+41
* pd: Enable detection of VBUS via the TCPM/TCPCI interfaceScott2015-08-213-13/+67
* bq2589x: Add CONFIG_CHARGER_TERM_CURRENT_LIMIT support.Todd Broch2015-08-202-1/+8
* usb_charger: cleanup: move setting usb 2 switches to usb_chargerAlec Berg2015-08-041-1/+3
* driver/temp_sensor: Add support for BD99992GWShawn Nematbakhsh2015-08-033-0/+351
* tcpc: add RX message buffer and don't send goodCRC when fullAlec Berg2015-08-012-21/+28
* driver: bmi160: Allow Dynamic selection of SPI or I2C transportGwendal Grignou2015-08-012-76/+81
* driver: bmi160: Improve FIFO handlingGwendal Grignou2015-08-012-25/+60
* driver: bmi160: Fix bugs found testing SPIGwendal Grignou2015-08-013-13/+26
* driver: bmi160: Add SPI access supportGwendal Grignou2015-08-012-21/+87
* accel: mechanical changes from i2c_addr to addrGwendal Grignou2015-07-304-104/+104
* Driver: Add macros to conditionally compile the console commandsVijay Hiremath2015-07-2912-5/+32
* driver: bmi160: fix FIFO pollution at bootGwendal Grignou2015-07-251-8/+5
* tcpc: move tcpc initialized bit into error status registerAlec Berg2015-07-242-7/+7
* tcpc: update TCPCI register mapAlec Berg2015-07-241-10/+9
* driver: bmm150 measurement compensationGwendal Grignou2015-07-225-21/+297
* bq2598x: implement "discharge on AC"Vincent Palatin2015-07-222-1/+13
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-223-6/+10
* common: Untie math_util from motion sense.Gwendal Grignou2015-07-223-0/+3
* Driver: OPT3001: Add TI OPT3001 light sensor driverVijay Hiremath2015-07-213-0/+136
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-151-6/+7
* motion: Fix for FIFO support and BMI150Gwendal Grignou2015-07-151-8/+22
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-154-50/+191
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-102-81/+421
* driver: bm160: fix ODR_TO_REG macrosGwendal Grignou2015-07-101-3/+7
* driver: lsm6ds0: Add bias offset codeGwendal Grignou2015-07-092-32/+47
* driver: kxcj9: Add bias offset codeGwendal Grignou2015-07-092-31/+46
* bq2598x: ryu: take into account hardware input current optimizerVincent Palatin2015-07-012-0/+33
* tcpc: use initialization complete alert bit to signal readinessAlec Berg2015-06-301-3/+7
* usb_mux: Add support for Parade PS8740 chipShawn Nematbakhsh2015-06-303-0/+150
* usb_mux: Add driver interface for USB-C muxesShawn Nematbakhsh2015-06-305-99/+267
* tcpc: update tcpci registers to latest specAlec Berg2015-06-303-32/+47
* pd: refactor tcpm and move alert function to tcpm driverAlec Berg2015-06-303-17/+193
* pd: create driver/tcpm/ to hold TCPM driversAlec Berg2015-06-243-0/+286
* bq2589x: ryu: enable IR compensationVincent Palatin2015-06-242-0/+33
* cleanup: fix all the header guardsBill Richardson2015-06-1822-64/+64