summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Cr50: Clear NVMEM before unlocking the consoleBill Richardson2016-09-241-3/+2
* Cr50: Add mostly-synchronous tpm_reset() function.Bill Richardson2016-09-241-6/+42
* cr50: reset only the TPM state on SYS_RST_LRandall Spangler2016-09-241-1/+37
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-0/+161
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-231-29/+50
* usb: power_smart: Allow CONFIG_USB_PORT_POWER_SMART_PORT_COUNT < 2Shawn Nematbakhsh2016-09-221-2/+8
* cr50: notify chipset hooks when the AP state changesMary Ruthven2016-09-221-54/+6
* BD9995X: Rename common code of BD99955 and BD99956 as BD9995XVijay Hiremath2016-09-211-1/+1
* system: Add console print for reboot-on-ap-shutdownShawn Nematbakhsh2016-09-211-0/+3
* charger v2: Don't set charger current limit if capability is unknownShawn Nematbakhsh2016-09-212-9/+15
* i2c: lock i2c port before checking if the port is busyKevin K Wong2016-09-211-4/+5
* cr50: remove unused detect_off interruptMary Ruthven2016-09-211-6/+3
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-163-13/+20
* g: generate AP_INT_L pulse after i2cs processing finishedVadim Bendebury2016-09-151-70/+89
* motion: Add minimum to oversample.Gwendal Grignou2016-09-141-3/+11
* tcpc: Enable vbus discharge using PD discharge registersKevin K Wong2016-09-131-3/+4
* charger: bd99955: Enable VBUS discharge when appropriateShawn Nematbakhsh2016-09-132-17/+20
* charge_manager: Pass uncapped / max current to current limit callbackShawn Nematbakhsh2016-09-132-4/+5
* Cr50: I2CS TPM: Combine 1 and 4 byte register read blockScott2016-09-121-15/+6
* Cr50: Cleanup TPM debug messagesBill Richardson2016-09-091-3/+6
* motion: make fiforead optionalGwendal Grignou2016-09-091-1/+1
* motion: remove accel_int_xxx, dead codeGwendal Grignou2016-09-091-50/+0
* mkbp: Send event when in tablet modeGwendal Grignou2016-09-091-3/+19
* motion: Add tablet mode flag.Gwendal Grignou2016-09-091-0/+10
* common: motion_lid: Add tablet mode detection using lid angle.Gwendal Grignou2016-09-091-0/+53
* motion_lid: prevent angle 0 <-> 360 transition.Gwendal Grignou2016-09-091-7/+35
* spi_flash: Add GD25LQ40 write-protect supportDavid Hendricks2016-09-091-1/+2
* pwm: PWM is disabled when duty is set to max valueSam Hurst2016-09-081-2/+1
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+1
* Cr50: I2CS TPM: Added routine to write to HW fifo a word at a timeScott2016-09-051-2/+1
* Cr50: I2CS TPM: Changes to support fifo and version registers readScott2016-09-052-5/+28
* Cr50: I2CS TPM: Unify tpm_registers interface between SPI and I2CScott2016-09-052-17/+15
* Cr50: Preliminary I2CS TPM2.0 driverScott2016-09-053-4/+222
* config: Make memory command optionalGwendal Grignou2016-09-021-1/+1
* Cr50: NvMem: Allow for partitions to not be contiguousScott2016-09-021-21/+29
* button: Add console command to simulate button pressVijay Hiremath2016-09-021-1/+85
* pwm: Increse PWM duty resolution to 16bitsSam Hurst2016-09-021-25/+46
* extpower: Allow board to override signal debounce timeDavid Hendricks2016-09-021-3/+2
* pd: log source currentVincent Palatin2016-09-021-1/+24
* motion: Remove redundant set_range.Gwendal Grignou2016-09-011-6/+0
* panic: Fix unaligned memory access panicKito Cheng2016-09-011-1/+2
* pd: manage total source current availableVincent Palatin2016-09-012-2/+77
* Revert "ectool: Add ectool command to do AP force shutdown"Vijay Hiremath2016-09-011-9/+1
* common/spi_nor.c: Don't update capacity or page_size after errorMartin Roth2016-09-011-11/+14
* Cr50: Mark several console commands as safeBill Richardson2016-08-318-33/+33
* Add console support for restricted commandsBill Richardson2016-08-311-5/+16
* Add configs to add flags to console commandsBill Richardson2016-08-311-4/+14
* ectool: Add ectool command to do AP force shutdownVijay Hiremath2016-08-301-1/+9
* pd: Put task in suspended state for malfunctioning TCPCsDavid Hendricks2016-08-291-1/+2
* motion: use proper define for gesture support.Gwendal Grignou2016-08-271-2/+2