zephyr/tests/kernel
Bjarki Arge Andreasen 2b0d1ae4d0 soc: nordic: nrf54h: transition from gpd to zephyr pinctrl and pds
Transition nrf54h away from the soc specific gpd
(global power domain) driver which mixed power domains, pinctrl
and gpio pin retention into a non scalable solution, forcing soc
specific logic to bleed into nrf drivers.

The new solution uses zephyrs PM_DEVICE based power domains to
properly model the hardware layout of device and pin power domains,
and moves pin retention logic out of drivers into pinctrl and
gpio, which are the components which manage pins (pads).

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2025-07-29 09:03:37 -04:00
..
cache
common tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
condvar/condvar_api
context tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
device tests: kernel: device: expand device api coverage 2025-07-01 19:03:40 -05:00
early_sleep
events tests/kernel: Fix code compliance issues 2025-05-21 12:35:28 +02:00
fatal arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
fifo
fpu_sharing
gen_isr_table tests: kernel: gen_isr_table: add available IRQ number for AE350 CLIC 2025-07-19 15:28:58 -04:00
interrupt tests: kernel: interrupt: adjust test for clic 2025-07-19 15:28:58 -04:00
ipi_cascade
ipi_optimize
lifo
mbox
mem_heap/k_heap_api tests: kernel: k_heap: add tests for k_heap_realloc 2025-06-23 12:35:33 -07:00
mem_protect test/kernel: Initialize stack_sem in obj_validation test 2025-06-17 16:06:21 +02:00
mem_slab
mp
msgq tests: add min_ram for heap-using testcases 2025-06-02 17:37:32 +02:00
mutex
obj_core
obj_tracking tests: do not use "sanity" word 2025-06-25 16:00:10 -10:00
pending
pipe cmake: Add a new no_deprecation_warning compiler flag 2025-06-23 12:38:07 -07:00
poll
profiling/profiling_api arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
queue
sched
semaphore tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
sleep
smp tests: kernel/smp: more timeout 2025-07-25 08:08:09 -04:00
smp_abort
smp_boot_delay tests: kernel/smp_boot_delay: workaround occassionally failures 2025-07-28 21:03:43 -04:00
smp_suspend
spinlock
stack/stack
threads soc: nordic: nrf54h: transition from gpd to zephyr pinctrl and pds 2025-07-29 09:03:37 -04:00
tickless/tickless_concept tests: kernel: tickless: Add support for RZ/G3S-SMARC 2025-06-03 17:08:30 +02:00
timer tests: kernel: timer: timer_behavior: Fix max_stddev calculation 2025-07-22 19:31:31 -04:00
usage/thread_runtime_stats soc: nordic: nrf54h: transition from gpd to zephyr pinctrl and pds 2025-07-29 09:03:37 -04:00
workq tests: kernel_workq: Excluding test for qemu_rx 2025-06-26 14:07:03 +02:00
xip