Stephen Boyd | 20ad810 | 2011-10-09 21:28:01 -0700 | [diff] [blame] | 1 | What: /sys/bus/pil/devices/.../name |
| 2 | Date: March 2012 |
| 3 | Contact: Stephen Boyd <sboyd@codeaurora.org> |
| 4 | Description: |
| 5 | Shows the name of the peripheral used in pil_get(). |
| 6 | |
| 7 | What: /sys/bus/pil/devices/.../state |
| 8 | Date: March 2012 |
| 9 | Contact: Stephen Boyd <sboyd@codeaurora.org> |
| 10 | Description: |
| 11 | Shows the state state of a peripheral. Current states |
| 12 | supported are: |
| 13 | |
| 14 | OFFLINE - peripheral is offline |
| 15 | ONLINE - peripheral is online |
| 16 | |
| 17 | This file supports poll() to detect when a peripheral changes |
| 18 | state. |