Re: [PATCH v2] create modalias file in sysfs for bus of_platform

2008-01-22 Thread Stephen Rothwell
Hi Olaf, Thanks for doing this. Patches to drivers/of should also be cc'd to the Sparc guys as they share this stuff with is, now. Also, drivers/macintosh/macio_sysfs.c does this for itself, so that should probably be removed. On Tue, 22 Jan 2008 15:40:53 +0100 Olaf Hering <[EMAIL PROTECTED]> w

[PATCH v2] create modalias file in sysfs for bus of_platform

2008-01-22 Thread Olaf Hering
Create /sys/bus/of_platform/devices/*/modalias file to allow autoloading of modules. modalias files are already present for many other bus types. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- drivers/of/device.c | 19 +++ 1 file changed, 19 insertions(+) --- a/drivers/of/