From 32945d6ecc89331f10d715496fd2247f958d471e Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Wed, 25 Nov 2015 15:06:41 +0100 Subject: greybus: Documentation/sysfs: rename interface and bundle attributes Update the example sysfs-tree layout under Documentation due renamed interface and bundle attributes. The interface and bundle "id" attributes have been renamed "interface_id" and "bundle_id" respectively to make them self describing. For consistency reasons the bundle class attribute is renamed as "bundle_class". . ├── greybus1 │   ├── 1-2 │   │   ├── 1-2.1 │   │   │   ├── bundle_class │   │   │   ├── bundle_id │   │   │   └── state │   │   ├── 1-2.2 │   │   │   ├── bundle_class │   │   │   ├── bundle_id │   │   │   └── state │   │   ├── interface_id │   │   ├── product_id │   │   ├── unique_id │   │   └── vendor_id │   ├── 1-4 │   │   ├── 1-4.2 │   │   │   ├── bundle_class │   │   │   ├── bundle_id │   │   │   ├── gpbridge0 │   │   │   │   ├── gpio │   │   │   │   │   └── gpiochip490 │   │   │   │   └── i2c-4 │   │   │   └── state │   │   ├── interface_id │   │   ├── product_id │   │   ├── unique_id │   │   └── vendor_id │   └── 1-svc │   ├── ap_intf_id │   ├── eject │   ├── endo_id │   └── unique_id └── greybus2 ├── 2-3 │   ├── 2-3.1 │   │   ├── bundle_class │   │   ├── bundle_id │   │   └── state │   ├── interface_id │   ├── product_id │   ├── unique_id │   └── vendor_id └── 2-svc ├── ap_intf_id ├── eject ├── endo_id └── unique_id Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- .../staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_class | 0 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_id | 1 + drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/class | 0 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/id | 1 - .../staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_class | 0 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_id | 1 + drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/class | 0 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/id | 1 - drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/id | 1 - drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/interface_id | 1 + .../staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_class | 0 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_id | 1 + drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/class | 0 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/id | 1 - drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/id | 1 - drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/interface_id | 1 + .../staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_class | 0 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_id | 1 + drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/class | 0 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/id | 1 - drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/id | 1 - drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/interface_id | 1 + 22 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_class create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/class delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/id create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_class create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/class delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/id create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/interface_id create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_class create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/class delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/id create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/interface_id create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_class create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/class delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/id delete mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/id create mode 100644 drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/interface_id (limited to 'drivers/staging/greybus/Documentation') diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_class b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_class new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/bundle_id @@ -0,0 +1 @@ +1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/class b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/class deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/id deleted file mode 100644 index d00491fd7e5b..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.1/id +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_class b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_class new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/bundle_id @@ -0,0 +1 @@ +2 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/class b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/class deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/id deleted file mode 100644 index 0cfbf08886fc..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/1-2.2/id +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/id deleted file mode 100644 index 0cfbf08886fc..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/id +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/interface_id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/interface_id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-2/interface_id @@ -0,0 +1 @@ +2 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_class b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_class new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_id new file mode 100644 index 000000000000..0cfbf08886fc --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/bundle_id @@ -0,0 +1 @@ +2 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/class b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/class deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/id deleted file mode 100644 index 0cfbf08886fc..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/1-4.2/id +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/id deleted file mode 100644 index b8626c4cff28..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/id +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/interface_id b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/interface_id new file mode 100644 index 000000000000..b8626c4cff28 --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-4/interface_id @@ -0,0 +1 @@ +4 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_class b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_class new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_id b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_id new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/bundle_id @@ -0,0 +1 @@ +1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/class b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/class deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/id b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/id deleted file mode 100644 index d00491fd7e5b..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/2-3.1/id +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/id b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/id deleted file mode 100644 index 00750edc07d6..000000000000 --- a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/id +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/interface_id b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/interface_id new file mode 100644 index 000000000000..00750edc07d6 --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-3/interface_id @@ -0,0 +1 @@ +3 -- cgit v1.2.3-55-g7522