linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: michael.hennerich@analog.com
Cc: Jonathan Cameron <jic23@kernel.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"device-drivers-devel@blackfin.uclinux.org"
	<device-drivers-devel@blackfin.uclinux.org>
Subject: Re: [PATCH] iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
Date: Tue, 04 Jun 2013 19:33:16 +0100	[thread overview]
Message-ID: <51AE32EC.3030100@cam.ac.uk> (raw)
In-Reply-To: <51AC5153.7050506@analog.com>

On 06/03/2013 09:18 AM, Michael Hennerich wrote:
> On 05/11/2012 09:41 AM, Michael Hennerich wrote:
>> On 05/10/2012 02:36 PM, Jonathan Cameron wrote:
>>> On 5/8/2012 4:34 PM, Michael Hennerich wrote:
>>>> On 05/08/2012 04:51 PM, Jonathan Cameron wrote:
>>>>> On 5/7/2012 2:49 PM, michael.hennerich@analog.com wrote:
>>>>>> From: Michael Hennerich<michael.hennerich@analog.com>
>>>>>>
>>>>>>
>>>>>> +
>>>>>> +static const struct iio_chan_spec_ext_info adf4350_ext_info[] = {
>>>>>> + /* Ideally we use IIO_CHAN_INFO_FREQUENCY, but there are
>>>>>> + * values>  2^32 in order to support the entire frequency range
>>>>>> + * in Hz. Using scale is a bit ugly.
>>>>>> + */
>>>>> hmm.. Add IIO_VAL_MEGA_PLUS_INT.. We were always going to need a bigger
>>>>> version at somepoint...
>>>> Well - we then need an s64, however read|write_raw feature s32 for
>>>> val and val2. So shall we pass low word in val and high word in val2?
>>> I was thinking
>>> val*1e6 + val2 would fit with what we have done elsewhere?  Is that
>>> enough room?
>> Hi Jonathan,
>>
>> IIO_VAL_MEGA_PLUS_INT versus IIO_VAL_LONG_LONG
>>
>> It is enough room. But I wonder why we would do costly divide and modulus operations, when we can do sifts and ANDs?
>> Splitting a s64 would give is the maximum available room with very little overhead.
>>
>> Thoughts?
> 
> Hi Jonathan,
> 
> I like to touch base on the IIO_VAL_MEGA_PLUS_INT versus IIO_VAL_LONG_LONG thing again.
> We need something bigger as IIO_VAL_INT without loosing granularity by using scale.
> 
> You're favorite is still IIO_VAL_MEGA_PLUS_INT?
Yes, for consistency with the existing interfaces.

> I need to implement something - just like to get everyones thought again.
> 

      reply	other threads:[~2013-06-04 18:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 13:49 [PATCH] iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers michael.hennerich
2012-05-08 14:51 ` Jonathan Cameron
2012-05-08 15:34   ` Michael Hennerich
2012-05-10 12:36     ` Jonathan Cameron
2012-05-11  7:41       ` Michael Hennerich
2012-05-11  7:43         ` Jonathan Cameron
2012-05-11  7:45           ` Jonathan Cameron
2012-05-11 11:13             ` Michael Hennerich
2012-05-11 12:31               ` Jonathan Cameron
2013-06-03  8:18         ` Michael Hennerich
2013-06-04 18:33           ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51AE32EC.3030100@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --cc=device-drivers-devel@blackfin.uclinux.org \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=michael.hennerich@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).