Re: [PATCH 0/6 v3] Update TPS65910 to boot using devicetree

2012-05-11 Thread Rhyland Klein
On Fri, 2012-05-11 at 02:38 -0700, Samuel Ortiz wrote: > Hi Rhyland, > > On Tue, May 08, 2012 at 11:42:37AM -0700, Rhyland Klein wrote: > > This patch set updates the tps65910 driver to boot using devicetree. > > > > This patch set now uses the new addition to the of_regulator code, > > of_regula

Re: [PATCH 0/6 v3] Update TPS65910 to boot using devicetree

2012-05-11 Thread Samuel Ortiz
Hi Rhyland, On Tue, May 08, 2012 at 11:42:37AM -0700, Rhyland Klein wrote: > This patch set updates the tps65910 driver to boot using devicetree. > > This patch set now uses the new addition to the of_regulator code, > of_regulator_match to find all the regulator init data for the device. > > Rh

Re: [PATCH 0/6 v3] Update TPS65910 to boot using devicetree

2012-05-08 Thread Mark Brown
On Tue, May 08, 2012 at 11:42:37AM -0700, Rhyland Klein wrote: > mfd: tps65910-irq: Add devicetree init support Actually, it's not really relevant to this patch series but looking at the code for the interrupt controller here it looks like it could be done in terms of regmap-irq. signature.as

[PATCH 0/6 v3] Update TPS65910 to boot using devicetree

2012-05-08 Thread Rhyland Klein
This patch set updates the tps65910 driver to boot using devicetree. This patch set now uses the new addition to the of_regulator code, of_regulator_match to find all the regulator init data for the device. Rhyland Klein (6): mfd: tps65910: Commonize regmap access through header regulator: tp