[PATCH 1/3] openfirmware: generate device table for userspace

2005-07-06 Thread Jeff Mahoney
This patch 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-t

Re: [PATCH 1/3] openfirmware: generate device table for userspace

2005-03-02 Thread Andrew Morton
Jeffrey Mahoney <[EMAIL PROTECTED]> wrote: > > This patch 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. It breaks the power4 buil

Re: [PATCH 1/3] openfirmware: generate device table for userspace

2005-03-02 Thread Benjamin Herrenschmidt
On Tue, 2005-03-01 at 16:18 -0500, Jeffrey Mahoney wrote: > This patch 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 f

[PATCH 1/3] openfirmware: generate device table for userspace

2005-03-01 Thread Jeffrey Mahoney
This patch 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