Re: [PATCH] spi: s3c64xx: Add missing compatibles

2013-09-23 Thread Tomasz Figa
Hi Mark, On Monday 23 of September 2013 14:50:42 Mark Brown wrote: > On Mon, Sep 23, 2013 at 11:45:45AM +0200, Mateusz Krawczuk wrote: > > Add compatibles for s3c6410, s5pc100 and s5pc110/s5pv210 boards. > > > static const struct of_device_id s3c64xx_spi_dt_match[] = { > > + { .compatible = "s

Re: [PATCH] spi: s3c64xx: Add missing compatibles

2013-09-23 Thread Mark Brown
On Mon, Sep 23, 2013 at 11:45:45AM +0200, Mateusz Krawczuk wrote: > Add compatibles for s3c6410, s5pc100 and s5pc110/s5pv210 boards. > static const struct of_device_id s3c64xx_spi_dt_match[] = { > + { .compatible = "samsung,s3c2443-spi", > + .data = (void *)&s3c2443_spi_po

[PATCH] spi: s3c64xx: Add missing compatibles

2013-09-23 Thread Mateusz Krawczuk
Add compatibles for s3c6410, s5pc100 and s5pc110/s5pv210 boards. Signed-off-by: Mateusz Krawczuk Signed-off-by: Kyungmin Park --- drivers/spi/spi-s3c64xx.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index 8bed27a..84cc