linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] mfd: update on max8925 for DT support
@ 2012-11-06  7:35 Qing Xu
  2012-11-23  7:12 ` Qing Xu
  2012-11-23  9:09 ` Haojian Zhuang
  0 siblings, 2 replies; 9+ messages in thread
From: Qing Xu @ 2012-11-06  7:35 UTC (permalink / raw)
  To: qingx, sameo, grant.likely, rob.herring, haojian.zhuang, cxie4,
	linux-kernel, devicetree-discuss

From: Qing Xu <qingx@marvell.com>

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(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2012-11-06  7:35 [PATCH 0/7] mfd: update on max8925 for DT support Qing Xu
@ 2012-11-23  7:12 ` Qing Xu
  2012-11-23  9:09 ` Haojian Zhuang
  1 sibling, 0 replies; 9+ messages in thread
From: Qing Xu @ 2012-11-23  7:12 UTC (permalink / raw)
  To: Qing Xu
  Cc: sameo, grant.likely, rob.herring, haojian.zhuang, Chao Xie,
	linux-kernel, devicetree-discuss

On 11/06/2012 03:35 PM, Qing Xu wrote:
> From: Qing Xu <qingx@marvell.com>
>
> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2012-11-06  7:35 [PATCH 0/7] mfd: update on max8925 for DT support Qing Xu
  2012-11-23  7:12 ` Qing Xu
@ 2012-11-23  9:09 ` Haojian Zhuang
  2012-11-29  5:54   ` Qing Xu
  1 sibling, 1 reply; 9+ messages in thread
From: Haojian Zhuang @ 2012-11-23  9:09 UTC (permalink / raw)
  To: Qing Xu
  Cc: Samuel Ortiz, Grant Likely, Rob Herring, cxie4, linux-kernel,
	devicetree-discuss

On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <qingx@marvell.com> wrote:
> From: Qing Xu <qingx@marvell.com>
>
> 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?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2012-11-23  9:09 ` Haojian Zhuang
@ 2012-11-29  5:54   ` Qing Xu
  2012-12-04  7:11     ` Haojian Zhuang
  0 siblings, 1 reply; 9+ messages in thread
From: Qing Xu @ 2012-11-29  5:54 UTC (permalink / raw)
  To: Haojian Zhuang
  Cc: Samuel Ortiz, Grant Likely, Rob Herring, Chao Xie, linux-kernel,
	devicetree-discuss

On 11/23/2012 05:09 PM, Haojian Zhuang wrote:
> On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <qingx@marvell.com> wrote:
>> From: Qing Xu <qingx@marvell.com>
>>
>> 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!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2012-11-29  5:54   ` Qing Xu
@ 2012-12-04  7:11     ` Haojian Zhuang
  2012-12-12  6:22       ` Qing Xu
  0 siblings, 1 reply; 9+ messages in thread
From: Haojian Zhuang @ 2012-12-04  7:11 UTC (permalink / raw)
  To: Qing Xu
  Cc: Samuel Ortiz, Grant Likely, Rob Herring, Chao Xie, linux-kernel,
	devicetree-discuss

On Thu, Nov 29, 2012 at 1:54 PM, Qing Xu <qingx@marvell.com> wrote:
> On 11/23/2012 05:09 PM, Haojian Zhuang wrote:
>>
>> On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <qingx@marvell.com> wrote:
>>>
>>> From: Qing Xu <qingx@marvell.com>
>>>
>>> 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!

Acked.

Samuel,
How do you think about this patch series? From my view, it's ok.

Best Regards
Haojian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2012-12-04  7:11     ` Haojian Zhuang
@ 2012-12-12  6:22       ` Qing Xu
  2013-02-04  1:05         ` Haojian Zhuang
  0 siblings, 1 reply; 9+ messages in thread
From: Qing Xu @ 2012-12-12  6:22 UTC (permalink / raw)
  To: Haojian Zhuang
  Cc: Samuel Ortiz, Grant Likely, Rob Herring, Chao Xie, linux-kernel,
	devicetree-discuss

On 12/04/2012 03:11 PM, Haojian Zhuang wrote:
> On Thu, Nov 29, 2012 at 1:54 PM, Qing Xu <qingx@marvell.com> wrote:
>> On 11/23/2012 05:09 PM, Haojian Zhuang wrote:
>>> On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <qingx@marvell.com> wrote:
>>>> From: Qing Xu <qingx@marvell.com>
>>>>
>>>> 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!
> Acked.
>
> Samuel,
> How do you think about this patch series? From my view, it's ok.
>
> Best Regards
> Haojian



Samuel,

Do you have any comments on these patches? Could they be merged?

Thanks a lot!
Qing



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2012-12-12  6:22       ` Qing Xu
@ 2013-02-04  1:05         ` Haojian Zhuang
  2013-02-04 11:32           ` Samuel Ortiz
  0 siblings, 1 reply; 9+ messages in thread
From: Haojian Zhuang @ 2013-02-04  1:05 UTC (permalink / raw)
  To: Qing Xu
  Cc: Samuel Ortiz, Grant Likely, Rob Herring, Chao Xie, linux-kernel,
	devicetree-discuss

On Wed, Dec 12, 2012 at 2:22 PM, Qing Xu <qingx@marvell.com> wrote:
> On 12/04/2012 03:11 PM, Haojian Zhuang wrote:
>>
>> On Thu, Nov 29, 2012 at 1:54 PM, Qing Xu <qingx@marvell.com> wrote:
>>>
>>> On 11/23/2012 05:09 PM, Haojian Zhuang wrote:
>>>>
>>>> On Tue, Nov 6, 2012 at 3:35 PM, Qing Xu <qingx@marvell.com> wrote:
>>>>>
>>>>> From: Qing Xu <qingx@marvell.com>
>>>>>
>>>>> 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!
>>
>> Acked.
>>
>> Samuel,
>> How do you think about this patch series? From my view, it's ok.
>>
>> Best Regards
>> Haojian
>
>
>
>
> Samuel,
>
> Do you have any comments on these patches? Could they be merged?
>
> Thanks a lot!
> Qing
>
>

Hi Samuel,

Are they merged into your git tree?

Best Regards
Haojian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2013-02-04  1:05         ` Haojian Zhuang
@ 2013-02-04 11:32           ` Samuel Ortiz
  2013-02-04 15:41             ` Haojian Zhuang
  0 siblings, 1 reply; 9+ messages in thread
From: Samuel Ortiz @ 2013-02-04 11:32 UTC (permalink / raw)
  To: Haojian Zhuang
  Cc: Qing Xu, Grant Likely, Rob Herring, Chao Xie, linux-kernel,
	devicetree-discuss

Hi Haojian,

On Mon, Feb 04, 2013 at 09:05:09AM +0800, Haojian Zhuang wrote:
> Hi Samuel,
> 
> Are they merged into your git tree?
No, they're not. Qing sent several versions for many of the patches in this
patchset: Could you please send a rebased patchset (on top of for-next) with
the latest versions of each patch ?

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/7] mfd: update on max8925 for DT support
  2013-02-04 11:32           ` Samuel Ortiz
@ 2013-02-04 15:41             ` Haojian Zhuang
  0 siblings, 0 replies; 9+ messages in thread
