On Thursday 10 March 2011, Mark Brown wrote:
On Thu, Mar 10, 2011 at 04:02:18PM +0100, Arnd Bergmann wrote:
quoted
I can accept that it's reasonable to put all devices under
/sys/devices/platform/ that are on the same top-level AHB or APB bus,
although I also don't see a reason against making that bus a single
device.
You could, though the bus will just be a noop. Typically it's more than
one bus but software basically can't tell.
Yes. The main reason for representing such a bus in sysfs would be
to match the SOC's block diagram with the structure in the kernel.
The cost of an extra device is roughly zero, but structure generally
helps. Another advantage is that you can associate attributes and names
with the device, and simplify naming of the children without risking
name space conflicts.
Arnd