summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ioex: Skip initializing IOEXes if already initializedfactory-ambassador-14265.B-mainVijay Hiremath2021-10-052-2/+10
* main: Add board level Pre-task I2C peripheral initializationVijay Hiremath2021-10-053-5/+25
* i2c: Use bitbang mode for pre-task i2c transactionsJun Lin2021-10-054-4/+54
* zephyr: drivers: add usb_mux test suiteTomasz Michalec2021-10-054-0/+630
* zephyr: increase ztest mock parameter limitTristan Honscheid2021-10-051-1/+1
* tree: Fix LED enum typeTom Hughes2021-10-059-11/+11
* include/power: Fix header guard typoTom Hughes2021-10-051-1/+1
* driver/led: Remove unused functionTom Hughes2021-10-051-6/+0
* chip/npcx: Fix enum typeTom Hughes2021-10-052-2/+2
* board/zinger: fix compiler error when building with clangTom Hughes2021-10-051-3/+3
* gitlab: Use cache to only get source code onceJeremy Bettis2021-10-051-13/+31
* zephyr: test: isl923x: make all tests staticYuval Peress2021-10-051-13/+13
* zephyr: test: isl923x::initYuval Peress2021-10-055-1/+146
* zephyr: test: isl923x::get_vbus_voltageYuval Peress2021-10-053-1/+58
* zephyr: test: isl923x::discharge_on_acYuval Peress2021-10-051-1/+53
* zephyr: test: Add ctrl3 register for isl9238 emulatorYuval Peress2021-10-051-0/+19
* zephyr: test: isl923x set/unset comparator inversionYuval Peress2021-10-052-1/+75
* zephyr: test: isl923x DC prochotYuval Peress2021-10-052-1/+79
* zephyr: test: isl923x AC prochotYuval Peress2021-10-053-2/+103
* zephyr: test: isl923x post_init always passesYuval Peress2021-10-051-1/+7
* zephyr: test: isl923x failure to read charge current regYuval Peress2021-10-051-4/+19
* zephyr: test: isl923x::set_mode always turns off learn modeYuval Peress2021-10-053-1/+55
* baseboard/cherry: don't reset rt1718s gpio state in every init() callTing Shen2021-10-051-4/+10
* nipperkin: support vivaldi keyboardZick Wei2021-10-051-0/+105
* power/alderlake: Cleanup code to use common GPIO nameDivya Sasidharan2021-10-051-7/+7
* zephyr: shim: split task structure to save memoryMichał Barnaś2021-10-051-34/+53
* zephyr: shim: remove gpio_data arrayMichał Barnaś2021-10-051-17/+14
* kano: Fix lid accel address and matrixDavid Huang2021-10-041-2/+2
* board/fluffy: Don't use uninitialized variablesTom Hughes2021-10-041-1/+1
* kukui: Disable 'flashwp' console commands to save spaceVijay Hiremath2021-10-041-0/+1
* Corori: Initialize the vivaldi keyboardJosh Tsai2021-10-042-30/+4
* common/base_state: Fix enum typeTom Hughes2021-10-041-1/+1
* chip/stm32: remove unused variableTom Hughes2021-10-041-1/+0
* zephyr: Drop support for v2.6 on all projectsJack Rosenthal2021-10-0422-22/+0
* Revert "zephyr: add motion sensors probing to lazor board"Michał Barnaś2021-10-043-70/+10
* brask: modify gpio.incDaniel Coggin2021-10-041-7/+7
* zephyr: emul: ln9310 test fixed chip rev ln9310_power_good()Aaron Massey2021-10-024-26/+171
* zephyr: test: Check isl923x status is CHARGER_LEVEL_2Yuval Peress2021-10-021-1/+11
* zephyr: test: Check charger info for isl9238Yuval Peress2021-10-021-1/+25
* zephyr: test: verify isl923x get/set ctrl 0/1 registersYuval Peress2021-10-022-1/+81
* zephyr: test: verify isl923x device ID code pathYuval Peress2021-10-023-1/+49
* zephyr: test: verify isl923x manufacturer ID code pathYuval Peress2021-10-023-1/+50
* zephyr: test: isl923x: Test input current get/setYuval Peress2021-10-023-1/+148
* adlrvpp_ite: enable internal pull-up for GPGOli feng2021-10-021-1/+6
* board/burnet: Fix enum typeTom Hughes2021-10-011-1/+1
* driver/charger: Remove unused functionsTom Hughes2021-10-011-11/+0
* common/motion_sense: Avoid comparison between negative value and unsigned charTom Hughes2021-10-011-0/+2
* core: Add assert to check alignmentTom Hughes2021-10-015-0/+29
* Guybrush: Add AEC batteryDiana Z2021-10-015-0/+63
* Zephyr: Separate charger and battery config optionsDiana Z2021-10-012-16/+27