From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Thu, 06 Dec 2012 14:14:15 +0000 Subject: [PATCH 3/4] spi: sh-msiof: Add device tree parsing to driver In-Reply-To: <1352288407-20594-4-git-send-email-hechtb@gmail.com> References: <1352288407-20594-1-git-send-email-hechtb@gmail.com> <1352288407-20594-4-git-send-email-hechtb@gmail.com> Message-ID: <20121206141415.10BB43E0948@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 7 Nov 2012 12:40:06 +0100, Bastian Hecht wrote: > 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 Aside from the binding issues I've pointed out on patch 4, this change looks fine. I'll wait for an updated patch before committing. g.