From: Haojian Zhuang @ 2013-02-04 15:41 UTC (permalink / raw)
  To: Samuel Ortiz
  Cc: Qing Xu, Grant Likely, Rob Herring, Chao Xie, linux-kernel,
	devicetree-discuss

On Mon, Feb 4, 2013 at 7:32 PM, Samuel Ortiz <sameo@linux.intel.com> wrote:
> Hi Haojian,
>
> On Mon, Feb 04, 2013 at 09:05:09AM +0800, Haojian Zhuang wrote:
>> Hi Samuel,
>>
>> Are they merged into your git tree?
> No, they're not. Qing sent several versions for many of the patches in this
> patchset: Could you please send a rebased patchset (on top of for-next) with
> the latest versions of each patch ?
>

No problem. Now I send them out.

Best Regards
Haojian

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-04 15:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-06  7:35 [PATCH 0/7] mfd: update on max8925 for DT support Qing Xu
2012-11-23  7:12 ` Qing Xu
2012-11-23  9:09 ` Haojian Zhuang
2012-11-29  5:54   ` Qing Xu
2012-12-04  7:11     ` Haojian Zhuang
2012-12-12  6:22       ` Qing Xu
2013-02-04  1:05         ` Haojian Zhuang
2013-02-04 11:32           ` Samuel Ortiz
2013-02-04 15:41             ` Haojian Zhuang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).