mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
e117d10d31
Update the version number references from 2.6.x to 3.x Also correct spelling of "May" (was spelled "Mai"). Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
31 lines
945 B
Text
31 lines
945 B
Text
What: /sys/bus/bcma/devices/.../manuf
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
Each BCMA core has it's manufacturer id. See
|
|
include/linux/bcma/bcma.h for possible values.
|
|
|
|
What: /sys/bus/bcma/devices/.../id
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
There are a few types of BCMA cores, they can be identified by
|
|
id field.
|
|
|
|
What: /sys/bus/bcma/devices/.../rev
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
BCMA cores of the same type can still slightly differ depending
|
|
on their revision. Use it for detailed programming.
|
|
|
|
What: /sys/bus/bcma/devices/.../class
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
Each BCMA core is identified by few fields, including class it
|
|
belongs to. See include/linux/bcma/bcma.h for possible values.
|