-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 317188 b: refs/heads/master c: cd1678f h: refs/heads/master v: v3
- Loading branch information
Michael Hennerich
authored and
Greg Kroah-Hartman
committed
Jun 5, 2012
1 parent
5154a36
commit 12e993d
Showing
8 changed files
with
1,320 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9c8ea1b29bc9c9bbd922a652d1b91ddceeb180c6 | ||
refs/heads/master: cd1678f963298a9e777f3edb72d28bc18a3a32c2 |
37 changes: 37 additions & 0 deletions
37
trunk/Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/pll2_feedback_clk_present | ||
What: /sys/bus/iio/devices/iio:deviceX/pll2_reference_clk_present | ||
What: /sys/bus/iio/devices/iio:deviceX/pll1_reference_clk_a_present | ||
What: /sys/bus/iio/devices/iio:deviceX/pll1_reference_clk_b_present | ||
What: /sys/bus/iio/devices/iio:deviceX/pll1_reference_clk_test_present | ||
What: /sys/bus/iio/devices/iio:deviceX/vcxo_clk_present | ||
KernelVersion: 3.4.0 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Reading returns either '1' or '0'. | ||
'1' means that the clock in question is present. | ||
'0' means that the clock is missing. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/pllY_locked | ||
KernelVersion: 3.4.0 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Reading returns either '1' or '0'. '1' means that the | ||
pllY is locked. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/store_eeprom | ||
KernelVersion: 3.4.0 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Writing '1' stores the current device configuration into | ||
on-chip EEPROM. After power-up or chip reset the device will | ||
automatically load the saved configuration. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/sync_dividers | ||
KernelVersion: 3.4.0 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
Writing '1' triggers the clock distribution synchronization | ||
functionality. All dividers are reset and the channels start | ||
with their predefined phase offsets (out_altvoltageY_phase). | ||
Writing this file has the effect as driving the external | ||
/SYNC pin low. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# Frequency | ||
# Direct Digital Synthesis drivers (DDS) | ||
# Clock Distribution device drivers | ||
# Phase-Locked Loop (PLL) frequency synthesizers | ||
# | ||
|
||
menu "Frequency Synthesizers DDS/PLL" | ||
|
||
menu "Clock Generator/Distribution" | ||
|
||
config AD9523 | ||
tristate "Analog Devices AD9523 Low Jitter Clock Generator" | ||
depends on SPI | ||
help | ||
Say yes here to build support for Analog Devices AD9523 Low Jitter | ||
Clock Generator. The driver provides direct access via sysfs. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called ad9523. | ||
|
||
endmenu | ||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile iio/frequency | ||
# | ||
|
||
obj-$(CONFIG_AD9523) += ad9523.o |
Oops, something went wrong.