H Hartley Sweeten wrote:
> The max124[0|1] is still a spi device so using the atmel_spi driver is
> the correct route. You just need to add the necessary support to the
> driver to handle the SPI_READY mode.
If there's only one master driver which supports this flag, it sounds
to me like it woul
>> The max124[0|1] is still a spi device so using the atmel_spi driver is
>> the correct route. You just need to add the necessary support to the
>> driver to handle the SPI_READY mode.
>
> If there's only one master driver which supports this flag, it sounds
> to me like it would be a _lot_ easie
On Thursday, April 22, 2010 10:09 PM, arjun rath wrote:
> Hi ,
Please do a reply-all to keep the thread on the lists. Also, please
do not top-post. I fixed both here...
> On Thu, Apr 22, 2010 at 9:53 PM, H Hartley Sweeten
> wrote:
>> On Wednesday, April 21, 2010 11:20 PM, arjun rath wrote:
>>
On Wednesday, April 21, 2010 11:20 PM, arjun rath wrote:
> Hi Everybody,
>
> I am using a SPI based 12 bit adc(max1241) from maxim.I am trying to read
> the value from adc using spi_read() in linux kernel.But every time i used
> to read i am getting *0xff* only.(i have to read two consecutive byt
Hi Everybody,
I am using a SPI based 12 bit adc(max1241) from maxim.I am trying to read
the value from adc using spi_read() in linux kernel.But every time i used
to read i am getting *0xff* only.(i have to read two consecutive bytes).To
the adc chip i am probing with CRO which always shows DOUT p
Excerpts from arjun rath's message of Sun Feb 14 23:29:18 -0500 2010:
> Let us try and see .If any body is having a reference driver for SPI based
> ADC,they can share.
>
Have a look here[1]. The code certainly isn't finished (we're at a
similar stage of development as you, it seem), but you shoul
On Mon, Feb 15, 2010 at 1:29 PM, arjun rath wrote:
> Let us try and see .If any body is having a reference driver for SPI based
> ADC,they can share.
Don't think you need to anything 'ADC specific' all u need is to _use_
your SPI driver.
grep for spi_sync in linux/drivers/ and refer to any spi use
Hi all,
Thanks for the suggestions.
Actually i am new to SPI,and all related ADC drivers in the latest kernels
are through I2C.i am going to use an temperature module through this adc
connected through SPI.so i think i am going to read the data only,no data
writing is required.
Let us try and se
2010/2/13 Jonathan Cameron :
>>> can anybody share how to start a spi based ADC linux driver.I am having a
>>> MAXIM 1242 ADC chip.
>>
>> The ḱernel does not contain any generic ADC subsystem abstraction
>> (...)
>
> That's not entirely true. These are covered by the IIO subsystem which
> is admi
On Sat, Feb 13, 2010 at 11:51, Jonathan Cameron wrote:
> http://blackfin.uclinux.org/gf/project/linux-kernel/scmsvn/
people who like git can always use:
http://blackfin.uclinux.org/git/?p=readonly-mirrors/linux-kernel.git;a=summary
-mike
---
Hi Arjun and Linus,
>
>> can anybody share how to start a spi based ADC linux driver.I am having a
>> MAXIM 1242 ADC chip.
>
> The ḱernel does not contain any generic ADC subsystem abstraction (I
> think it would be good if it did), instead most drivers using ADC have
> their ADC portions stored
2010/2/13 arjun rath :
> can anybody share how to start a spi based ADC linux driver.I am having a
> MAXIM 1242 ADC chip.
The ḱernel does not contain any generic ADC subsystem abstraction (I
think it would be good if it did), instead most drivers using ADC have
their ADC portions stored inside a
Excerpts from arjun rath's message of Sat Feb 13 00:48:40 -0500 2010:
> Hi everybody,
>
> can anybody share how to start a spi based ADC linux driver.I am having a
> MAXIM 1242 ADC chip.
>
> Can anybody share some reference driver for the same chip
>
I've recently been working on a design for a
Hi everybody,
can anybody share how to start a spi based ADC linux driver.I am having a
MAXIM 1242 ADC chip.
Can anybody share some reference driver for the same chip
Thanks in advance
Arjun
--
SOLARIS 10 is the OS for
14 matches
Mail list logo