Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:linux-drivers:iio-resolver:ad2s1200 [09 May 2011 20:34] – Added part number to title andyrresources:tools-software:linux-drivers:iio-resolver:ad2s1200 [20 Nov 2015 16:33] (current) – [Description] Lars-Peter Clausen
Line 1: Line 1:
-===== Linux Configuration (AD2S1200=====+=====AD2S1200 IIO Resolver-to-Digital Converter Linux Driver ======
  
-    Enable SPI support+===== Supported Devices ===== 
 + 
 +  [[adi>AD2S1200]] 
 +  * [[adi>AD2S1205]] 
 +  
 +===== Evaluation Boards ===== 
 + 
 +  * [[adi>EVAL-AD2S1200SDZ]] 
 +  * [[adi>EVAL-AD2S1205SDZ]] 
 + 
 +===== Description ===== 
 + 
 +  * [[adi>ad2s1200|Product Page]] 
 + 
 +This is a Linux industrial I/O ([[software:linux:docs:iio:iio|IIO]]) subsystem driver, targeting Resolver-to-Digital Converters. 
 +The industrial I/O subsystem provides a unified framework for drivers for many different types of converters and sensors using a number of different physical interfaces (i2c, spi, etc). 
 +See [[software:linux:docs:iio:iio|IIO]] for more information. 
 + 
 +====== Source Code ====== 
 + 
 +===== Status ===== 
 + 
 +^ Source ^ Mainlined? ^ 
 +| [[git.linux.org>drivers/staging/iio/resolver/ad2s1200.c|git]] | [[git.linux.org>drivers/staging/iio/resolver/ad2s1200.c|Yes]] | 
 + 
 +===== Files ===== 
 + 
 +^ Function ^ File ^ 
 +| driver | [[staging.kernel.org>drivers/staging/iio/resolver/ad2s1200.c]] | 
 + 
 +====== Adding Linux driver support ====== 
 + 
 +Configure kernel with "make menuconfig" (alternatively use "make xconfig" or 
 +"make qconfig"
 + 
 +<WRAP round help> 
 +The Driver depends on **CONFIG_SPI** 
 +</WRAP>
  
-    * Enable the chip driver, 
 <code> <code>
-Device Drivers  ---> +Linux Kernel Configuration 
-  [*] Staging drivers  ---> + Device Drivers  ---> 
-    <*>     Industrial I/O support  ---> + [*] Staging drivers  ---> 
-        <*>   Analog Devices ad2s120x driver+ <*>     Industrial I/O support ---> 
 +     --- Industrial I/O support 
 +     -*-   Enable ring buffer support within IIO 
 +     -*-     Industrial I/O lock free software ring 
 +     -*-   Enable triggered sampling support 
 + 
 +           *** Resolver to digital converters *** 
 +     [--snip--] 
 + 
 +     <*>   Analog Devices AD2S120x driver 
 + 
 +     [--snip--] 
 </code> </code>
  
-===== Usage on Linux =====+====== Driver Usage ======
  
 The device file path may looks like, The device file path may looks like,
Line 24: Line 72:
 | vel | read only | 12 bits signed velocity value | | vel | read only | 12 bits signed velocity value |
 | description | read only | description about this chip | | description | read only | description about this chip |
 +
 +====== More Information ======
 +
 +{{page>software:linux:docs:iio:iio_snippets#iio pointers&noheader&firstseconly&noeditbtn}}
resources/tools-software/linux-drivers/iio-resolver/ad2s1200.1304966056.txt.gz · Last modified: 09 May 2011 20:34 by andyr