Re: [PATCH 3/5] staging:iio:hmc5843: register - value arrays now can have different lengths

2014-07-07 Thread Jonathan Cameron
On 02/07/14 14:52, Josef Gajdusek wrote: Changed structure of struct hmc5843_chip_info to include length of translation arrays. Code previously using #defined constant has been changed accordingly. This allows to integrate devices which do have different amounts of available rates/scales.

[PATCH 3/5] staging:iio:hmc5843: register - value arrays now can have different lengths

2014-07-02 Thread Josef Gajdusek
Changed structure of struct hmc5843_chip_info to include length of translation arrays. Code previously using #defined constant has been changed accordingly. This allows to integrate devices which do have different amounts of available rates/scales. Signed-off-by: Josef Gajdusek a...@atx.name ---