diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-17 01:17:08 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-17 01:17:08 +0400 |
commit | 3a491aeae86577e0f23cd094f3e16351b6061209 (patch) | |
tree | 49e42b9f26f4700f16c9f0d5f248fee8b35f5c6d /include | |
parent | e74f7fc5d85c5c0bedb69913e2a10774ddb6f367 (diff) | |
parent | 95d1c8c7e26e303ccab5b65fe0ce04f70f42ea8a (diff) | |
download | linux-3a491aeae86577e0f23cd094f3e16351b6061209.tar.xz |
Merge tag 'v3.6-rc1-iio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
IIO fixes for v3.6-rc1
These mostly consist of fixes from Lars-Peter Clausen that were
the first part of a large series reworking the drivers concerned.
Turns out these drivers had quite a wealth of minor bugs.
Also here are some build warning fixes for lm3533-als and
adjd_s111 (both new drives in this cycle).
Final elements are a a div factor overflow and a warning
related fix in a couple of Analog Devices drivers.
All in all nothing major, but a worthwhile bunch of short
fixes.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/iio/frequency/adf4350.h | 2 |
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 |