blob: 797b2ea29b7fdf17b911b905f5277350c6fda74f [file] [log] [blame]
Stephen Boyd20ad8102011-10-09 21:28:01 -07001What: /sys/bus/pil/devices/.../name
2Date: March 2012
3Contact: Stephen Boyd <sboyd@codeaurora.org>
4Description:
5 Shows the name of the peripheral used in pil_get().
6
7What: /sys/bus/pil/devices/.../state
8Date: March 2012
9Contact: Stephen Boyd <sboyd@codeaurora.org>
10Description:
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.