nuttx/boards/arm
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
..
a1x/pcduino-a10 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
am335x/beaglebone-black sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
c5471/c5471evm sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
cxd56xx register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
dm320/ntosd-dm320 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
efm32 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
eoss3/quickfeather board: Remove -fno-strength-reduce 2022-01-19 00:14:03 +01:00
imx6/sabre-6quad boards: sabre-6quad: Add -fno-common to Make.defs 2022-02-15 16:27:53 +08:00
imxrt Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
kinetis sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
kl register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
lc823450/lc823450-xgevk Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
lpc17xx_40xx Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
lpc31xx sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
lpc43xx Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
lpc54xx/lpcxpresso-lpc54628 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
lpc214x sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
lpc2378/olimex-lpc2378 Makefiles: change license to Apache 2022-02-09 19:58:52 +08:00
max326xx/max32660-evsys sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
moxart/moxa board: Remove -fno-strength-reduce 2022-01-19 00:14:03 +01:00
nrf52 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
nuc1xx/nutiny-nuc120 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
phy62xx/phy6222 add phyplus_rel_1.4 2022-02-15 10:21:10 +08:00
rp2040 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
s32k1xx sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
sam34 register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
sama5 boards: sama5d4-ek: Move -fno-common option to previous ARCHCFLAGS/ARCHCXXFLAGS 2022-02-15 16:27:53 +08:00
samd2l2 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
samd5e5 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
samv7 boards/arm/samv7/same70-xplained: added PWM support 2022-02-13 03:20:07 +08:00
stm32 register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
stm32f0l0g0 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
stm32f7 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
stm32h7 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
stm32l4 Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
stm32l5 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
stm32u5 b-u585i-iot02a: Board Support 2022-02-13 16:32:35 +08:00
str71x/olimex-strp711 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
tiva Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
tms570 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
xmc4 sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00