]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - Documentation/ABI/testing/sysfs-bus-bcma
bcma: add Broadcom specific AMBA bus driver
[mirror_ubuntu-zesty-kernel.git] / Documentation / ABI / testing / sysfs-bus-bcma
1 What: /sys/bus/bcma/devices/.../manuf
2 Date: May 2011
3 KernelVersion: 2.6.40
4 Contact: Rafał Miłecki <zajec5@gmail.com>
5 Description:
6 Each BCMA core has it's manufacturer id. See
7 include/linux/bcma/bcma.h for possible values.
8
9 What: /sys/bus/bcma/devices/.../id
10 Date: May 2011
11 KernelVersion: 2.6.40
12 Contact: Rafał Miłecki <zajec5@gmail.com>
13 Description:
14 There are a few types of BCMA cores, they can be identified by
15 id field.
16
17 What: /sys/bus/bcma/devices/.../rev
18 Date: May 2011
19 KernelVersion: 2.6.40
20 Contact: Rafał Miłecki <zajec5@gmail.com>
21 Description:
22 BCMA cores of the same type can still slightly differ depending
23 on their revision. Use it for detailed programming.
24
25 What: /sys/bus/bcma/devices/.../class
26 Date: May 2011
27 KernelVersion: 2.6.40
28 Contact: Rafał Miłecki <zajec5@gmail.com>
29 Description:
30 Each BCMA core is identified by few fields, including class it
31 belongs to. See include/linux/bcma/bcma.h for possible values.