summaryrefslogtreecommitdiff
path: root/board/samus
Commit message (Expand)AuthorAgeFilesLines
* common: Decouple temp sensor from thermal throttlingMary Ruthven2016-06-291-0/+1
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-1/+3
* charger: Change unlocked battery level ignore conditionsShawn Nematbakhsh2016-01-061-1/+1
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-041-2/+2
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-5/+5
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+2
* samus: increase POWERBTN task stack sizeAlec Berg2015-10-301-1/+1
* ALS: Disable the ALS task if all the ALS inits failVijay Hiremath2015-10-021-1/+1
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-191-1/+19
* samus: Set CONFIG_FPU for tmp6 driver.Gwendal Grignou2015-09-181-0/+1
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-0/+2
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-172-16/+1
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-2/+5
* samus: gyro is on all the time.Gwendal Grignou2015-09-141-1/+1
* common: Add variable to enable software gesture recognition.Gwendal Grignou2015-09-111-0/+1
* als: Disable task when host is not runningDuncan Laurie2015-09-101-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
* acpi: Ensure continuity of memmap data with a read cacheShawn Nematbakhsh2015-07-281-1/+1
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-3/+6
* cleanup: remove board_discharge_on_ac() unless custom func neededAlec Berg2015-07-141-1/+1
* samus: small change to support sensor offsets in ECGwendal Grignou2015-07-091-1/+1
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-1/+1
* pd: allow pdcmd task to check TCPC alert status w/o sending HCAlec Berg2015-06-231-1/+2
* samus: Add battery temp to temp_sensors list.Aseda Aboagye2015-06-232-0/+6
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* pd: use pdcmd task to handle tcpc interruptAlec Berg2015-06-051-0/+1
* oak: add initial support for oak board rev1Rong Chang2015-05-272-0/+13
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-90/+90
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-9/+15
* power: Move EC_CMD_GSV_PAUSE_IN_S5 handler to common codeShawn Nematbakhsh2015-05-072-34/+2
* cleanup: rename motion sensor CONFIG_ optionsBill Richardson2015-05-011-3/+3
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-201-16/+45
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-75/+75
* samus: Move interrupt enabled gpios to topAseda Aboagye2015-04-081-3/+3
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+3
* samus: don't unwedge charging when purposely discharging on ACAlec Berg2015-02-283-3/+23
* samus: make sure EC sends battery percentage to PD on changeAlec Berg2015-02-251-1/+6
* samus: change USB type-A ports to default to CDPAlec Berg2015-02-231-0/+1
* samus: Only enable VCORE_PGOOD interrupt when it is validDuncan Laurie2015-02-201-0/+15
* samus: samus_pd: Increase task stack sizesShawn Nematbakhsh2015-02-201-1/+1
* samus: add i2c retries to backlight controlAlec Berg2015-02-201-15/+69
* samus: initiailze boostin_voltage in extpower moduleAlec Berg2015-02-181-1/+1
* samus: panic reboot EC if PD MCU crashesAlec Berg2015-02-181-0/+1
* samus: Only update fan speeds every N secondsBill Richardson2015-02-181-0/+1
* samus: avoid attempting unwedge charge circuit if VBUS is at 5VAlec Berg2015-02-181-9/+20
* samus: avoid waking extpower task until task has been initializedAlec Berg2015-02-171-2/+8
* samus: increase extpower task stack sizeAlec Berg2015-02-141-1/+1
* pd_log: Add command to request PD MCU to write a logShawn Nematbakhsh2015-02-121-0/+17
* samus: unwedge charge circuit if not charging for long timeAlec Berg2015-02-121-12/+105