summaryrefslogtreecommitdiff
path: root/board/samus/board.c
Commit message (Expand)AuthorAgeFilesLines
* ALS: Disable the ALS task if all the ALS inits failVijay Hiremath2015-10-021-1/+1
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-171-16/+0
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-2/+5
* samus: gyro is on all the time.Gwendal Grignou2015-09-141-1/+1
* samus: Use new config, fix gestureGwendal Grignou2015-08-291-14/+66
* accel: mechanical changes from i2c_addr to addrGwendal Grignou2015-07-301-3/+3
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-3/+6
* samus: small change to support sensor offsets in ECGwendal Grignou2015-07-091-1/+1
* samus: Add battery temp to temp_sensors list.Aseda Aboagye2015-06-231-0/+3
* oak: add initial support for oak board rev1Rong Chang2015-05-271-0/+10
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-9/+15
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-201-16/+45
* samus: don't unwedge charging when purposely discharging on ACAlec Berg2015-02-281-1/+16
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-051-12/+12
* samus: fix lightbar tap sequence doesn't always show on AC eventAlec Berg2015-02-041-9/+0
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-031-1/+1
* samus: Raise Thigh threshold to 101CDuncan Laurie2015-01-271-1/+1
* samus: remove T6, T8, T10 from fan tableEric Caruso2015-01-211-3/+3
* samus: Add scale factor to account for ALS attenuationBill Richardson2015-01-211-1/+1
* samus: add backboost detect interrupt and console commandAlec Berg2015-01-161-12/+0
* samus: Update thermal table for adjusted Tj_maxDuncan Laurie2015-01-151-2/+2
* samus: Use motherboard temp sensors for fan control, tooBill Richardson2015-01-141-9/+10
* samus: Start fans at 1000 RPMBill Richardson2014-12-111-5/+5
* motion: Add decoding for MOTION_CMD_DUMP v1 commandGwendal Grignou2014-11-181-6/+6
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-2/+4
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-291-15/+17
* samus: change fan RPM values, enable fast-startBill Richardson2014-10-221-6/+6
* samus: new algorithm for tmp006 object temperatureBill Richardson2014-10-221-0/+1
* samus: display battery status on lightbar on AC changeAlec Berg2014-10-151-0/+10
* samus: start fans a little sooner to keep things coolBill Richardson2014-10-091-2/+1
* samus: support sensor at different power state.Sheng-Liang Song2014-10-081-8/+19
* samus: add auto unwedge to all i2c bussesAlec Berg2014-09-301-2/+2
* [common]: Remove accelerator calibration code.Gwendal Grignou2014-09-251-4/+1
* samus: accels: set appropriate lid accel rotation matrixAlec Berg2014-09-031-1/+1
* samus: automatically attempt to unwedge i2c bus 0Alec Berg2014-08-291-1/+1
* samus: modify accel orientation data for correct lid angleAlec Berg2014-08-261-2/+2
* samus: enable accel & gyro sensorsSheng-Liang Song2014-08-261-1/+61
* samus: GPIO updates for EVT buildDuncan Laurie2014-08-251-1/+1
* GPIO: Move definition of alternate functions to gpio.incAnton Staaf2014-07-171-22/+0
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-261-111/+1
* samus: Support both Proto2A and Proto2B sequencingDuncan Laurie2014-06-221-2/+2
* samus: Power sequence changes for P2 boardsDuncan Laurie2014-06-131-1/+1
* samus: Allow samus to charge w/o battery or with dead batterystabilize-5942.BAlec Berg2014-06-091-2/+12
* samus: enable PP3300_ACCEL_EN by defaultAlec Berg2014-06-071-1/+1
* samus: add PD MCU interrupt signal to gpio listAlec Berg2014-05-141-0/+9
* Samus: Punt on BQ_IBAT measurements for nowBill Richardson2014-05-121-6/+10
* Samus: Update configuration for proto1.9Bill Richardson2014-05-121-5/+11
* Samus: LIGHTBAR_RESET_L should be open-drain.Bill Richardson2014-04-021-1/+1
* Add charge_state_v2 algorithm for use by SamusBill Richardson2014-04-011-0/+9
* Make battery_is_present() tristate: YES, NO, NOT_SUREBill Richardson2014-03-271-2/+8