RE: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-09-28 Thread Seungwon Jeon
Andrei Warkentin wrote: 2011/9/26 Seungwon Jeon tgih@samsung.com: Andrei Warkentin wrote: Hi Seungwon, - Original Message - From: Seungwon Jeon tgih@samsung.com To: linux-mmc@vger.kernel.org Cc: Chris Ball c...@laptop.org, linux-samsung-...@vger.kernel.org,

RE: [PATCH 1/3] mmc: mmci: Put power register deviations in variant data

2011-09-28 Thread Sebastian RASMUSSEN
+       unsigned int            pwrreg_powerup; This should probably be u32, no big deal but easy to fix. Can be done when putting it into Russells patch tracker I guess. Agreed, since pwr is u32 where pwrreg is used, it should be. / Sebastian

RE: [PATCH 3/3] mmc: mmci: Change vdd_handler to a generic ios_handler

2011-09-28 Thread Sebastian RASMUSSEN
I'm guessing it was some feature intended to control e.g. a regulator of some kind by routing them off-chip (since mixed-signal chips rarely have MMC controllers inside...) and most designers already have their own regulator designs so it made no sense for anyone to actually implement it that

Re: [PATCH v2] mmc : general purpose partition support.

2011-09-28 Thread Linus Walleij
On Sat, Sep 24, 2011 at 7:07 AM, Namjae Jeon linkinj...@gmail.com wrote: It allows gerneral purpose partitions in MMC Device. And I try to simpliy make mmc_blk_alloc_parts using mmc_part structure suggested by Andrei Warkentin. After patching, we can see general purpose partitions like this.

[PATCH] mmc: omap_hsmmc: use runtime put sync in probe error path

2011-09-28 Thread Balaji T K
pm_runtime_put_sync instead of autosuspend pm runtime API because iounmap(host-base) follows immediately. Reported-by: Rajendra Nayak rna...@ti.com Signed-off-by: Balaji T K balaj...@ti.com --- drivers/mmc/host/omap_hsmmc.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] OMAP4: MMC: fix power and audio issue, decouple USBC1 from MMC1

2011-09-28 Thread T Krishnamoorthy, Balaji
Hi Tony, Can you queue this patch ? On Fri, Sep 9, 2011 at 7:34 PM, T Krishnamoorthy, Balaji balaj...@ti.com wrote: On Fri, Aug 12, 2011 at 8:43 PM, Buckley, Bryan bryan.buck...@ti.com wrote: On Fri, Jul 22, 2011 at 7:30 AM, Kishore Kadiyala kishorek.kadiy...@gmail.com wrote: On Fri, Jul

Re: [PATCH v2] mmc : general purpose partition support.

2011-09-28 Thread NamJae Jeon
2011/9/28 Linus Walleij linus.wall...@linaro.org: On Sat, Sep 24, 2011 at 7:07 AM, Namjae Jeon linkinj...@gmail.com wrote: It allows gerneral purpose partitions in MMC Device. And I try to simpliy make mmc_blk_alloc_parts using mmc_part structure suggested by Andrei Warkentin. After

[PATCH 1/1] mmc: Support of PCI mode for the dw_mmc driver This Patch adds the support for the scenario where the Synopsys Designware IP is present on the PCI bus.The patch adds the minimal modificati

2011-09-28 Thread Shashidhar Hiremath
Signed-off-by: Shashidhar Hiremath shashidh...@vayavyalabs.com --- drivers/mmc/host/Kconfig | 11 drivers/mmc/host/dw_mmc.c | 126 drivers/mmc/host/dw_mmc.h | 12 include/linux/mmc/dw_mmc.h |4 ++ 4 files changed, 153

Re: [PATCH 1/1] mmc: Support of PCI mode for the dw_mmc driver This Patch adds the support for the scenario where the Synopsys Designware IP is present on the PCI bus.The patch adds the minimal modifi

