From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id BFB41DDE0E for ; Tue, 6 Nov 2007 12:42:15 +1100 (EST) In-Reply-To: <20071105032802.GA16613@lixom.net> References: <20071105032802.GA16613@lixom.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] pasemi: Broaden specific references to 1682M Date: Tue, 6 Nov 2007 02:42:08 +0100 To: Olof Johansson Cc: linuxppc-dev@ozlabs.org, Doug Thompson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Olof, Nice cleanup! One minor thing... > static struct of_device_id pasemi_bus_ids[] = { > + /* Unfortunately needed for legacy firmwares */ > { .type = "localbus", }, > { .type = "sdc", }, > + { .compatible = "pasemi,localbus", }, > + { .compatible = "pasemi,sdc", }, The new comment is for the device_type entries only, right? You might want to make that more clear. Segher