nuttx/drivers/motor/foc
Petro Karashchenko 41c95da594 register_driver: fix driver modes accross the code
State of problem:
 - Some drivers that do not support write operations (does not
   have write handler or ioctl do not perform any write actions)
   are registered with write permissions
 - Some drivers that do not support read operation (does not
   have read handler or ioctl do not perform any read actions)
   are registered with read permissions
 - Some drivers are registered with execute permissions

Solution:
 - Iterate code where register_driver() is used and change 'mode'
   parameter to reflect the actual read/write operations executed
   by a driver
 - Remove execute permissions from 'mode' parameter

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2022-02-16 16:15:29 +08:00
..
foc_dev.c register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
foc_dummy.c arch/sim: Move the dummy foc driver to drivers/motor/foc 2022-01-09 11:06:06 +08:00
Kconfig arch/sim: Move the dummy foc driver to drivers/motor/foc 2022-01-09 11:06:06 +08:00
Make.defs arch/sim: Move the dummy foc driver to drivers/motor/foc 2022-01-09 11:06:06 +08:00