From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Wed, 19 Dec 2012 16:41:15 +0000 Subject: Re: [PATCH 3/4 v2] spi: sh-msiof: Add device tree parsing to driver Message-Id: <20121219164115.62A403E0C18@localhost> List-Id: References: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> <1355313289-29769-3-git-send-email-hechtb+renesas@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, 17 Dec 2012 12:25:26 +0100, Bastian Hecht wrote: > Hi Nobuhiro, > > 2012/12/17 Nobuhiro Iwamatsu : > > Hi, Bastian. > > > > On Wed, Dec 12, 2012 at 8:54 PM, Bastian Hecht wrote: > >> From: Bastian Hecht > >> > >> This adds the capability to retrieve setup data from the device tree > >> node. The usage of platform data is still available. > >> > >> Signed-off-by: Bastian Hecht > >> --- Applied, thanks. > >> + .of_match_table = sh_msiof_match, > > > > You can use of_match_ptr(sh_msiof_match). > > > > Ok very nice, will do so. Please send a fixup patch for this change. g.