Re: [PATCH v3 0/7] Modernize pm8921 with irqdomains, regmap, DT

2014-02-10 Thread Stephen Boyd
On 01/08, Stephen Boyd wrote: > These patches lay the groundwork for converting the pm8921 sub-devices > to devicetree as well as simplify the API by migrating the core code > to use the regmap API instead of the custom pm8xxx read/write wrapper. Lee, Can you pick up these patches now? I don't th

[PATCH v3 0/7] Modernize pm8921 with irqdomains, regmap, DT

2014-01-08 Thread Stephen Boyd
These patches lay the groundwork for converting the pm8921 sub-devices to devicetree as well as simplify the API by migrating the core code to use the regmap API instead of the custom pm8xxx read/write wrapper. Changes since v2: * Picked up reviewed-by tags * Fixed irqdomain teardown in driver r