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 317C8DDEDF for ; Fri, 10 Aug 2007 06:21:07 +1000 (EST) In-Reply-To: <20070808170728.GA21118@localhost.localdomain> References: <20070808170728.GA21118@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0aede121098dd1b4ed6cdf9ca43b20fe@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH v3 0/2] SPI support for fsl_soc and mpc832x_rdb Date: Thu, 9 Aug 2007 22:21:02 +0200 To: avorontsov@ru.mvista.com Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > - cosmetic cleanups (@01 -> @1); That's a correctness fix, not just cosmetics. > - other non-mandatory (device-id, device_type, compatible, ...) > properties removed from mmc node, today board file is using > of_find_node_by_name(), instead of of_find_compatible_node(); That's the wrong way around -- a driver (or platform code, same thing) isn't using "compatible", while it should, so you remove "compatible"? Segher