RFC: Rev 0.5 Booting the Linux/ppc kernel without Open Firmware

Arnd Bergmann arnd at arndb.de
Tue Dec 20 21:18:03 EST 2005


On Maandag 19 Dezember 2005 21:49, Kumar Gala wrote:
> I'm still in favor of just leaving these devices as straight platform 
> devices.  Unless there is something that is bus specific that each device 
> on the bus conforms to I dont see any reason to create a new bus type.

How do platform devices work with module autoloading? What I'm interested
in is to have stuff like the Fedora installer or kernels with modular
drivers 'just work' because they can use the same way to load their
modules that is already used for PCI devices.

AFAICS, that requires at least two things:
- The device needs to be created when the bus is probed, i.e.
  of_device_register can not be called from inside the driver
  module_init() function.

- The bus type needs to create a modalias file so user space can
  do the matching with the of device table in the modules.

Both of these should be a lot easier to implement with a special
bus type that creates entries in sysfs for a subset of the OF
device tree.

The alternative would be to represent all of the device tree
in /sys/devices, but IMHO that should better be part of
/sys/firmware with symlinks to the linux internal device tree
representation.

	Arnd <><



More information about the Linuxppc64-dev mailing list