All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hans J. Koch" <hjk-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
To: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Driver for ADC088S052
Date: Tue, 3 Jun 2008 23:28:22 +0200	[thread overview]
Message-ID: <20080603212822.GA3269@local> (raw)
In-Reply-To: <4845843E.2040000-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>

On Tue, Jun 03, 2008 at 06:49:50PM +0100, Jonathan Cameron wrote:
> Hi Hans,

Hi Jonathan,

> > Hi,
> > I need a driver for an ADC088S052 (National Semiconductor). This is an
> > 8-bit successive-approximation A/D converter with 8 multiplexed inputs
> > and an SPI interface.
> > It's relatively new, and Google doesn't report anything useful for
> > Linux. So I don't have much hope, but I try it anyway:
> > 
> > Is anybody working on a driver for that chip, or knows of such a
> > project? Any other hints?
> Whilst I'm not aware of a driver for that particular chip, it has a very
> simple interface so a basic driver would be relatively straight forward.
> As far as I can tell from a quick read it's just a case of doing full 
> duplex 16 bit transfers with a few bits on the send specifying which 
> channel to grab next?

Yep, looks like that.

> 
> However, as per the recent thread on this list and lkml, there are some 
> issues with how and where to integrate such a driver with the main kernel
> that are somewhat dependent on what you want to do with it.  (search
> for "accelerometer" to get the relevant discussion).

Yes, I read that thread and gave my opinion as well. I'm aware of the
problem, and we'll probably have some discussion again where to put the
driver files and the Kconfig entries...

> 
> If your application is of the simple poll all inputs every now and then
> variety where a sysfs "readall" attribute would do the job then it should
> be straight forward to write such a driver from scratch.

It is, I already wrote a basic skeleton. For _me_ it's sufficient to
poll the inputs every now and then, but the chip could do much faster
things. It has up to 500ksamples/sec, and if somebody wants to use that
for some scope app, we'd need some other design. But it would be
possible to add a char device on top of the basic SPI driver later that adds
some ring buffer and a read() function.

Thanks,
Hans


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

      parent reply	other threads:[~2008-06-03 21:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-03 14:59 Driver for ADC088S052 Hans J. Koch
2008-06-03 17:49 ` Jonathan Cameron
     [not found]   ` <4845843E.2040000-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
2008-06-03 21:28     ` Hans J. Koch [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=20080603212822.GA3269@local \
    --to=hjk-hfztesqfncyowbw4kg4ksq@public.gmane.org \
    --cc=jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.