This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resources:tools-software:linux-drivers:iio-gyroscope:adis16130 [05 Sep 2012 14:03] Michael Hennerich [Status] |
resources:tools-software:linux-drivers:iio-gyroscope:adis16130 [11 Feb 2016 21:02] Lars-Peter Clausen [Status] |
||
---|---|---|---|
Line 15: | Line 15: | ||
===== Status ===== | ===== Status ===== | ||
- | ^ Source ^ Mainlined? ^ | + | ^ Source ^ Mainlined? ^ |
- | | [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|git]] | [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|Yes]] | | + | | [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|git]] | [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|Yes]] | |
===== Files ===== | ===== Files ===== | ||
Line 62: | Line 62: | ||
"make qconfig") | "make qconfig") | ||
- | <note> | + | <WRAP round help> |
The ADIS16130 Driver depends on **CONFIG_SPI** | The ADIS16130 Driver depends on **CONFIG_SPI** | ||
- | </note> | + | </WRAP> |
<code> | <code> | ||
Line 92: | Line 92: | ||
{{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}} | {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}} | ||
- | <box 100% green|shell prompt running on the target> | + | <WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap> |
<xterm> | <xterm> | ||
root:/> **cd /sys/bus/iio/devices/** | root:/> **cd /sys/bus/iio/devices/** | ||
Line 109: | Line 109: | ||
-rw-r--r-- 1 root root 4096 Jan 3 20:40 uevent | -rw-r--r-- 1 root root 4096 Jan 3 20:40 uevent | ||
root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> | root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> | ||
- | </xterm></box> | + | </xterm></WRAP> |
=== Show device name === | === Show device name === | ||
- | <box 100% green|shell prompt running on the target> | + | <WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap> |
<xterm> | <xterm> | ||
root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> **cat name** | root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> **cat name** | ||
adis16130 | adis16130 | ||
- | </xterm></box> | + | </xterm></WRAP> |
=== ADIS16130 device attributes === | === ADIS16130 device attributes === |