zephyr/include/sys
Andrew Boie 63c3e153d6 drivers: use node IDs for DEVICE_MMIO.*_INIT
There is nothing wrong with instance numbers and they are
recommended for use whenever possible, but this is an API
design problem because it's not always possible to get nodes
by instance number; in some cases, drivers need to get node
identifiers from node labels, for example.

Change these APIs (which are not yet in any Zephyr release)
to take node IDs instead of instance IDs.

Fixes: #26984

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-08-14 13:35:02 +02:00
..
__assert.h
arch_interface.h kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
atomic.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
base64.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
byteorder.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
check.h
crc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
device_mmio.h drivers: use node IDs for DEVICE_MMIO.*_INIT 2020-08-14 13:35:02 +02:00
dlist.h
errno_private.h
fdtable.h
libc-hooks.h include: libc-hooks: add comments 2020-07-23 11:01:42 +02:00
list_gen.h
math_extras_impl.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
math_extras.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_manage.h kernel: add k_mem_map() and related defines 2020-07-17 11:38:18 +02:00
mempool_base.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mempool.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mutex.h
notify.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
onoff.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
printk.h
rb.h
ring_buffer.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sem.h linker: add iterable section macros 2020-06-24 17:09:22 -04:00
sflist.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
slist.h
speculation.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sys_heap.h lib/os/heap: debugging facility to dump the heap structure to the cconsole 2020-06-26 11:41:43 -07:00
sys_io.h sys/sys_io.h: Memory mapped I/O APIs must be pointer-sized, not 32 bit! 2020-07-08 12:34:09 +02:00
thread_stack.h kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
time_units.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
timeutil.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
util_internal.h sys/util: fix macro support when building with C++ 2020-08-12 16:39:37 -05:00
util.h sys/util: fix macro support when building with C++ 2020-08-12 16:39:37 -05:00