From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4755E835.6070704@freescale.com> Date: Tue, 04 Dec 2007 17:52:21 -0600 From: Scott Wood MIME-Version: 1.0 To: Timur Tabi Subject: Re: Fix Firmware class name collision References: <4755E6AC.9020808@freescale.com> In-Reply-To: <4755E6AC.9020808@freescale.com> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: PowerPC dev list , Greg Kroah-Hartman , Markus Rechberger List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Timur Tabi wrote: > > In other words, the only thing you get is the first letter of the device name. > You used to get the whole name. The physical address obviously isn't very helpful. The physical address certainly is useful when you have more than one device of the same name. > Now, there are two solutions: > > 1) Change the PowerPC device names from physical_address.device_name to > device_name.physical_address (so that e0102400.ucc becomes ucc.e0102400) So then you'd get "firmware-ucc.e01024". What if there's another ucc at e0102480? For devices with longer names, you'd have even less precision in the address. -Scott