Re: [PATCH v3 00/12] add support for host controller v3.00

2011-04-26 Thread Chris Ball
Hi Arindam, On Tue, Apr 26 2011, Nath, Arindam wrote: Just a follow up on what you said. Is there any plan to merge the patches with your tree? Yes, sounds good -- linux-mmc@ folks, would anyone like to give a Tested- or Reviewed-by: on these patches? Thanks! - Chris. -- Chris Ball

Re: [PATCH v3 00/12] add support for host controller v3.00

2011-04-26 Thread Wolfram Sang
On Tue, Apr 26, 2011 at 08:50:31AM -0400, Chris Ball wrote: Hi Arindam, On Tue, Apr 26 2011, Nath, Arindam wrote: Just a follow up on what you said. Is there any plan to merge the patches with your tree? Yes, sounds good -- linux-mmc@ folks, would anyone like to give a Tested- or

Re: [PATCH v3 00/12] add support for host controller v3.00

2011-04-26 Thread Chris Ball
Hi Wolfram, On Tue, Apr 26 2011, Wolfram Sang wrote: On Tue, Apr 26, 2011 at 08:50:31AM -0400, Chris Ball wrote: Hi Arindam, On Tue, Apr 26 2011, Nath, Arindam wrote: Yes, sounds good -- linux-mmc@ folks, would anyone like to give a Tested- or Reviewed-by: on these patches? Considering

Re: [PATCH v3 00/12] add support for host controller v3.00

2011-04-26 Thread Philip Rakity
Chris, What is the format for this -- Can I add reviewed by as a note to all the patches or is this done one-by-one ? I am using the code and have successfully run eMMC (DDR50) and SDIO (SDR50). Patches for SDR50 will take me a while to finish but the code does work and is based on Arindam

Re: [PATCH v3 00/12] add support for host controller v3.00

2011-04-26 Thread Chris Ball
Hi, On Tue, Apr 26 2011, Philip Rakity wrote: Chris, What is the format for this -- Can I add reviewed by as a note to all the patches or is this done one-by-one ? Whichever you think is appropriate -- you can ask me to add your Reviewed-by: to each patch and I'll do that, or you can reply

RE: [PATCH v3 00/12] add support for host controller v3.00

2011-04-25 Thread Nath, Arindam
: [PATCH v3 00/12] add support for host controller v3.00 Hi Arindam, On Fri, Apr 15 2011, Arindam Nath wrote: V3 Thanks very much for reposting this! I know it's a lot of work to keep track of so many comments and changes. I've checked that this applies to mmc-next and doesn't add any

[PATCH v3 00/12] add support for host controller v3.00

2011-04-15 Thread Arindam Nath
V3 [01/12]: Changed function name from *_auto_cmd23_supported() to *_auto_cmd23_required(). [02/12]: Set bit 24 and bit 28 of OCR within mmc_sd_get_cid(), and only retry sending ACMD41 with bit 24 reset in case signal voltage switch procedure fails. [02/12]: Change

Re: [PATCH v3 00/12] add support for host controller v3.00

2011-04-15 Thread Chris Ball
Hi Arindam, On Fri, Apr 15 2011, Arindam Nath wrote: V3 Thanks very much for reposting this! I know it's a lot of work to keep track of so many comments and changes. I've checked that this applies to mmc-next and doesn't add any compile warnings, and the patch quality (particularly your use

RE: [PATCH v3 00/12] add support for host controller v3.00

2011-04-15 Thread Nath, Arindam
: [PATCH v3 00/12] add support for host controller v3.00 Hi Arindam, On Fri, Apr 15 2011, Arindam Nath wrote: V3 Thanks very much for reposting this! I know it's a lot of work to keep track of so many comments and changes. I've checked that this applies to mmc-next and doesn't add