nuttx/boards/arm/stm32/mikroe-stm32f4/src
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
..
Make.defs Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00
mikroe-stm32f4.h board: stm32: Author Gregory Nutt: update licenses to Apache 2021-03-20 19:22:58 -07:00
stm32_appinit.c usbhost: Do not disable usb monitor if usb host is enabled but dev is not 2021-03-28 23:34:01 -05:00
stm32_boot.c boards: nxstyle fixes 2021-03-20 19:22:58 -07:00
stm32_clockconfig.c NuttX: Ken Pettit: update licenses to Apache 2021-04-10 06:42:19 -05:00
stm32_extmem.c boards: nxstyle fixes 2021-03-20 19:22:58 -07:00
stm32_idle.c boards: stm32: update licenses to Apache 2021-08-16 07:11:32 -07:00
stm32_mio283qt2.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
stm32_mio283qt9a.c boards: stm32: update licenses to Apache 2021-08-16 07:11:32 -07:00
stm32_pm.c boards: stm32: update licenses to Apache 2021-08-16 07:11:32 -07:00
stm32_pwm.c board: stm32: Author Gregory Nutt: update licenses to Apache 2021-03-20 19:22:58 -07:00
stm32_spi.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
stm32_touchscreen.c register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
stm32_usb.c board: stm32: Author Gregory Nutt: update licenses to Apache 2021-03-20 19:22:58 -07:00
stm32_vs1053.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00