summaryrefslogtreecommitdiff
path: root/common/dptf.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/dptf.c: Format with clang-formatJack Rosenthal2022-06-291-14/+9
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-1/+1
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-1/+1
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-2/+2
* zephyr: Disable DPTF on nivviksJeremy Bettis2021-12-061-0/+2
* zephyr: add DPTF supportKeith Short2021-03-121-0/+4
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-4/+4
* dptf: Prevent sensor warning in G3Scott Collyer2019-07-021-1/+3
* common: dptf: Guard against wild sensor IDsEvan Green2019-05-231-0/+11
* common: dptf: Fix function name typoEvan Green2019-05-231-2/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-5/+5
* tablet_mode: Set EC_HOST_EVENT_MODE_CHANGE in tablet_set_mode()Edward Hill2019-03-141-13/+0
* dptf: Get rid of CONFIG_DPTF_DEVICE_ORIENTATIONFurquan Shaikh2018-10-301-1/+1
* eve: Move DPTF tablet mode support to common codeGwendal Grignou2017-02-141-0/+13
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* separate dptf logic from existing thermal logic.Ravi Chandra Sadineni2016-07-301-0/+188