summaryrefslogtreecommitdiff
path: root/board/samus/board.c
Commit message (Expand)AuthorAgeFilesLines
* ec-fans: Make fans configuration const by default.Andrew McRae2019-11-021-1/+1
* power: Replace weak attr with __overridableYilun Lin2019-08-221-2/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-31/+31
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-25/+31
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* power: Allow board to take custom action on G3 timer expirationDaisuke Nojiri2019-03-281-0/+21
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-2/+2
* keyboard: Move keyboard_special (lightbar demo) to samus/board.cHung-Te Lin2018-08-201-0/+54
* board: eve: Do not set accelerometer ODR beyond 200HzGwendal Grignou2018-08-171-2/+2
* board: In motion sensor array, remove assignment to 0Gwendal Grignou2018-03-141-40/+0
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-17/+23
* Fizz: Modify thermal tableRyan Zhang2017-11-061-15/+15
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-9/+9
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-1/+20
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-0/+5
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+6
* usb_port_power: Allow variable number of portsDaisuke Nojiri2017-05-011-0/+5
* cleanup: Rename charge_temp_sensor_get_val() to charge_get_battery_temp()Vijay Hiremath2016-10-141-1/+1
* driver: kionix: Remove variant field.Gwendal Grignou2016-09-011-3/+1
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+3
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-5/+5
* 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