[PATCH v2 6/6] spi: s3c64xx: add device tree support
Grant Likely
grant.likely at secretlab.ca
Sun May 20 01:10:26 EDT 2012
On Fri, 18 May 2012 15:03:33 +0530, Thomas Abraham <thomas.abraham at linaro.org> wrote:
> Add support for device based discovery.
>
> Signed-off-by: Thomas Abraham <thomas.abraham at linaro.org>
> Acked-by: Jaswinder Singh <jaswinder.singh at linaro.org>
Acked-by: Grant Likely <grant.likely at secretlab.ca>
... but one nitpick below...
> +#ifdef CONFIG_OF
> +static const struct of_device_id s3c64xx_spi_dt_match[] = {
> + { .compatible = "samsung,exynos4210-spi",
> + .data = (void *)EXYNOS4_SPI_PORT_CONFIG,
This looks completely backwards. EXYNOS4_SPI_PORT_CONFIG casts a
pointer to a kernel_ulong_t, and this casts it right back to a
pointer. The cast should be removed entirely from the macro, and the
platform_device_id table should have the cast from pointer to ulong.
g.
More information about the linux-arm-kernel
mailing list