RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-03 Thread Nath, Arindam
>> -Original Message- > >> From: Nath, Arindam [mailto:arindam.n...@amd.com] > >> Sent: Thursday, March 03, 2011 7:05 PM > >> To: subha...@codeaurora.org; c...@laptop.org > >> Cc: linux-mmc@vger.kernel.org; Su, Henry; Lu, Aaron; > >>

Re: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-03 Thread Philip Rakity
Sent: Thursday, March 03, 2011 7:05 PM >> To: subha...@codeaurora.org; c...@laptop.org >> Cc: linux-mmc@vger.kernel.org; Su, Henry; Lu, Aaron; >> anath....@gmail.com >> Subject: RE: [PATCH 02/12] mmc: sd: add support for signal voltage >> switch procedure >> &

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-03 Thread subhashj
g > > Cc: linux-mmc@vger.kernel.org; Su, Henry; Lu, Aaron; > > anath....@gmail.com > > Subject: RE: [PATCH 02/12] mmc: sd: add support for signal voltage > > switch procedure > > > > > > > > > -Original Message- > > > From: linux-mmc-o

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-03 Thread Nath, Arindam
1:36 PM > > To: subha...@codeaurora.org; c...@laptop.org > > Cc: linux-mmc@vger.kernel.org; Su, Henry; Lu, Aaron; > > anath....@gmail.com > > Subject: RE: [PATCH 02/12] mmc: sd: add support for signal voltage > > switch procedure > > > > Hi

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-03 Thread subhashj
Lu, Aaron; > anath@gmail.com > Subject: RE: [PATCH 02/12] mmc: sd: add support for signal voltage > switch procedure > > Hi Subhash, > > > > -Original Message- > > From: subha...@codeaurora.org [mailto:subha...@codeaurora.org] > > Sent: Tuesday, Marc

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-02 Thread Nath, Arindam
5, 2011 3:05 PM > > To: c...@laptop.org > > Cc: linux-mmc@vger.kernel.org; henry...@amd.com; aaron...@amd.com; > > anath....@gmail.com; Arindam Nath > > Subject: [PATCH 02/12] mmc: sd: add support for signal voltage switch > > procedure > > > > Host Controller v

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-03-01 Thread subhashj
; anath@gmail.com; Arindam Nath > Subject: [PATCH 02/12] mmc: sd: add support for signal voltage switch > procedure > > Host Controller v3.00 adds another Capabilities register. We can > directly read this register without any version checking since the > new register bits

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-02-16 Thread Nath, Arindam
> -Original Message- > From: Nicolas Pitre [mailto:n...@fluxnic.net] > Sent: Wednesday, February 16, 2011 2:48 AM > To: Nath, Arindam > Cc: c...@laptop.org; linux-mmc@vger.kernel.org; Su, Henry; Lu, Aaron; > anath@gmail.com > Subject: Re: [PATCH 02/12] mmc: sd: a

RE: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-02-15 Thread Nath, Arindam
Hi Wolfram, > -Original Message- > From: Wolfram Sang [mailto:w.s...@pengutronix.de] > Sent: Tuesday, February 15, 2011 3:46 PM > To: Nath, Arindam > Cc: c...@laptop.org; linux-mmc@vger.kernel.org; Su, Henry; Lu, Aaron; > anath@gmail.com > Subject: Re: [PATC

Re: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-02-15 Thread Nicolas Pitre
On Tue, 15 Feb 2011, Arindam Nath wrote: > @@ -1340,11 +1342,76 @@ out: > spin_unlock_irqrestore(&host->lock, flags); > } > > +static int sdhci_start_signal_voltage_switch(struct mmc_host *mmc) > +{ > + struct sdhci_host *host; > + u8 pwr; > + u16 clk, ctrl; > + u32 presen

Re: [PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-02-15 Thread Wolfram Sang
On Tue, Feb 15, 2011 at 03:05:00PM +0530, Arindam Nath wrote: > Host Controller v3.00 adds another Capabilities register. We can > directly read this register without any version checking since the > new register bits will be considred as reserved in older controllers, > and will be read as 0. I

[PATCH 02/12] mmc: sd: add support for signal voltage switch procedure

2011-02-15 Thread Arindam Nath
Host Controller v3.00 adds another Capabilities register. We can directly read this register without any version checking since the new register bits will be considred as reserved in older controllers, and will be read as 0. Apart from other things, this new register indicates whether the Host Cont