summaryrefslogtreecommitdiff
path: root/zephyr/shim
Commit message (Expand)AuthorAgeFilesLines
* 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
* BB Retimer: Add CONFIG_USBC_RETIMER_INTEL_BB_VPRO_CAPABLESugnan Prabhu S2022-04-071-0/+5
* zephyr: eliminate PLATFORM_EC_USB_A_PORT_COUNT configDawid Niedzwiecki2022-04-071-1/+5
* nissa: Allow alternate rotation parameters for nivviksAndrew McRae2022-04-072-3/+19
* zephyr: npcx: fix hook typeEric Yilun Lin2022-04-071-2/+2
* Zephyr: Add an optional power gpio for temp sensorsDiana Z2022-04-062-0/+42
* zephyr: shim: add a board_led.h utilities headerFabio Baltieri2022-04-061-0/+24
* 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
* zephyr: adlrvp: Enable Type-C ChargerRajesh Kumar2022-04-011-0/+2
* Revert "zephyr: convert HOOK_INIT into SYS_INIT"Keith Short2022-04-011-28/+4
* Revert "zephyr: shim: convert HOOK_INIT to SYS_INIT"Keith Short2022-04-017-35/+16
* 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-014-51/+65
* Zephyr: Separate out temperature sensor fieldsDiana Z2022-03-312-23/+53
* 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
* Zephyr: Add PCH custom defineDiana Z2022-03-301-0/+5
* ap_pwrseq: disable resume init events if disabled by configPeter Marheine2022-03-292-5/+5
* zephyr: add support for tcpc fusb302 in device treeRajesh Kumar2022-03-292-1/+25
* zephyr: eliminate use of node path for battery supportDawid Niedzwiecki2022-03-292-6/+6
* zephyr: shim: convert HOOK_INIT to SYS_INITKeith Short2022-03-297-16/+35
* zephyr: convert HOOK_INIT into SYS_INITKeith Short2022-03-291-4/+28
* hooks: add HOOK_PRIO_POST_CHIPSETKeith Short2022-03-291-1/+1
* zephyr: mchp: Add shim Kconfigmartin yan2022-03-293-0/+34
* zephyr: mchp: Add shim flashmartin yan2022-03-294-0/+260
* zephyr: mchp: Add shim kscanmartin yan2022-03-291-0/+24
* USBHC: Add USB host command interfaceDaisuke Nojiri2022-03-291-0/+5
* zephyr: power_policy: Function content has changedTim Lin2022-03-281-1/+1
* zephyr: mchp: Add shim i2cmartin yan2022-03-281-0/+2
* zephyr: npcx: fix deep sleepKeith Short2022-03-281-1/+1
* zephyr: mchp: Add shim gpiomartin yan2022-03-281-0/+54
* zephyr: mchp: Add shim clockmartin yan2022-03-252-0/+88
* zephyr: Remove tp register from panic liststabilize-14633.B-mainYuval Peress2022-03-251-1/+0
* zephyr: mchp: Add shim systemmartin yan2022-03-242-0/+85
* zephyr: update pm_constraint_get to match upstreamYuval Peress2022-03-242-2/+4
* zephyr: fix missing USB_PD_DISCHARGE* macrosEric Yilun Lin2022-03-241-0/+15
* zephyr: remove named-batteries nodeDawid Niedzwiecki2022-03-231-14/+1
* zephyr: update Kconfig for PM to match upstreamYuval Peress2022-03-232-2/+2
* zephyr/hooks: don't store hooks in RAMPeter Marheine2022-03-233-66/+158
* Revert "nissa: Workaround for ADC initial read error"Andrew McRae2022-03-221-11/+0