All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karol Lewandowski <k.lewandowsk-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Anton Vorontsov <cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH 3/3] max17042_battery: Make it possible to instantiate driver from DT
Date: Wed, 14 Mar 2012 13:29:25 +0100	[thread overview]
Message-ID: <4F608F25.9010001@samsung.com> (raw)
In-Reply-To: <20120313192233.GC2187-wnGakbxT3iijyJ0x5qLZdcN33GVbZNy3@public.gmane.org>

On 13.03.2012 20:22, Anton Vorontsov wrote:

> On Wed, Feb 22, 2012 at 07:06:22PM +0100, Karol Lewandowski wrote:
>> Allow both device tree (preferred) and platform data-based driver
>> instantiation.
>>
>> Signed-off-by: Karol Lewandowski <k.lewandowsk-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> Signed-off-by: Kyungmin Park <kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
>> ---
> 
> Thanks for the patch!
> 
> I applied the following version:

[..]

I've verified that these patches[1] work correctly on both DT and
non-DT systems (samsung's nuri board).

[1] Taken directly from your git tree.

Thanks!
-- 
Karol Lewandowski | Samsung Poland R&D Center | Linux/Platform

WARNING: multiple messages have this Message-ID (diff)
From: Karol Lewandowski <k.lewandowsk@samsung.com>
To: Anton Vorontsov <cbouatmailru@gmail.com>
Cc: myungjoo.ham@samsung.com, kyungmin.park@samsung.com,
	m.szyprowski@samsung.com, devicetree-discuss@lists.ozlabs.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] max17042_battery: Make it possible to instantiate driver from DT
Date: Wed, 14 Mar 2012 13:29:25 +0100	[thread overview]
Message-ID: <4F608F25.9010001@samsung.com> (raw)
In-Reply-To: <20120313192233.GC2187@oksana.dev.rtsoft.ru>

On 13.03.2012 20:22, Anton Vorontsov wrote:

> On Wed, Feb 22, 2012 at 07:06:22PM +0100, Karol Lewandowski wrote:
>> Allow both device tree (preferred) and platform data-based driver
>> instantiation.
>>
>> Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
> 
> Thanks for the patch!
> 
> I applied the following version:

[..]

I've verified that these patches[1] work correctly on both DT and
non-DT systems (samsung's nuri board).

[1] Taken directly from your git tree.

Thanks!
-- 
Karol Lewandowski | Samsung Poland R&D Center | Linux/Platform

  parent reply	other threads:[~2012-03-14 12:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22 18:06 [PATCH 0/3] power: max17042_battery: Add DT bindings Karol Lewandowski
2012-02-22 18:06 ` [PATCH 1/3] max17042_battery: Use devm_kzalloc() where applicable Karol Lewandowski
     [not found]   ` <1329933982-2529-2-git-send-email-k.lewandowsk-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-03-13 19:18     ` Anton Vorontsov
2012-03-13 19:18       ` Anton Vorontsov
2012-02-22 18:06 ` [PATCH 2/3] max17042_battery: Preserve properties outside of platform data Karol Lewandowski
2012-03-13 19:21   ` Anton Vorontsov
2012-03-14  9:14     ` Karol Lewandowski
2012-02-22 18:06 ` [PATCH 3/3] max17042_battery: Make it possible to instantiate driver from DT Karol Lewandowski
2012-03-13 19:22   ` Anton Vorontsov
     [not found]     ` <20120313192233.GC2187-wnGakbxT3iijyJ0x5qLZdcN33GVbZNy3@public.gmane.org>
2012-03-14 12:29       ` Karol Lewandowski [this message]
2012-03-14 12:29         ` Karol Lewandowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F608F25.9010001@samsung.com \
    --to=k.lewandowsk-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
    --cc=cbouatmailru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.