summaryrefslogtreecommitdiff
path: root/board/cappy2
Commit message (Expand)AuthorAgeFilesLines
* charger: Move charger_state_v2.h into charge_state.hSimon Glass2023-05-111-1/+1
* Default charger current derating to 5%Peter Marheine2023-01-121-0/+1
* board: Sort header filesJeremy Bettis2022-12-011-0/+1
* Add default implementation of board_set_charge_limitPeter Marheine2022-11-241-6/+0
* Add CONFIG_CHARGER_MIN_INPUT_CURRENT_LIMITPeter Marheine2022-11-231-2/+1
* Add CONFIG_CHARGER_INPUT_CURRENT_DERATE_PCTPeter Marheine2022-11-172-6/+5
* keeby: usb_mux: Split struct usb_mux in keeby boardsTomasz Michalec2022-09-131-5/+8
* Update license boilerplate text in source code filesMike Frysinger2022-09-1210-10/+10
* dedede: limit PD voltage to 15V for boards with SM5803Peter Marheine2022-07-211-0/+1
* board/cappy2/board.c: Format with clang-formatJack Rosenthal2022-07-011-23/+17
* board/cappy2/usb_pd_policy.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* board/cappy2/battery.c: Format with clang-formatJack Rosenthal2022-07-011-4/+4
* board/cappy2/cbi_ssfc.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* board/cappy2/led.c: Format with clang-formatJack Rosenthal2022-07-011-30/+33
* board/cappy2/board.h: Format with clang-formatJack Rosenthal2022-06-291-16/+16
* board/cappy2/cbi_ssfc.h: Format with clang-formatJack Rosenthal2022-06-281-1/+0
* usbc: wrap task_set_event to have an explicit port argumentFabio Baltieri2022-05-271-1/+1
* config: change temp_sensor_power from config to gpioMichał Barnaś2022-01-101-1/+2
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* cappy2: Apply HOSTCMD_BATTERY_V2 to get battery infowangganxiang2021-09-221-0/+3
* cappy2: Add battery swelling functionwangganxiang2021-09-011-2/+90
* Cappy2: Add EC_CBI_WPwangganxiang2021-08-121-2/+1
* cappy2:Battery voltage can reach 8.8vwangganxiang2021-08-062-0/+22
* keeby: Add GPIO_EC_CBI_WPAseda Aboagye2021-07-291-0/+1
* cappy2:initial ECwangganxiang2021-07-226-824/+257
* dedede: Make scope of SSFC definition per boardParth Malkan2021-07-193-1/+97
* cappy2: Initial EC imageSunway2021-07-089-0/+1486