Re: [PATCH] spi: tegra: add spi driver for SLINK controller
From: Thierry Reding <hidden>
Date: 2012-10-22 18:05:06
Also in:
linux-spi, lkml
Attachments
- (unnamed) [application/pgp-signature] 836 bytes
From: Thierry Reding <hidden>
Date: 2012-10-22 18:05:06
Also in:
linux-spi, lkml
On Mon, Oct 22, 2012 at 01:28:26PM +0100, Mark Brown wrote:
On Thu, Oct 18, 2012 at 04:17:13PM +0530, Laxman Dewangan wrote:
[...]
quoted
+static struct tegra_spi_platform_data *tegra_slink_parese_dt( + struct platform_device *pdev) +{There doens't seem to be any binding documentation; binding documentation is mandatory.
Also this should probably be renamed to tegra_slink_parse_dt(). Thierry