From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752912Ab2IVQOW (ORCPT ); Sat, 22 Sep 2012 12:14:22 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:38973 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752511Ab2IVQOV (ORCPT ); Sat, 22 Sep 2012 12:14:21 -0400 Date: Sat, 22 Sep 2012 12:14:18 -0400 From: Mark Brown To: Roland Stigge Cc: arnd@arndb.de, grant.likely@secretlab.ca, linus.walleij@linaro.org, lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, STEricsson_nomadik_linux@list.st.com, devicetree-discuss@lists.ozlabs.org, aletes.xgr@gmail.com, kevin.wells@nxp.com, srinivas.bakki@nxp.com Subject: Re: [PATCH v2] spi/pl022: Devicetree support w/o platform data Message-ID: <20120922161418.GW4495@opensource.wolfsonmicro.com> References: <1347976433-1176-1-git-send-email-stigge@antcom.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1347976433-1176-1-git-send-email-stigge@antcom.de> X-Cookie: Is this really happening? User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 18, 2012 at 03:53:53PM +0200, Roland Stigge wrote: > Even with devicetree support, we needed platform data to provide some data, > leading to mixed device tree and platform data. This patch makes it possible to > provide all that information via device tree. Now, the data must be provided > via platform data _or_ device tree completely. Applied, thanks.