From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Wed, 19 Dec 2012 16:41:15 +0000 Subject: [PATCH 3/4 v2] spi: sh-msiof: Add device tree parsing to driver In-Reply-To: References: <1355313289-29769-1-git-send-email-hechtb+renesas@gmail.com> <1355313289-29769-3-git-send-email-hechtb+renesas@gmail.com> Message-ID: <20121219164115.62A403E0C18@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: 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.