2012-11-06 07:35:20

by Qing Xu

[permalink] [raw]
Subject: [PATCH 0/7] mfd: update on max8925 for DT support

From: Qing Xu <[email protected]>

1. add irqdomain for max8925, it is necessary for dt support
2. bug fix in max8925 mfd devices'irq base and device registry failure
3. support DT for max8925 mfd devices

Qing Xu (7):
mfd: max8925: add irqdomain for dt
mfd: max8925: fix mfd device register failure
mfd: max8925: fix onkey driver irq base
mfd: max8925: support dt for power supply
mfd: max8925: support dt for regulator
mfd: max8925: support dt for backlight
mfd: max8925: add dts

arch/arm/boot/dts/mmp2-brownstone.dts | 166 +++++++++++++++++++++++++++++++++
arch/arm/boot/dts/mmp2.dtsi | 4 +-
drivers/input/misc/max8925_onkey.c | 3 -
drivers/mfd/max8925-core.c | 107 +++++++++++++--------
drivers/mfd/max8925-i2c.c | 32 ++++++-
drivers/power/max8925_power.c | 57 ++++++++++-
drivers/regulator/max8925-regulator.c | 35 +++++++-
drivers/video/backlight/max8925_bl.c | 31 ++++++-
include/linux/mfd/max8925.h | 12 ++-
9 files changed, 389 insertions(+), 58 deletions(-)


2012-11-23 07:11:33

by Qing Xu

[permalink] [raw]
Subject: Re: [PATCH 0/7] mfd: update on max8925 for DT support

On 11/06/2012 03:35 PM, Qing Xu wrote:
> From: Qing Xu <[email protected]>
>
> 1. add irqdomain for max8925, it is necessary for dt support
> 2. bug fix in max8925 mfd devices'irq base and device registry failure
> 3. support DT for max8925 mfd devices
>
> Qing Xu (7):
> mfd: max8925: add irqdomain for dt
> mfd: max8925: fix mfd device register failure
> mfd: max8925: fix onkey driver irq base
> mfd: max8925: support dt for power supply
> mfd: max8925: support dt for regulator
> mfd: max8925: support dt for backlight
> mfd: max8925: add dts
>
> arch/arm/boot/dts/mmp2-brownstone.dts | 166 +++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/mmp2.dtsi | 4 +-
> drivers/input/misc/max8925_onkey.c | 3 -
> drivers/mfd/max8925-core.c | 107 +++++++++++++--------
> drivers/mfd/max8925-i2c.c | 32 ++++++-
> drivers/power/max8925_power.c | 57 ++++++++++-
> drivers/regulator/max8925-regulator.c | 35 +++++++-
> drivers/video/backlight/max8925_bl.c | 31 ++++++-
> include/linux/mfd/max8925.h | 12 ++-
> 9 files changed, 389 insertions(+), 58 deletions(-)
>
Hi Haojian, Sameo,

Could you help to review my patches? Can it be merged?

Thanks a lot!
-Qing

2012-11-23 09:09:34

by Haojian Zhuang

[permalink] [raw]
Subject: Re: [PATCH 0/7] mfd: update on max8925 for DT support

On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <[email protected]> wrote:
> From: Qing Xu <[email protected]>
>
> 1. add irqdomain for max8925, it is necessary for dt support
> 2. bug fix in max8925 mfd devices'irq base and device registry failure
> 3. support DT for max8925 mfd devices
>
> Qing Xu (7):
> mfd: max8925: add irqdomain for dt
> mfd: max8925: fix mfd device register failure
> mfd: max8925: fix onkey driver irq base
> mfd: max8925: support dt for power supply
> mfd: max8925: support dt for regulator
> mfd: max8925: support dt for backlight
> mfd: max8925: add dts
>
> arch/arm/boot/dts/mmp2-brownstone.dts | 166 +++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/mmp2.dtsi | 4 +-
> drivers/input/misc/max8925_onkey.c | 3 -
> drivers/mfd/max8925-core.c | 107 +++++++++++++--------
> drivers/mfd/max8925-i2c.c | 32 ++++++-
> drivers/power/max8925_power.c | 57 ++++++++++-
> drivers/regulator/max8925-regulator.c | 35 +++++++-
> drivers/video/backlight/max8925_bl.c | 31 ++++++-
> include/linux/mfd/max8925.h | 12 ++-
> 9 files changed, 389 insertions(+), 58 deletions(-)
>

No document on devicetree binding?

2012-11-29 05:53:38

by Qing Xu

[permalink] [raw]
Subject: Re: [PATCH 0/7] mfd: update on max8925 for DT support

On 11/23/2012 05:09 PM, Haojian Zhuang wrote:
> On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <[email protected]> wrote:
>> From: Qing Xu <[email protected]>
>>
>> 1. add irqdomain for max8925, it is necessary for dt support
>> 2. bug fix in max8925 mfd devices'irq base and device registry failure
>> 3. support DT for max8925 mfd devices
>>
>> Qing Xu (7):
>> mfd: max8925: add irqdomain for dt
>> mfd: max8925: fix mfd device register failure
>> mfd: max8925: fix onkey driver irq base
>> mfd: max8925: support dt for power supply
>> mfd: max8925: support dt for regulator
>> mfd: max8925: support dt for backlight
>> mfd: max8925: add dts
>>
>> arch/arm/boot/dts/mmp2-brownstone.dts | 166 +++++++++++++++++++++++++++++++++
>> arch/arm/boot/dts/mmp2.dtsi | 4 +-
>> drivers/input/misc/max8925_onkey.c | 3 -
>> drivers/mfd/max8925-core.c | 107 +++++++++++++--------
>> drivers/mfd/max8925-i2c.c | 32 ++++++-
>> drivers/power/max8925_power.c | 57 ++++++++++-
>> drivers/regulator/max8925-regulator.c | 35 +++++++-
>> drivers/video/backlight/max8925_bl.c | 31 ++++++-
>> include/linux/mfd/max8925.h | 12 ++-
>> 9 files changed, 389 insertions(+), 58 deletions(-)
>>
> No document on devicetree binding?
I added a new patch of "Documentation: add docs for max8925 dt",
please help to review, thanks a lot!