RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Shilimkar, Santosh
> -Original Message- > From: Chikkature Rajashekar, Madhusudhan > Sent: Thursday, May 06, 2010 9:50 PM > To: Shilimkar, Santosh; 'kishore kadiyala' > Cc: S, Venkatraman; linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm- > ker...@lists.arm.linux.org.uk; 'Adrian Hunter'; Ka

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Madhusudhan
> -Original Message- > From: Shilimkar, Santosh [mailto:santosh.shilim...@ti.com] > Sent: Thursday, May 06, 2010 4:39 AM > To: kishore kadiyala > Cc: S, Venkatraman; linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.arm.linux.org.uk; Chikkature Rajashekar, >

Re: [PATCH v2 3/5] OMAP4-HSMMC: Adding MMC-TWL regulator changes

2010-05-06 Thread kishore kadiyala
<> > As I understand it, the PBIAS configuration is required for HSMMC > irrespective of how the power is supplied, thus it is not TWL related. > The TWL stuff should not be in hsmmc.c. > > Also I would suggest the only change to omap_hsmmc is: > > diff --git a/drivers/mmc/host/omap_hsmmc.c b/driv

Re: [PATCH v2 1/5] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-05-06 Thread kishore kadiyala
<> > > Can do this instead I think: > > static struct regulator_consumer_supply sdp4430_vmmc_supply[] = { >        { >                .supply         = "vmmc", >                .dev_name       = "mmci-omap-hs.0", >        }, >        { >                .supply         = "vmmc", >                .de

Re: [PATCH] Disable the non working eMMC on Zoom2/3

2010-05-06 Thread Tony Lindgren
* Madhusudhan [100505 18:31]: > > > > -Original Message- > > From: Tony Lindgren [mailto:t...@atomide.com] > > > And what about this "Simulate multi mmc card as one big" patch? > > > Did not get you, what patch are you referring to? Oops sorry forgot the link: https://patchwork.kernel

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Shilimkar, Santosh
> -Original Message- > From: kishore kadiyala [mailto:kishorek.kadiy...@gmail.com] > Sent: Thursday, May 06, 2010 2:32 PM > To: Shilimkar, Santosh > Cc: S, Venkatraman; linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm- > ker...@lists.arm.linux.org.uk; Chikkature Rajasheka

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of S, > Venkatraman > Sent: Thursday, May 06, 2010 2:27 PM > To: Shilimkar, Santosh > Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; Chikkature > Rajashekar, Madhusudhan; Adrian > Hunter; K

Re: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread kishore kadiyala
<> >> I am not clear about the method. The board files export the >> omap_mmc_platform_data. >> Does it imply that all board files have to change and export >> the capability so that it can be queried ? > No. You don't have to modify the board files. This would need > change in devices.c which com

Re: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-06 Thread Venkatraman S
Shilimkar, Santosh wrote: >> -Original Message- >> From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of >> Venkatraman S >> Sent: Wednesday, May 05, 2010 9:56 PM >> To: Shilimkar, Santosh >> Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; >> linux-arm-ker...@lists

Re: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Venkatraman S
Shilimkar, Santosh wrote: >> -Original Message- >> From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of >> Venkatraman S >> Sent: Wednesday, May 05, 2010 9:49 PM >> To: Shilimkar, Santosh >> Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; >> linux-arm-ker...@lists

[PATCH] mmci-omap: Use resource_size

2010-05-06 Thread Tobias Klauser
Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors. Signed-off-by: Tobias Klauser --- drivers/mmc/host/omap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/omap

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman > S > Sent: Wednesday, May 05, 2010 9:49 PM > To: Shilimkar, Santosh > Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.arm.linux.org.uk; > Chikkature Ra

RE: [PATCH v8 1/2] sDMA: descriptor autoloading feature

2010-05-06 Thread Shilimkar, Santosh
> -Original Message- > From: svenk...@gmail.com [mailto:svenk...@gmail.com] On Behalf Of Venkatraman > S > Sent: Wednesday, May 05, 2010 9:56 PM > To: Shilimkar, Santosh > Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; > Chikkature Rajas

RE: [PATCH v8 2/2] omap hsmmc: adaptation of sdma descriptor autoloading feature

2010-05-06 Thread Shilimkar, Santosh
> -Original Message- > From: Chikkature Rajashekar, Madhusudhan > Sent: Wednesday, May 05, 2010 10:51 PM > To: S, Venkatraman; Shilimkar, Santosh > Cc: linux-o...@vger.kernel.org; linux-mmc@vger.kernel.org; > linux-arm-ker...@lists.arm.linux.org.uk; > 'Adrian Hunter'; Kadiyala, Kishore; 'T