nuttx/boards/arm/sam34
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
..
arduino-due sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
flipnclick-sam3x sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
sam3u-ek Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
sam4cmp-db sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
sam4e-ek sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
sam4l-xplained register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
sam4s-xplained sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
sam4s-xplained-pro sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00