1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/drivers/i2c
Simon Glass 7c84319af9 dm: gpio: Correct use of -ENODEV in drivers
In U-Boot -ENODEV means that there is no device. When there is a problem
with the device, drivers should return an error like -ENXIO or -EREMOTEIO.
When the device tree properties cannot be read correct , they should
return -EINVAL.

Update various GPIO drivers to follow this rule, to help with consistency
for future driver writers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Adam Ford <aford173@gmail.com>
2017-10-08 20:41:09 -06:00
..
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-08-23 07:04:40 +02:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-07-23 09:24:47 -04:00