From: Geert Uytterhoeven Date: Wed, 16 Oct 2013 09:28:54 +0000 (+0200) Subject: zorro: Let the driver core handle device enumeration X-Git-Tag: v3.14-rc1~183^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b7bce3d390f15047e05a186bb4051536ee9dbc;p=pandora-kernel.git zorro: Let the driver core handle device enumeration Filling in dev_name of the Zorro bus type and dev.id of each device allows the driver core to enumerate devices, so we don't have to do that ourselves. This changes the names of devices in sysfs from "%02x" to "zorro%u". Note that filling in dev.id is also needed to support MFD Zorro devices. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed