diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-07-01 12:13:58 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2015-07-01 16:38:42 -0700 |
commit | c3add7883c70b625b99c37ca89e6ec8733037ce3 (patch) | |
tree | f5fe6f2f17ffdd6f482b6c8c5204ac69f37c7ab0 /drivers/staging/greybus/Documentation | |
parent | 7e9017d482a2678ed32e7f60e6bfea10bab2dfa1 (diff) |
greybus: interface: device_id belongs to the interface
While introducing bundles, the device_id also got moved to the bundle,
whereas it identifies an interface block to the AP.
Move it back to interface instead of bundle.
Calls to gb_bundle(s)_init() are dropped as connections will be
initialized while they are created now, as device_id will be valid.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Documentation')
-rw-r--r-- | drivers/staging/greybus/Documentation/sysfs-bus-greybus | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/greybus/Documentation/sysfs-bus-greybus b/drivers/staging/greybus/Documentation/sysfs-bus-greybus index 0268dd24d2a4..808fde96f56b 100644 --- a/drivers/staging/greybus/Documentation/sysfs-bus-greybus +++ b/drivers/staging/greybus/Documentation/sysfs-bus-greybus @@ -105,6 +105,13 @@ Contact: Greg Kroah-Hartman <greg@kroah.com> Description: Vendor ID string of a Greybus interface block. +What: /sys/bus/greybus/device/.../device_id +Date: October 2015 +KernelVersion: 4.XX +Contact: Greg Kroah-Hartman <greg@kroah.com> +Description: + The device ID of a Greybus interface block. + What: /sys/bus/greybus/device/.../state Date: October 2015 KernelVersion: 4.XX @@ -126,13 +133,6 @@ Contact: Greg Kroah-Hartman <greg@kroah.com> Description: The protocol ID of a Greybus connection. -What: /sys/bus/greybus/device/.../device_id -Date: October 2015 -KernelVersion: 4.XX -Contact: Greg Kroah-Hartman <greg@kroah.com> -Description: - The device ID of a Greybus bundle. - What: /sys/bus/greybus/device/.../state Date: October 2015 KernelVersion: 4.XX |