2011-09-28 Thread James Hogan
Hi On 09/28/2011 04:02 PM, Shashidhar Hiremath wrote: Signed-off-by: Shashidhar Hiremath shashidh...@vayavyalabs.com Looks like your description ended up all in the subject. --- drivers/mmc/host/Kconfig | 11 drivers/mmc/host/dw_mmc.c | 126

Re: [PATCH 1/1] mmc: Support of PCI mode for the dw_mmc driver This Patch adds the support for the scenario where the Synopsys Designware IP is present on the PCI bus.The patch adds the minimal modifi

2011-09-28 Thread Will Newton
On Wed, Sep 28, 2011 at 4:02 PM, Shashidhar Hiremath shashidh...@vayavyalabs.com wrote: Signed-off-by: Shashidhar Hiremath shashidh...@vayavyalabs.com ---  drivers/mmc/host/Kconfig   |   11  drivers/mmc/host/dw_mmc.c  |  126  

Re: [PATCH v2] mmc : general purpose partition support.

2011-09-28 Thread Andrei Warkentin
Hi Namjae, In general I think your approach is fine and solves the problem. See further inline comments. - Original Message - From: Namjae Jeon linkinj...@gmail.com To: c...@laptop.org, linux-mmc@vger.kernel.org Cc: linux-ker...@vger.kernel.org, awarken...@vmware.com, adrian hunter

Re: [PATCH] OMAP4: MMC: fix power and audio issue, decouple USBC1 from MMC1

2011-09-28 Thread Tony Lindgren
* T Krishnamoorthy, Balaji balaj...@ti.com [110928 05:00]: Hi Tony, Can you queue this patch ? Thanks, adding into fixes. Tony On Fri, Sep 9, 2011 at 7:34 PM, T Krishnamoorthy, Balaji balaj...@ti.com wrote: On Fri, Aug 12, 2011 at 8:43 PM, Buckley, Bryan bryan.buck...@ti.com wrote:

Re: slow eMMC write speed

2011-09-28 Thread Praveen G K
On Tue, Sep 27, 2011 at 10:42 PM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Sep 23, 2011 at 7:05 AM, Praveen G K praveen...@gmail.com wrote: I am working on the block driver module of the eMMC driver (SDIO 3.0 controller).  I am seeing very low write speed for eMMC transfers.  On

Re: slow eMMC write speed

2011-09-28 Thread J Freyensee
On 09/28/2011 12:06 PM, Praveen G K wrote: On Tue, Sep 27, 2011 at 10:42 PM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Sep 23, 2011 at 7:05 AM, Praveen G Kpraveen...@gmail.com wrote: I am working on the block driver module of the eMMC driver (SDIO 3.0 controller). I am seeing

Re: slow eMMC write speed

2011-09-28 Thread Praveen G K
On Wed, Sep 28, 2011 at 12:59 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 12:06 PM, Praveen G K wrote: On Tue, Sep 27, 2011 at 10:42 PM, Linus Walleij linus.wall...@linaro.org  wrote: On Fri, Sep 23, 2011 at 7:05 AM, Praveen G Kpraveen...@gmail.com  wrote: I am

Re: slow eMMC write speed

2011-09-28 Thread J Freyensee
On 09/28/2011 01:34 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 12:59 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 12:06 PM, Praveen G K wrote: On Tue, Sep 27, 2011 at 10:42 PM, Linus Walleij linus.wall...@linaro.orgwrote: On Fri, Sep 23, 2011 at 7:05 AM,

Re: slow eMMC write speed

2011-09-28 Thread Praveen G K
On Wed, Sep 28, 2011 at 2:01 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 01:34 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 12:59 PM, J Freyensee james_p_freyen...@linux.intel.com  wrote: On 09/28/2011 12:06 PM, Praveen G K wrote: On Tue, Sep 27, 2011 at 10:42

Re: slow eMMC write speed

