iio: adis162xx: fix low-power docs & reports
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Tue, 25 Jun 2019 12:48:40 +0000 (15:48 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 26 Jun 2019 20:24:20 +0000 (21:24 +0100)
All current ADIS162XX drivers have incorrect values defined via comments.
Also, when an error is reported the printed value is incorrect.

The functionality itself isn't affected, so it's not a critical issue.

And since the change is trivial, it was included in a single patch that
fixes these in one go. All values were correlated with the ones specified
in the data-sheets.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/adis16201.c
drivers/iio/accel/adis16209.c
drivers/staging/iio/accel/adis16203.c
drivers/staging/iio/accel/adis16240.c

index 4c1d482ea73a7a8a8caa4c4bf5feb02b0516eb73..3257d4d27015147d93839b11d93cf3f8b01d2cd1 100644 (file)
@@ -71,7 +71,7 @@
 #define  ADIS16201_DIAG_STAT_FLASH_UPT_FAIL_BIT                2
 /* Power supply above 3.625 V */
 #define  ADIS16201_DIAG_STAT_POWER_HIGH_BIT            1
-/* Power supply below 3.15 V */
+/* Power supply below 2.975 V */
 #define  ADIS16201_DIAG_STAT_POWER_LOW_BIT             0
 
 /* System Command Register Definition */
@@ -231,7 +231,7 @@ static const char * const adis16201_status_error_msgs[] = {
        [ADIS16201_DIAG_STAT_SPI_FAIL_BIT] = "SPI failure",
        [ADIS16201_DIAG_STAT_FLASH_UPT_FAIL_BIT] = "Flash update failed",
        [ADIS16201_DIAG_STAT_POWER_HIGH_BIT] = "Power supply above 3.625V",
-       [ADIS16201_DIAG_STAT_POWER_LOW_BIT] = "Power supply below 3.15V",
+       [ADIS16201_DIAG_STAT_POWER_LOW_BIT] = "Power supply below 2.975V",
 };
 
 static const struct adis_data adis16201_data = {
index f2dc3a5f046361ab016bd8d581a431a470f522c5..01dd02f7e1d6dcf00e1504ba0e36324ecf27ac35 100644 (file)
@@ -73,7 +73,7 @@
 #define  ADIS16209_STAT_FLASH_UPT_FAIL_BIT     2
 /* Power supply above 3.625 V */
 #define  ADIS16209_STAT_POWER_HIGH_BIT         1
-/* Power supply below 3.15 V */
+/* Power supply below 2.975 V */
 #define  ADIS16209_STAT_POWER_LOW_BIT          0
 
 #define ADIS16209_CMD_REG                      0x3E
@@ -241,7 +241,7 @@ static const char * const adis16209_status_error_msgs[] = {
        [ADIS16209_STAT_SPI_FAIL_BIT] = "SPI failure",
        [ADIS16209_STAT_FLASH_UPT_FAIL_BIT] = "Flash update failed",
        [ADIS16209_STAT_POWER_HIGH_BIT] = "Power supply above 3.625V",
-       [ADIS16209_STAT_POWER_LOW_BIT] = "Power supply below 3.15V",
+       [ADIS16209_STAT_POWER_LOW_BIT] = "Power supply below 2.975V",
 };
 
 static const struct adis_data adis16209_data = {
index a5d974ac2e3b48de78147f050b2d55cbf4e35268..39687139a7d3fc52c4dc9c4da856292c074b4fc3 100644 (file)
 /* Power supply above 3.625 V */
 #define ADIS16203_DIAG_STAT_POWER_HIGH_BIT    1
 
-/* Power supply below 3.15 V */
+/* Power supply below 2.975 V */
 #define ADIS16203_DIAG_STAT_POWER_LOW_BIT     0
 
 /* GLOB_CMD */
@@ -234,7 +234,7 @@ static const char * const adis16203_status_error_msgs[] = {
        [ADIS16203_DIAG_STAT_SPI_FAIL_BIT] = "SPI failure",
        [ADIS16203_DIAG_STAT_FLASH_UPT_BIT] = "Flash update failed",
        [ADIS16203_DIAG_STAT_POWER_HIGH_BIT] = "Power supply above 3.625V",
-       [ADIS16203_DIAG_STAT_POWER_LOW_BIT] = "Power supply below 3.15V",
+       [ADIS16203_DIAG_STAT_POWER_LOW_BIT] = "Power supply below 2.975V",
 };
 
 static const struct adis_data adis16203_data = {
index b80c8529784b61113aaad87fe0563b2c149ee3a2..62f4b3b1b4572661b38d8459fb050bd1871a4b35 100644 (file)
 /* Power supply above 3.625 V */
 #define ADIS16240_DIAG_STAT_POWER_HIGH_BIT     1
 
- /* Power supply below 3.15 V */
+ /* Power supply below 2.225 V */
 #define ADIS16240_DIAG_STAT_POWER_LOW_BIT      0
 
 /* GLOB_CMD */