[PATCH] openfirmware: generate device table for userspace
authorJeff Mahoney <jeffm@suse.com>
Wed, 6 Jul 2005 19:44:41 +0000 (15:44 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 19:55:20 +0000 (12:55 -0700)
commit5e6557722e69840506eb8bc5a1edcdb4e447a917
tree965d19e55a56d2daaed47711c01a8c27e29e592c
parent159f597a8bd0f1d7650d5e580c93a2666c9c26d1
[PATCH] openfirmware: generate device table for userspace

This converts the usage of struct of_match to struct of_device_id,
similar to pci_device_id.  This allows a device table to be generated,
which can be parsed by depmod(8) to generate a map file for module
loading.

In order for hotplug to work with macio devices, patches to
module-init-tools and hotplug must be applied.  Those patches are
available at:

 ftp://ftp.suse.com/pub/people/jeffm/linux/macio-hotplug/

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 files changed:
arch/ppc/syslib/of_device.c
arch/ppc64/kernel/of_device.c
drivers/i2c/busses/i2c-keywest.c
drivers/ide/ppc/pmac.c
drivers/macintosh/macio_asic.c
drivers/macintosh/mediabay.c
drivers/macintosh/therm_pm72.c
drivers/macintosh/therm_windtunnel.c
drivers/net/bmac.c
drivers/net/mace.c
drivers/net/wireless/airport.c
drivers/scsi/mac53c94.c
drivers/scsi/mesh.c
drivers/serial/pmac_zilog.c
drivers/video/platinumfb.c
include/asm-ppc/macio.h
include/asm-ppc/of_device.h
include/linux/mod_devicetable.h
scripts/mod/file2alias.c