Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-24 Thread Uwe Kleine-König
Hello Grant, On Fri, Sep 24, 2010 at 10:12:47AM -0600, Grant Likely wrote: > >> I'm fine with this series. > >> > >> Acked-by: Grant Likely > >> > >> What tree do you want to merge them through? > > I thought that the five patches touching drivers/spi should go via your > > tree, the others via S

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-24 Thread Grant Likely
2010/9/24 Uwe Kleine-König : > Hello Grant, > > On Fri, Sep 24, 2010 at 01:00:14AM -0600, Grant Likely wrote: >> > Jason Wang (4): >> >      ARM: mx5/clock-mx51: add spi clocks >> >      ARM: mx5/iomux-mx51: add iomux definitions for eCSPI2 on the >> > imx51_3ds board >> >      ARM: mx5/mx51_3ds:

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-24 Thread Uwe Kleine-König
Hello Grant, On Fri, Sep 24, 2010 at 01:00:14AM -0600, Grant Likely wrote: > > Jason Wang (4): > >      ARM: mx5/clock-mx51: add spi clocks > >      ARM: mx5/iomux-mx51: add iomux definitions for eCSPI2 on the imx51_3ds > > board > >      ARM: mx5/mx51_3ds: add eCSPI2 support on the imx51_3ds boa

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-24 Thread Grant Likely
2010/9/17 Uwe Kleine-König : > Hello, > > On Thu, Sep 02, 2010 at 04:39:08PM +0200, Uwe Kleine-König wrote: >> Hello Jason, >> >> >> Actually I would prefer our patches, but of course I'm biased :-) >> >> >> >> I don't know how we should handle this.  And Sascha is on vacation this >> >> and next w

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-20 Thread Jason Wang
Uwe Kleine-König wrote: > Hi Jason, > > >> I have performed a git pull for your repository based off 2.6.36-rc4, and >> built and validated these patches on imx51_3ds board, they worked fine. >> The spi flash can be read without any problems. >> >> And your patches looks pretty good to me. :-).

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-20 Thread Uwe Kleine-König
Hi Jason, > I have performed a git pull for your repository based off 2.6.36-rc4, and > built and validated these patches on imx51_3ds board, they worked fine. > The spi flash can be read without any problems. > > And your patches looks pretty good to me. :-). This is an ack for all patches in my

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-19 Thread Jason Wang
Hi Uwe, Uwe Kleine-König wrote: > Hello, > > On Thu, Sep 02, 2010 at 04:39:08PM +0200, Uwe Kleine-König wrote: > >> Hello Jason, >> >> Actually I would prefer our patches, but of course I'm biased :-) I don't know how we should handle this. And Sascha is on vacation this >>

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-17 Thread Uwe Kleine-König
Hello, On Thu, Sep 02, 2010 at 04:39:08PM +0200, Uwe Kleine-König wrote: > Hello Jason, > > >> Actually I would prefer our patches, but of course I'm biased :-) > >> > >> I don't know how we should handle this. And Sascha is on vacation this > >> and next week. I will investigate if our patches

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-03 Thread Robert Schwebel
On Fri, Sep 03, 2010 at 09:41:04AM +0300, Amit Kucheria wrote: > Can we put up a wiki page of what drivers are being worked on by who so we > don't work on the same drivers? > > We are planning to look at the power management aspects of the i.MX51 at > Linaro. Something like this: http://www.eli

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-03 Thread Amit Kucheria
On 10 Sep 03, Jason Wang wrote: > Uwe Kleine-König wrote: > >Hello Jason, > > > >>>Actually I would prefer our patches, but of course I'm biased :-) > >>> > >>>I don't know how we should handle this. And Sascha is on vacation this > >>>and next week. I will investigate if our patches are already

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-02 Thread Jason Wang
Uwe Kleine-König wrote: > Hello Jason, > > >>> Actually I would prefer our patches, but of course I'm biased :-) >>> >>> I don't know how we should handle this. And Sascha is on vacation this >>> and next week. I will investigate if our patches are already free to be >>> posted. >>> > O

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-02 Thread Uwe Kleine-König
Hello Jason, >> Actually I would prefer our patches, but of course I'm biased :-) >> >> I don't know how we should handle this. And Sascha is on vacation this >> and next week. I will investigate if our patches are already free to be >> posted. OK, I can post our patches. I think the driver par

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-02 Thread Jason Wang
Uwe Kleine-König wrote: > Hello Jason, > > On Thu, Sep 02, 2010 at 03:51:58PM +0800, Jason Wang wrote: > >> Some explanations: >> >> This patchset is to add SPI support in the existing spi_imx driver for >> i.MX51 and add SPI relating stuffs for mx51_3ds board level. >> >> i.MX51 has two eCSPI c

Re: [PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-02 Thread Uwe Kleine-König
Hello Jason, On Thu, Sep 02, 2010 at 03:51:58PM +0800, Jason Wang wrote: > Some explanations: > > This patchset is to add SPI support in the existing spi_imx driver for > i.MX51 and add SPI relating stuffs for mx51_3ds board level. > > i.MX51 has two eCSPI controllers and one CSPI controller, CS

[PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver

2010-09-02 Thread Jason Wang
Some explanations: This patchset is to add SPI support in the existing spi_imx driver for i.MX51 and add SPI relating stuffs for mx51_3ds board level. i.MX51 has two eCSPI controllers and one CSPI controller, CSPI controller is 100% compatible with the one of i.MX35, so we don't need to add new f