41c95da594
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> |
||
---|---|---|
.. | ||
ad5410.c | ||
adc.c | ||
ads1242.c | ||
ads1255.c | ||
ads7828.c | ||
comp.c | ||
dac7554.c | ||
dac7571.c | ||
dac.c | ||
Kconfig | ||
lmp92001.c | ||
ltc1867l.c | ||
Make.defs | ||
max1161x.c | ||
mcp48xx.c | ||
opamp.c | ||
pga11x.c |