summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
Commit message (Expand)AuthorAgeFilesLines
* zephyr: move USB mux configuration into the device treeTomasz Michalec2022-05-062-0/+62
* zephyr: Move system pre-init earlierAndrew McRae2022-05-052-3/+3
* zephyr/usba: unconstify usb_port_enable if neededPeter Marheine2022-05-051-1/+4
* zephyr: Fix duplicated output in EC_CMD_CONSOLE_READTomasz Michalec2022-05-041-5/+21
* zephyr: shim: update to the new pwm_set Zephyr APIFabio Baltieri2022-04-293-39/+37
* zephyr: LED: Enable multi LED supportParth Malkan2022-04-294-41/+88
* zephyr: LED: Generate pins count from each nodeParth Malkan2022-04-273-12/+28
* zephyr: LED: Change system state node match logicParth Malkan2022-04-271-55/+45
* zephyr: Add support for discrete KeyboardVijay Hiremath2022-04-251-1/+4
* zephyr: charger: remove unnecessary checksDawid Niedzwiecki2022-04-251-7/+0
* zephyr: generate chg_chips based on DTSDawid Niedzwiecki2022-04-252-0/+50
* zephyr: test: fix test runner tid ruleYuval Peress2022-04-241-2/+3
* zephyr: fan: rename named-fans to cros-ec,fansFabio Baltieri2022-04-221-2/+2
* treewide: Move SCI pulse width to a CONFIG/Kconfig optionTim Wawrzynczak2022-04-211-2/+2
* zephyr: tasks: run HOSTCMD in main threadFabio Baltieri2022-04-212-0/+26
* zephyr: LED: Fix led_tick logicParth Malkan2022-04-211-10/+12
* zephyr: tasks: add structured support for extra tasksFabio Baltieri2022-04-201-15/+14
* zephyr: set sysworkq priority explicitly from the task listFabio Baltieri2022-04-191-6/+0
* zephyr: shimmed_task: drop the shell stub task dataFabio Baltieri2022-04-192-31/+3
* zephyr: shimmed_task: define shimmed tasks priority separatelyFabio Baltieri2022-04-191-14/+17
* zephyr: LED: Remove hard-coded supported_led_id arrayParth Malkan2022-04-153-9/+48
* zephyr: shim: drop the shim PWM codeFabio Baltieri2022-04-143-296/+118
* zephyr: ap_pwrseq: Optionally skip shim virtual wire supportAndrew McRae2022-04-131-0/+37
* zephyr: ap_pwrseq: support host sleep event and wake maskLi Feng2022-04-132-1/+46
* rt9490: add dt support for irq handlerTing Shen2022-04-122-0/+43
* zephyr: add util header to hold common device-tree opsTing Shen2022-04-124-11/+4
* zephyr: LED: Convert hard-coded led_color enum to use DTstabilize-14682.B-mainParth Malkan2022-04-093-6/+17
* zephyr: shim: drop task_get_zephyr_tidFabio Baltieri2022-04-081-5/+0
* zephyr: shim: decouple syswork support data from task_ctx_dataFabio Baltieri2022-04-081-37/+62
* zephyr: LED: Convert brightness range func to use DTParth Malkan2022-04-084-20/+83
* nissa: Enable Nirwen fan supportAndrew McRae2022-04-081-1/+1
* zephyr: shim: tasks: use the Zephyr cfg/data conventionFabio Baltieri2022-04-071-70/+60
* nissa: Allow alternate rotation parameters for nivviksAndrew McRae2022-04-071-3/+1
* Zephyr: Add an optional power gpio for temp sensorsDiana Z2022-04-061-0/+33
* zephyr: Undo changes to setup GPIO outputs.Andrew McRae2022-04-061-20/+1
* zephyr: LED: Add single PWM LED supportParth Malkan2022-04-055-1/+111
* zephyr: LED: Update gpio led node definesParth Malkan2022-04-052-2/+2
* zephyr: LED: Split GPIO implementationParth Malkan2022-04-025-63/+116
* Revert "zephyr: shim: convert HOOK_INIT to SYS_INIT"Keith Short2022-04-016-30/+14
* Revert "zephyr: Fix the override of the system workqueue"Keith Short2022-04-012-34/+12
* zephyr: remove PLATFORM_EC_USB_PD_PORT_MAX_COUNT configDawid Niedzwiecki2022-04-011-2/+2
* Zephyr: Separate out temperature sensor fieldsDiana Z2022-03-311-23/+46
* Zephyr: Separate temp_sensor_read()Diana Z2022-03-311-0/+12
* Zephyr: Print more on command errorsDiana Z2022-03-311-5/+30
* zephyr: Fix the override of the system workqueueKeith Short2022-03-312-12/+34
* zephyr: fix build check for number of tasksKeith Short2022-03-311-4/+3
* ap_pwrseq: disable resume init events if disabled by configPeter Marheine2022-03-291-3/+3
* zephyr: add support for tcpc fusb302 in device treeRajesh Kumar2022-03-291-1/+5
* zephyr: eliminate use of node path for battery supportDawid Niedzwiecki2022-03-291-4/+4
* zephyr: shim: convert HOOK_INIT to SYS_INITKeith Short2022-03-296-14/+30