Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-30 Thread Tony Lindgren
* Joel Fernandes [131129 16:39]: > On 11/13/2013 08:35 PM, Tony Lindgren wrote: > > --- a/drivers/mmc/host/omap.c > > +++ b/drivers/mmc/host/omap.c > > @@ -90,17 +90,6 @@ > > #define OMAP_MMC_CMDTYPE_AC2 > > #define OMAP_MMC_CMDTYPE_ADTC 3 > > > > -#define OMAP_DMA_MMC_TX

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-29 Thread Joel Fernandes
On 11/13/2013 08:35 PM, Tony Lindgren wrote: > We are wrongly relying on device id for the DMA configuration > which can lead to wrong DMA channel being selected. > > Fix the issue by using the standard resources like we should. > > Cc: Chris Ball > Cc: linux-mmc@vger.kernel.org > Signed-off-by:

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-29 Thread Tony Lindgren
* Jarkko Nikula [131128 08:14]: > Hi > > On 11/27/2013 11:59 PM, Tony Lindgren wrote: > > * Chris Ball [131127 13:48]: > >> Hi, > >> > >> On Wed, Nov 27 2013, Jarkko Nikula wrote: > >>> Can you enlighten me what's the proper way to get patches to mmc since > >>> I cannot figure out working metho

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-29 Thread Tony Lindgren
* Jarkko Nikula [131128 09:03]: > Hi > > On 11/27/2013 11:37 PM, Tony Lindgren wrote: > > * Jarkko Nikula [131127 12:55]: > > Bummer, sounds like some duplicate work could have been avoided :( > > I suggest resend to Chris and linux-mmc one more time as Chris should > > pick up the MMC patches i

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-28 Thread Jarkko Nikula
Hi On 11/27/2013 11:37 PM, Tony Lindgren wrote: > * Jarkko Nikula [131127 12:55]: > Bummer, sounds like some duplicate work could have been avoided :( > I suggest resend to Chris and linux-mmc one more time as Chris should > pick up the MMC patches in general. > Before that should Chris merge yo

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-28 Thread Jarkko Nikula
Hi On 11/27/2013 11:59 PM, Tony Lindgren wrote: > * Chris Ball [131127 13:48]: >> Hi, >> >> On Wed, Nov 27 2013, Jarkko Nikula wrote: >>> Can you enlighten me what's the proper way to get patches to mmc since >>> I cannot figure out working methodology from MAINTAINERS file? >> >> Sorry about thi

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-27 Thread Tony Lindgren
* Chris Ball [131127 13:48]: > Hi, > > On Wed, Nov 27 2013, Jarkko Nikula wrote: > > Can you enlighten me what's the proper way to get patches to mmc since > > I cannot figure out working methodology from MAINTAINERS file? > > Sorry about this, Jarkko. > > Since I don't have omap.c hardware, I'

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-27 Thread Chris Ball
Hi, On Wed, Nov 27 2013, Jarkko Nikula wrote: > Can you enlighten me what's the proper way to get patches to mmc since > I cannot figure out working methodology from MAINTAINERS file? Sorry about this, Jarkko. Since I don't have omap.c hardware, I'm generally going to wait for a Tested-by/Acked-

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-27 Thread Tony Lindgren
* Jarkko Nikula [131127 12:55]: > Hi Chris > > On Tue, 26 Nov 2013 18:33:50 -0500 > Chris Ball wrote: > > > Hi Tony, > > > > On Mon, Nov 18 2013, Tony Lindgren wrote: > > > We are wrongly relying on device id for the DMA configuration > > > which can lead to wrong DMA channel being selected. >

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-27 Thread Jarkko Nikula
Hi Chris On Tue, 26 Nov 2013 18:33:50 -0500 Chris Ball wrote: > Hi Tony, > > On Mon, Nov 18 2013, Tony Lindgren wrote: > > We are wrongly relying on device id for the DMA configuration > > which can lead to wrong DMA channel being selected. > > > > Fix the issue by using the standard resources

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-26 Thread Tony Lindgren
* Chris Ball [131126 15:35]: > Hi Tony, > > On Mon, Nov 18 2013, Tony Lindgren wrote: > > We are wrongly relying on device id for the DMA configuration > > which can lead to wrong DMA channel being selected. > > > > Fix the issue by using the standard resources like we should. > > > > Cc: Chris B

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-26 Thread Chris Ball
Hi Tony, On Mon, Nov 18 2013, Tony Lindgren wrote: > We are wrongly relying on device id for the DMA configuration > which can lead to wrong DMA channel being selected. > > Fix the issue by using the standard resources like we should. > > Cc: Chris Ball > Cc: linux-mmc@vger.kernel.org > Signed-of

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-18 Thread Tony Lindgren
* Tony Lindgren [131113 18:36]: > We are wrongly relying on device id for the DMA configuration > which can lead to wrong DMA channel being selected. > > Fix the issue by using the standard resources like we should. > > Cc: Chris Ball > Cc: linux-mmc@vger.kernel.org > Signed-off-by: Tony Lindgr

[PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-13 Thread Tony Lindgren
We are wrongly relying on device id for the DMA configuration which can lead to wrong DMA channel being selected. Fix the issue by using the standard resources like we should. Cc: Chris Ball Cc: linux-mmc@vger.kernel.org Signed-off-by: Tony Lindgren --- If this looks OK, I'd like to merge this