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

2014-07-23 Thread Jonathan Cameron
On 22/07/14 16:02, 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 v5 (staging-next) 3/5] staging:iio:hmc5843: register - value arrays now can have different lengths

2014-07-22 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 ---