Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Jagan Teki
On 1 March 2016 at 21:32, Christophe Henri RICARD wrote: > Hi Jagan, > > Yes i did build and test those patches on top of the current u-boot master > branch. OK, thanks. one thing you missed is, "author change" - anyway I will update them while applying. Tom - Shall I send the PR for these 3 or

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Christophe Henri RICARD
: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model On 1 March 2016 at 19:50, Christophe Henri RICARD wrote: > Hi Jagan, > > Just saw your mail but patches were already sent. > > It was easier for me to manage anyway. OK. > > Please let me know if it is real

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Jagan Teki
On 1 March 2016 at 19:50, Christophe Henri RICARD wrote: > Hi Jagan, > > Just saw your mail but patches were already sent. > > It was easier for me to manage anyway. OK. > > Please let me know if it is really an issue. Did you test? thanks! -- Jagan. __

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Jagan Teki
Hi Christophe, On 1 March 2016 at 18:14, Christophe Henri RICARD wrote: > Hi Jagan, > > Apologies again for the delay... :(. > > I got able to test your serie with few fixes on a Beagleboard xm. > > I going to send an updated series for your review and our topic discussion. Out of 5 patches on t

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Christophe Henri RICARD
@lists.denx.de Subject: Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model On Mar 1, 2016 7:07 PM, "Christophe Henri RICARD" mailto:christophe-h.ric...@st.com>> wrote: > > Hi Jagan, > > Yes. To be honest I am not sure where it comes from... > I will

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Jagan Teki
egards > Christophe > > -Original Message- > From: Jagan Teki [mailto:jt...@openedev.com] > Sent: mardi 1 mars 2016 14:35 > To: Christophe Henri RICARD > Cc: u-boot@lists.denx.de; Tom Rini > Subject: Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver mode

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Christophe Henri RICARD
@lists.denx.de; Tom Rini Subject: Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model Hi Christophe, On 1 March 2016 at 18:14, Christophe Henri RICARD wrote: > Hi Jagan, > > Apologies again for the delay... :(. > > I got able to test your serie with few fixes on a Beagle

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-03-01 Thread Christophe Henri RICARD
Hi Jagan, Apologies again for the delay... :(. I got able to test your serie with few fixes on a Beagleboard xm. I going to send an updated series for your review and our topic discussion. Best Regards Christophe -Original Message- From: Jagan Teki [mailto:jt...@openedev.com] Sent: lu

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-02-29 Thread Christophe Henri RICARD
Hi Jagan, Apologies for the delay, i got busy on other non u-boot topic. I have been reviewing and tried to applied your patches but it seems patches 3/4/5 got some formatting issues (due to mailbox client may be ?). I think I should be able to test this work anyway. Do you want me to send back

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-02-29 Thread Jagan Teki
Christophe/All, On 22 February 2016 at 18:11, Jagan Teki wrote: > Christophe, > > Please test this series if you have hw. > > On 22 February 2016 at 18:09, Jagan Teki wrote: >> Changes for v4: >> - rebase to master >> Changes for v3: >> - Add DECLARE_GLOBAL_DATA_PTR >> Changes fo

Re: [U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-02-22 Thread Jagan Teki
Christophe, Please test this series if you have hw. On 22 February 2016 at 18:09, Jagan Teki wrote: > Changes for v4: > - rebase to master > Changes for v3: > - Add DECLARE_GLOBAL_DATA_PTR > Changes for v2: > - Added dm pindir-d0-out-d1-in logic > - Updated commen

[U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model

2016-02-22 Thread Jagan Teki
Changes for v4: - rebase to master Changes for v3: - Add DECLARE_GLOBAL_DATA_PTR Changes for v2: - Added dm pindir-d0-out-d1-in logic - Updated comment about 4-wire master mode as per Linux. Christophe Ricard (2): spi: omap3: Remove unused variable irqstatus in om