Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-03-02 Thread S, Venkatraman
On Fri, Mar 2, 2012 at 12:41 PM, S, Venkatraman wrote: > +Chris queues all MMC patches including omap_hsmmc. > Ping ? > Just realized that it's already queued in mmc-next http://git.kernel.org/?p=linux/kernel/git/cjb/mmc.git;a=commitdiff;h=25d6ba8171995230b3757c78c7470fa76a931b98 > > On Fri, Mar

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-03-01 Thread S, Venkatraman
+Chris queues all MMC patches including omap_hsmmc. Ping ? On Fri, Mar 2, 2012 at 5:41 AM, Tony Lindgren wrote: > Hi, > > * Daniel Mack [120217 05:13]: >> ping? Could anyone care for queueing this please? > > I suggest Rajendra queue up omap_hsmmc.c patches as he's already > patching it. > > Re

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-03-01 Thread Tony Lindgren
Hi, * Daniel Mack [120217 05:13]: > ping? Could anyone care for queueing this please? I suggest Rajendra queue up omap_hsmmc.c patches as he's already patching it. Regards, Tony > On Thu, Dec 29, 2011 at 2:22 PM, Daniel Mack wrote: > > On 12/23/2011 04:40 PM, T Krishnamoorthy, Balaji wrot

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-19 Thread Chris Ball
Hi, On Sun, Feb 19 2012, Daniel Mack wrote: > External circuitry like level shifters may limit the maximum operation > speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info > so boards can adjust the setting on demand. > > Signed-off-by: Daniel Mack > Acked-by: Tony Lindgren > Cc

[PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-19 Thread Daniel Mack
External circuitry like level shifters may limit the maximum operation speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info so boards can adjust the setting on demand. Signed-off-by: Daniel Mack Acked-by: Tony Lindgren Cc: Chris Ball Cc: Cousson, Benoit --- This trivial patch

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-17 Thread Cousson, Benoit
On 2/17/2012 2:44 PM, Daniel Mack wrote: > ping? Could anyone care for queueing this please? There is no OMAP HSMMC dedicated maintainer anymore so I guess you should ping Chris Ball . Regards, Benoit -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a messag

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-17 Thread Daniel Mack
ping? Could anyone care for queueing this please? On Thu, Dec 29, 2011 at 2:22 PM, Daniel Mack wrote: > On 12/23/2011 04:40 PM, T Krishnamoorthy, Balaji wrote: >> On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack wrote: >>> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c >

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2011-12-29 Thread Daniel Mack
On 12/23/2011 04:40 PM, T Krishnamoorthy, Balaji wrote: > On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack wrote: >> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c >> index 101cd31..8215ef9 100644 >> --- a/drivers/mmc/host/omap_hsmmc.c >> +++ b/drivers/mmc/host/omap_hsmmc.c

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2011-12-23 Thread T Krishnamoorthy, Balaji
On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack wrote: > diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c > index 101cd31..8215ef9 100644 > --- a/drivers/mmc/host/omap_hsmmc.c > +++ b/drivers/mmc/host/omap_hsmmc.c > @@ -1927,8 +1927,12 @@ static int __init omap_hsmmc_probe(s

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2011-12-22 Thread Daniel Mack
On 12/22/2011 08:37 PM, Kishore Kadiyala wrote: > On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack wrote: >> External circuitry like level shifters may limit the maximum operation >> speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info >> so boards can adjust the setting on demand. >>

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2011-12-22 Thread Kishore Kadiyala
On Wed, Dec 14, 2011 at 6:52 PM, Daniel Mack wrote: > External circuitry like level shifters may limit the maximum operation > speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info > so boards can adjust the setting on demand. > > Signed-off-by: Daniel Mack > Cc: Tony Lindgren >

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2011-12-22 Thread Tony Lindgren
* Daniel Mack [111214 04:51]: > External circuitry like level shifters may limit the maximum operation > speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info > so boards can adjust the setting on demand. > > Signed-off-by: Daniel Mack > Cc: Tony Lindgren Acked-by: Tony Lindgre

[PATCH] ARM: OMAP: hsmmc: add max_freq field

2011-12-14 Thread Daniel Mack
External circuitry like level shifters may limit the maximum operation speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info so boards can adjust the setting on demand. Signed-off-by: Daniel Mack Cc: Tony Lindgren --- arch/arm/mach-omap2/hsmmc.c |1 + arch/arm/mach-omap2/h