From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 0/6] Add device tree support for imx spi driver Date: Fri, 8 Jul 2011 13:01:42 -0600 Message-ID: <20110708190142.GD9070@ponder.secretlab.ca> References: <1310113654-25887-1-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: spi-devel-general@lists.sourceforge.net, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, patches@linaro.org To: Shawn Guo Return-path: Content-Disposition: inline In-Reply-To: <1310113654-25887-1-git-send-email-shawn.guo@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org On Fri, Jul 08, 2011 at 04:27:28PM +0800, Shawn Guo wrote: > The patch set makes some cleanups on imx spi driver to get it ready > for adding device tree probe and then add the support. > > Those two dt helper function related patches are carried here to > resolve the dependency. They should be on the way to sit on Grant's > devicetree/next branch. > > Rob Herring (1): > dt: add helper function to read u32 arrays > > Shawn Guo (5): > ARM: mxc: remove unnecessary header file inclusion from gpio.h > spi/imx: use soc name in spi device type naming scheme > spi/imx: copy gpio number passed by platform data into driver private data > dt: add empty of_property_read_u32[_array] for non-dt > spi/imx: add device tree probe support Okay, I tried to apply this series, but the first patch that removes the includes caused a build failure, so I've dropped it. What tree are these patches based on top of? g.