Re: [Qemu-devel] spidev with omap3 running on qemu

2012-11-03 Thread Peter Maydell
On 1 November 2012 07:22, Peter Crosthwaite wrote: > On Sat, Oct 27, 2012 at 7:24 PM, johan marx wrote: >> Hi Peter, >> >> Thanks for the quick reply. I'm building with qemu-linaro > > Hi Johan, > > Sorry about the delay. > > Ive had a quick browse of this tree. The OMAP spi work there is ahead >

Re: [Qemu-devel] spidev with omap3 running on qemu

2012-11-03 Thread johan marx
> Date: Thu, 1 Nov 2012 16:22:31 +1000 > Subject: Re: [Qemu-devel] spidev with omap3 running on qemu > From: peter.crosthwa...@xilinx.com > To: pasj...@hotmail.com > CC: peter.mayd...@linaro.org; qemu-devel@nongnu.org > > On Sat, Oct 27, 2012 at 7:24 PM, johan marx wrote: >

Re: [Qemu-devel] spidev with omap3 running on qemu

2012-10-31 Thread Peter Crosthwaite
ouldn't be a layer onto of OMAP spi, rather a SPI device definition. You should be able to do it in a self contained way without having to worry about what spi controller (OMAP or otherwise) is driving your device. Regards, Peter > Regards, > Johan > >> Date: Sat

Re: [Qemu-devel] spidev with omap3 running on qemu

2012-10-27 Thread johan marx
the emulated hardware will be. I'm therefore not yet sure if it is not easier for me to develop my own spi device directly instead of putting another layer on top of the omap_spi. Regards, Johan > Date: Sat, 27 Oct 2012 11:06:07 +1000 > Subject: Re: [Qemu-devel] spidev with omap3 runnin

Re: [Qemu-devel] spidev with omap3 running on qemu

2012-10-26 Thread Peter Crosthwaite
Hi Johan, On Sat, Oct 27, 2012 at 5:03 AM, johan marx wrote: > Hi, > I have been trying to get the spi working on an emulated omap3 with qemu but > so far I wasn't able to complete the cycle. I decided to use spidev in order > to ease things. Here is what I currently did: > What tree are you bui

[Qemu-devel] spidev with omap3 running on qemu

2012-10-26 Thread johan marx
Hi, I have been trying to get the spi working on an emulated omap3 with qemu but so far I wasn't able to complete the cycle. I decided to use spidev in order to ease things. Here is what I currently did: I changed the kernel so everything is working on the real overo board. So it is definitely