-
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: 319230 b: refs/heads/master c: 9ec9716 h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Jul 30, 2012
1 parent
50b5cd8
commit 6df6433
Showing
6,901 changed files
with
424,796 additions
and
202,135 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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: 19891b20e7c275feb92d669f4b1879861f7e8c25 | ||
refs/heads/master: 9ec97169e7d6afe2f8206d694d1411fb3bb49853 |
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,15 @@ | ||
What: /sys/bus/w1/devices/.../pio | ||
Date: May 2012 | ||
Contact: Markus Franke <franm@hrz.tu-chemnitz.de> | ||
Description: read/write the contents of the two PIO's of the DS28E04-100 | ||
see Documentation/w1/slaves/w1_ds28e04 for detailed information | ||
Users: any user space application which wants to communicate with DS28E04-100 | ||
|
||
|
||
|
||
What: /sys/bus/w1/devices/.../eeprom | ||
Date: May 2012 | ||
Contact: Markus Franke <franm@hrz.tu-chemnitz.de> | ||
Description: read/write the contents of the EEPROM memory of the DS28E04-100 | ||
see Documentation/w1/slaves/w1_ds28e04 for detailed information | ||
Users: any user space application which wants to communicate with DS28E04-100 |
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 |
---|---|---|
@@ -1,26 +1,5 @@ | ||
What: /sys/block/rssd*/registers | ||
Date: March 2012 | ||
KernelVersion: 3.3 | ||
Contact: Asai Thambi S P <asamymuthupa@micron.com> | ||
Description: This is a read-only file. Dumps below driver information and | ||
hardware registers. | ||
- S ACTive | ||
- Command Issue | ||
- Completed | ||
- PORT IRQ STAT | ||
- HOST IRQ STAT | ||
- Allocated | ||
- Commands in Q | ||
|
||
What: /sys/block/rssd*/status | ||
Date: April 2012 | ||
KernelVersion: 3.4 | ||
Contact: Asai Thambi S P <asamymuthupa@micron.com> | ||
Description: This is a read-only file. Indicates the status of the device. | ||
|
||
What: /sys/block/rssd*/flags | ||
Date: May 2012 | ||
KernelVersion: 3.5 | ||
Contact: Asai Thambi S P <asamymuthupa@micron.com> | ||
Description: This is a read-only file. Dumps the flags in port and driver | ||
data structure |
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
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. |
Oops, something went wrong.