RE: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-15 Thread Kukjin Kim
Thomas Abraham wrote: > > On 13 July 2012 19:12, Kukjin Kim wrote: > > Thomas Abraham wrote: > >> > >> On 13 July 2012 16:58, Kukjin Kim wrote: > >> > Thomas Abraham wrote: > >> >> > >> >> On 13 July 2012 04:08, Kukjin Kim wrote: > >> >> > Thomas, the DMACH_DT_PROP is available only on pl330 no

Re: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-13 Thread Thomas Abraham
On 13 July 2012 19:12, Kukjin Kim wrote: > Thomas Abraham wrote: >> >> On 13 July 2012 16:58, Kukjin Kim wrote: >> > Thomas Abraham wrote: >> >> >> >> On 13 July 2012 04:08, Kukjin Kim wrote: >> >> > Thomas, the DMACH_DT_PROP is available only on pl330 now. So seems >> occur >> >> > following bu

RE: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-13 Thread Kukjin Kim
Thomas Abraham wrote: > > On 13 July 2012 16:58, Kukjin Kim wrote: > > Thomas Abraham wrote: > >> > >> On 13 July 2012 04:08, Kukjin Kim wrote: > >> > Thomas, the DMACH_DT_PROP is available only on pl330 now. So seems > occur > >> > following build error with s3c6400_defconfig. > >> > > >> > dri

Re: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-13 Thread Thomas Abraham
On 13 July 2012 16:58, Kukjin Kim wrote: > Thomas Abraham wrote: >> >> On 13 July 2012 04:08, Kukjin Kim wrote: >> > Thomas, the DMACH_DT_PROP is available only on pl330 now. So seems occur >> > following build error with s3c6400_defconfig. >> > >> > drivers/spi/spi-s3c64xx.c: In function 's3c64x

RE: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-13 Thread Kukjin Kim
Thomas Abraham wrote: > > On 13 July 2012 04:08, Kukjin Kim wrote: > > Thomas, the DMACH_DT_PROP is available only on pl330 now. So seems occur > > following build error with s3c6400_defconfig. > > > > drivers/spi/spi-s3c64xx.c: In function 's3c64xx_spi_get_dmares': > > drivers/spi/spi-s3c64xx.c:

Re: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-12 Thread Thomas Abraham
On 13 July 2012 04:08, Kukjin Kim wrote: > Thomas, the DMACH_DT_PROP is available only on pl330 now. So seems occur > following build error with s3c6400_defconfig. > > drivers/spi/spi-s3c64xx.c: In function 's3c64xx_spi_get_dmares': > drivers/spi/spi-s3c64xx.c:1098: error: 'DMACH_DT_PROP' undeclar

Re: [PATCH v5 6/6] spi: s3c64xx: add device tree support

2012-07-12 Thread Kukjin Kim
On 07/12/12 00:41, Thomas Abraham wrote: Add support for device based discovery. Signed-off-by: Thomas Abraham Acked-by: Jaswinder Singh Acked-by: Grant Likely --- .../devicetree/bindings/spi/spi-samsung.txt| 113 drivers/spi/spi-s3c64xx.c | 305 +++