2011-09-28 Thread Praveen G K
On Wed, Sep 28, 2011 at 2:34 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 02:03 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 2:01 PM, J Freyensee james_p_freyen...@linux.intel.com  wrote: On 09/28/2011 01:34 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 12:59

Re: slow eMMC write speed

2011-09-28 Thread Praveen G K
On Wed, Sep 28, 2011 at 3:59 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 03:24 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 2:34 PM, J Freyensee james_p_freyen...@linux.intel.com  wrote: On 09/28/2011 02:03 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 2:01

Re: [PATCH v2] mmc : general purpose partition support.

2011-09-28 Thread NamJae Jeon
2011/9/29 Andrei Warkentin awarken...@vmware.com: Hi Namjae, In general I think your approach is fine and solves the problem. See further inline comments. - Original Message - From: Namjae Jeon linkinj...@gmail.com To: c...@laptop.org, linux-mmc@vger.kernel.org Cc:

Re: slow eMMC write speed

2011-09-28 Thread Philip Rakity
On Sep 28, 2011, at 4:16 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 3:59 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 03:24 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 2:34 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 02:03

Re: [PATCH] leds-class: change back LEDS_CLASS to tristate instead of bool

2011-09-28 Thread Bryan Wu
Hiya, Any comments and need I do anything to improve this patch? Thanks, -Bryan On Tue, Sep 27, 2011 at 4:50 PM, Bryan Wu bryan...@canonical.com wrote: LEDS_CLASS is required by leds and trigger drivers, but we can build it as module.  So change this option back as tristate and treak the help

Re: slow eMMC write speed

2011-09-28 Thread Praveen G K
On Wed, Sep 28, 2011 at 5:57 PM, Philip Rakity prak...@marvell.com wrote: On Sep 28, 2011, at 4:16 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 3:59 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 03:24 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 2:34 PM, J

Re: slow eMMC write speed

2011-09-28 Thread Philip Rakity
On Sep 28, 2011, at 7:24 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 5:57 PM, Philip Rakity prak...@marvell.com wrote: On Sep 28, 2011, at 4:16 PM, Praveen G K wrote: On Wed, Sep 28, 2011 at 3:59 PM, J Freyensee james_p_freyen...@linux.intel.com wrote: On 09/28/2011 03:24 PM,

Re: [PATCH 1/1] mmc: Support of PCI mode for the dw_mmc driver This Patch adds the support for the scenario where the Synopsys Designware IP is present on the PCI bus.The patch adds the minimal modifi

2011-09-28 Thread Shashidhar Hiremath
Hi James, thanks for the reply. got your point .I will modify it by looking at few examples. On Wed, Sep 28, 2011 at 8:52 PM, James Hogan james.ho...@imgtec.com wrote: Hi On 09/28/2011 04:02 PM, Shashidhar Hiremath wrote: Signed-off-by: Shashidhar Hiremath shashidh...@vayavyalabs.com Looks

Re: [PATCH 1/1] mmc: Support of PCI mode for the dw_mmc driver This Patch adds the support for the scenario where the Synopsys Designware IP is present on the PCI bus.The patch adds the minimal modifi

2011-09-28 Thread Shashidhar Hiremath
Hi Will, On Wed, Sep 28, 2011 at 9:03 PM, Will Newton will.new...@gmail.com wrote: On Wed, Sep 28, 2011 at 4:02 PM, Shashidhar Hiremath shashidh...@vayavyalabs.com wrote: Signed-off-by: Shashidhar Hiremath shashidh...@vayavyalabs.com ---  drivers/mmc/host/Kconfig   |   11  

Re: [PATCH v2] mmc: core: Add default timeout value for CMD6.

2011-09-28 Thread Girish K S
Hi Jeon, I tried to apply your patch to the latest Chris-mmc/mmc-next branch. but the patch fails. can you please check err message. error: patch failed: include/linux/mmc/card.h:52 error: include/linux/mmc/card.h: patch does not apply error: patch failed: include/linux/mmc/mmc.h:293 error: