summaryrefslogtreecommitdiff
path: root/board/samus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* samus: fix won't charge after zinger plugged in during EC rebootAlec Berg2015-02-101-1/+2
* samus: prevent fast enable/disable charging loopAlec Berg2015-02-081-6/+12
* samus: give more time for recovery from charge circuit wedgedAlec Berg2015-02-071-1/+9
* samus: smoothen backlight brightness transitionsSameer Nanda2015-02-061-2/+30
* 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: enable learn mode when INA is wedgedAlec Berg2015-02-031-0/+1
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-032-34/+172
* samus: Raise Thigh threshold to 101CDuncan Laurie2015-01-271-1/+1
* samus: Do not put touchscreen in reset based on lid switchDuncan Laurie2015-01-271-12/+0
* samus: add battery cutoffAlec Berg2015-01-241-0/+1
* samus: Cap the max LED current to 23mASameer Nanda2015-01-241-0/+13
* 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: remove learn mode workaround for new boardsAlec Berg2015-01-161-6/+19
* samus: add backboost detect interrupt and console commandAlec Berg2015-01-164-15/+28
* samus: Move delay for booting without a batteryDuncan Laurie2015-01-161-11/+11
* samus: add 200mA offset for input current limitAlec Berg2015-01-161-1/+1
* samus: Update thermal table for adjusted Tj_maxDuncan Laurie2015-01-151-2/+2
* samus: Increase critical battery shutdown timeoutShawn Nematbakhsh2015-01-151-0/+2
* samus: Use motherboard temp sensors for fan control, tooBill Richardson2015-01-141-9/+10
* samus: Fix flaw in power up inhibitShawn Nematbakhsh2015-01-081-7/+9
* samus: Change Tj_max to 105CDuncan Laurie2015-01-051-1/+1
* samus: Don't power-on AP if battery level < 1%Shawn Nematbakhsh2015-01-022-0/+9
* samus: fix tap for battery doesn't work in G3 with ACAlec Berg2014-12-183-33/+58
* samus: change backboosting workaround into a new taskAlec Berg2014-12-162-39/+59
* samus: Start fans at 1000 RPMBill Richardson2014-12-111-5/+5
* samus: turn on PP5000 when AC is attached in G3Alec Berg2014-12-112-2/+27