From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Ellis Subject: Re: [PATCH 5/6] SPI omap2_mcspi.c: Use num chipselects from platform data Date: Mon, 24 May 2010 11:14:01 -0400 Message-ID: <1274714041.2888.39.camel@quad> References: <1268407329.14445.54.camel@quad> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from pan.gwi.net ([207.5.128.165]:4728 "EHLO pan.gwi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752208Ab0EXPOG (ORCPT ); Mon, 24 May 2010 11:14:06 -0400 In-Reply-To: <1268407329.14445.54.camel@quad> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: spi-devel-general@lists.sourceforge.net Cc: David Brownell , Grant Likely , Tony Lindgren , Andrew Morton , Roman Tereshonkov , linux-omap@vger.kernel.org, Aaro Koskinen , Kevin Hilman This was convenient in conjunction with some of the previous patches since platform_device data was already getting read for max_clk_div and num_cs was there too. Since max_clk_div is no more, maybe this patch isn't worthwhile. It's not a bug fix, so no harm ignoring. I'll regenerate it if asked.