summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* i2c_passthru: Return NAK when battery not present.Aseda Aboagye2016-10-041-0/+12
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* Add more CONFIG_CMD_* options for console commandsBill Richardson2016-10-013-1/+7
* Cr50: The panicinfo command is not safeBill Richardson2016-10-011-3/+3
* Cr50: The devices command is safe.Bill Richardson2016-10-011-3/+3
* Cr50: The chan command is not safe.Bill Richardson2016-10-011-3/+3
* nvmem: fix partition number assignment in nvmem.cVadim Bendebury2016-09-281-2/+3
* cr50: tpm: ignore sys_rst_l/plt_rst_l when TPM reset is in progressVadim Bendebury2016-09-271-1/+6
* tpm: reset communications channels when resetting TPMVadim Bendebury2016-09-262-10/+36
* tpm: fix TPM resetVincent Palatin2016-09-261-1/+3
* Cr50: I2CS TPM: Prevent sleep when I2CS is activestabilize-8838.BScott2016-09-251-0/+9
* 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