Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-04-05 Thread Igor Grinberg
On 04/03/12 20:43, Tony Lindgren wrote: * Igor Grinberg grinb...@compulab.co.il [120327 23:37]: On 03/27/12 20:32, Russ Dill wrote: No objection. 10x Russ. I've combined patches 5 - 12 into a single patch as they pretty much do the same thing, and to cut down the patch noise for fixes.

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-04-03 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [120330 08:26]: On 03/28/12 19:03, Tony Lindgren wrote: ..care to see if you have OMAP_GPIO_IRQ entry for your board? If so, we're still waiting for the cleanup-fixes branch to get merged that changes things to use gpio_to_irq() instead. Nope,

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-04-03 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [120327 23:37]: On 03/27/12 20:32, Russ Dill wrote: No objection. 10x Russ. I've combined patches 5 - 12 into a single patch as they pretty much do the same thing, and to cut down the patch noise for fixes. Merging into fixes with the updated patch

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-30 Thread Igor Grinberg
On 03/28/12 19:03, Tony Lindgren wrote: * Igor Grinberg grinb...@compulab.co.il [120327 23:36]: Hi Tony, On 03/27/12 19:28, Tony Lindgren wrote: * Igor Grinberg grinb...@compulab.co.il [120327 08:56]: Hi Russ, This patch works, but can we, please use the attached patch instead? Hmm

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-28 Thread Igor Grinberg
Hi Tony, On 03/27/12 19:28, Tony Lindgren wrote: * Igor Grinberg grinb...@compulab.co.il [120327 08:56]: Hi Russ, This patch works, but can we, please use the attached patch instead? Hmm what's the difference here? Do you have some real controllable regulator for one of the smsc911x

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-28 Thread Igor Grinberg
On 03/27/12 20:32, Russ Dill wrote: No objection. 10x Russ. -- Regards, Igor. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-28 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [120327 23:36]: Hi Tony, On 03/27/12 19:28, Tony Lindgren wrote: * Igor Grinberg grinb...@compulab.co.il [120327 08:56]: Hi Russ, This patch works, but can we, please use the attached patch instead? Hmm what's the difference here? Do you

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-27 Thread Igor Grinberg
Hi Russ, This patch works, but can we, please use the attached patch instead? Thanks On 03/23/12 11:21, Russ Dill wrote: Signed-off-by: Russ Dill russ.d...@ti.com --- arch/arm/mach-omap2/board-cm-t35.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-27 Thread Tony Lindgren
* Igor Grinberg grinb...@compulab.co.il [120327 08:56]: Hi Russ, This patch works, but can we, please use the attached patch instead? Hmm what's the difference here? Do you have some real controllable regulator for one of the smsc911x instances? Anyways, I take it that you have tested that

Re: [PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-27 Thread Russ Dill
No objection. On Tue, Mar 27, 2012 at 8:53 AM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Russ, This patch works, but can we, please use the attached patch instead? Thanks On 03/23/12 11:21, Russ Dill wrote: Signed-off-by: Russ Dill russ.d...@ti.com ---  

[PATCH 05/12] Add dummy smsc911x regulators to cm-t35.

2012-03-23 Thread Russ Dill
Signed-off-by: Russ Dill russ.d...@ti.com --- arch/arm/mach-omap2/board-cm-t35.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 41b0a2f..289ded3 100644 ---