zephyr/drivers/smbus
Flavio Ceolin 3763737326 smbus: Remove syscalls with callbacks
Remove syscalls that allows user threads to set callbacks that
will be invoked by the kernel.

Userspace is not trusted we can't allow a user thread set callbacks
that will be invoked by the kernel and run with supervisor privileges.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-11-17 09:22:05 +01:00
..
CMakeLists.txt drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
intel_pch_smbus.c drivers: smbus: pch: Simplify IRQ flags 2023-09-27 20:35:06 +03:00
intel_pch_smbus.h doc: smbus: Correct syntax in sources and headers 2023-06-01 18:04:58 -04:00
Kconfig drivers: smbus: Select PCIE and DYNAMIC_INTERRUPTS 2023-08-10 13:59:15 +03:00
smbus_handlers.c smbus: Remove syscalls with callbacks 2023-11-17 09:22:05 +01:00
smbus_shell.c smbus: shell: Add SMBus subsystem shell module 2023-03-22 08:16:23 -04:00
smbus_utils.h smbus: Move smbus_utils.h from includes to driver area 2023-03-30 09:45:02 +00:00