Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-24 Thread Frans Pop
On Tuesday 23 March 2010, Martin Krause wrote: CC drivers/spi/spi.o CC drivers/spi/spi_s3c64xx.o drivers/spi/spi_s3c64xx.c:31:30: error: plat/s3c64xx-spi.h: No such file or directory The file 's3c64xx-spi.h' seems not to exist in my repo. What am I doing wrong? I have it:

RE: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-23 Thread Martin Krause
Hi, linux-samsung-soc-ow...@vger.kernel.org wrote on Thursday, March 11, 2010 5:58 AM: On Thursday 11 March 2010, jassi brar wrote: Then you need patches from Grant Likely's tree. The driver now includes a new header plat/s3c64xxx-spi.h instead Check

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread jassi brar
On Wed, Mar 10, 2010 at 5:11 PM, Frans Pop elen...@planet.nl wrote: When building with an SMDK6410 config with CONFIG_SPI_S3C64XX=m I get the following compilation error: CC [M]  drivers/spi/spi_s3c64xx.o drivers/spi/spi_s3c64xx.c:31:22: error: plat/spi.h: No such file or directory This is

RE: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread Martin Krause
Hi Frans, hi Jassi, linux-samsung-soc-ow...@vger.kernel.org wrote on Wednesday, March 10, 2010 9:40 AM: On Wed, Mar 10, 2010 at 5:11 PM, Frans Pop elen...@planet.nl wrote: When building with an SMDK6410 config with CONFIG_SPI_S3C64XX=m I get the following compilation error: CC [M]  

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread Frans Pop
On Wednesday 10 March 2010, jassi brar wrote: On Wed, Mar 10, 2010 at 5:11 PM, Frans Pop elen...@planet.nl wrote: When building with an SMDK6410 config with CONFIG_SPI_S3C64XX=m I get the following compilation error: CC [M]  drivers/spi/spi_s3c64xx.o drivers/spi/spi_s3c64xx.c:31:22:

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread jassi brar
On Thu, Mar 11, 2010 at 1:17 AM, Frans Pop elen...@planet.nl wrote: On Wednesday 10 March 2010, jassi brar wrote: On Wed, Mar 10, 2010 at 5:11 PM, Frans Pop elen...@planet.nl wrote: When building with an SMDK6410 config with CONFIG_SPI_S3C64XX=m I get the following compilation error: CC

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread Frans Pop
On Thursday 11 March 2010, jassi brar wrote: On Thu, Mar 11, 2010 at 1:17 AM, Frans Pop elen...@planet.nl wrote: On Wednesday 10 March 2010, jassi brar wrote: On Wed, Mar 10, 2010 at 5:11 PM, Frans Pop elen...@planet.nl wrote: When building with an SMDK6410 config with CONFIG_SPI_S3C64XX=m

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread jassi brar
On Thu, Mar 11, 2010 at 11:51 AM, Frans Pop elen...@planet.nl wrote: On Thursday 11 March 2010, jassi brar wrote: On Thu, Mar 11, 2010 at 1:17 AM, Frans Pop elen...@planet.nl wrote: On Wednesday 10 March 2010, jassi brar wrote: On Wed, Mar 10, 2010 at 5:11 PM, Frans Pop elen...@planet.nl

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread Frans Pop
On Thursday 11 March 2010, jassi brar wrote: On Thu, Mar 11, 2010 at 11:51 AM, Frans Pop elen...@planet.nl wrote: On Thursday 11 March 2010, jassi brar wrote: On Thu, Mar 11, 2010 at 1:17 AM, Frans Pop elen...@planet.nl wrote: On Wednesday 10 March 2010, jassi brar wrote: On Wed, Mar

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread jassi brar
On Thu, Mar 11, 2010 at 12:42 PM, Frans Pop elen...@planet.nl wrote: On Thursday 11 March 2010, jassi brar wrote: On Thu, Mar 11, 2010 at 11:51 AM, Frans Pop elen...@planet.nl wrote: On Thursday 11 March 2010, jassi brar wrote: On Thu, Mar 11, 2010 at 1:17 AM, Frans Pop elen...@planet.nl

Re: spi_s3c64xx.c - plat/spi.h: No such file or directory

2010-03-10 Thread Frans Pop
On Thursday 11 March 2010, jassi brar wrote: Then you need patches from Grant Likely's tree. The driver now includes a new header plat/s3c64xxx-spi.h instead Check http://git.secretlab.ca/?p=linux-2.6.git;a=summary branch 'next' or 'next-spi' Yep, that does work! Thanks a lot for your