summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMichael Hennerich2012-07-20 10:31:00 +0200
committerJonathan Cameron2012-08-16 21:24:33 +0200
commit8857df3aceb7a8eb7558059b7da109e41dd1fb95 (patch)
treeba45e6d7779aab84f6a7c1ba37697d9914158b97 /include/linux
parentiio: staging: ad7298_ring: Fix maybe-uninitialized warning (diff)
downloadkernel-qcow2-linux-8857df3aceb7a8eb7558059b7da109e41dd1fb95.tar.gz
kernel-qcow2-linux-8857df3aceb7a8eb7558059b7da109e41dd1fb95.tar.xz
kernel-qcow2-linux-8857df3aceb7a8eb7558059b7da109e41dd1fb95.zip
iio: frequency: ADF4350: Fix potential reference div factor overflow.
With small channel spacing values and high reference frequencies it is possible to exceed the range of the 10-bit counter. Workaround by checking the range and widening some constrains. We don't use the REG1_PHASE value in this case the datasheet recommends to set it to 1 if not used. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/iio/frequency/adf4350.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iio/frequency/adf4350.h b/include/linux/iio/frequency/adf4350.h
index b76b4a87065e..be91f344d5fc 100644
--- a/include/linux/iio/frequency/adf4350.h
+++ b/include/linux/iio/frequency/adf4350.h
@@ -87,6 +87,8 @@
#define ADF4350_MAX_BANDSEL_CLK 125000 /* Hz */
#define ADF4350_MAX_FREQ_REFIN 250000000 /* Hz */
#define ADF4350_MAX_MODULUS 4095
+#define ADF4350_MAX_R_CNT 1023
+
/**
* struct adf4350_platform_data - platform specific information