nuttx/drivers/analog
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
..
ad5410.c typos: fix typos in many files 2022-01-03 22:10:07 +08:00
adc.c file_operations: get back C89 compatible initializer 2022-01-11 02:14:00 +08:00
ads1242.c file_operations: get back C89 compatible initializer 2022-01-11 02:14:00 +08:00
ads1255.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
ads7828.c Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
comp.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
dac7554.c author: Augusto Fraga Giachero : update licenses to Apache 2021-09-15 15:57:55 +08:00
dac7571.c author: Daniel P. Carvalho : update licenses to Apache 2021-09-15 11:56:41 +08:00
dac.c register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
Kconfig drivers/analog: add mcp48xx dac support 2021-12-15 07:02:56 -06:00
lmp92001.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
ltc1867l.c NuttX: DS Automotion GmbH: update licenses to Apache 2021-04-01 12:13:12 -05:00
Make.defs drivers/analog: add mcp48xx dac support 2021-12-15 07:02:56 -06:00
max1161x.c drivers: Fix typos reported by codespell 2021-02-25 18:57:18 -08:00
mcp48xx.c drivers/analog: add mcp48xx dac support 2021-12-15 07:02:56 -06:00
opamp.c register_driver: fix driver modes accross the code 2022-02-16 16:15:29 +08:00
pga11x.c drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00