All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Rob Herring <robherring2@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Mauro Carvalho Chehab <m.chehab@samsung.com>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Rob Landley <rob@landley.net>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	Tomasz Figa <tomasz.figa@gmail.com>
Subject: Re: [PATCH v3 06/15] dt: binding: add binding for ImgTec IR block
Date: Fri, 28 Feb 2014 09:04:53 +0000	[thread overview]
Message-ID: <53105135.9030909@imgtec.com> (raw)
In-Reply-To: <CAL_JsqJpbUzEUpUxtFe4JeZ=EtCfaQHsyPt3TqH8AJkGNRnTvw@mail.gmail.com>

On 28/02/14 01:28, Rob Herring wrote:
> On Thu, Feb 27, 2014 at 4:52 PM, James Hogan <james.hogan@imgtec.com> wrote:
>>> v3:
>>> - Rename compatible string to "img,ir-rev1" (Rob Herring).
>>> - Specify ordering of clocks explicitly (Rob Herring).
>>
>> I'd appreciate if somebody could give this another glance after the two
>> changes listed above and Ack it (I'll probably be posting a v4 patchset
>> tomorrow).
> 
> Looks fine.
> 
> Acked-by: Rob Herring <robh@kernel.org>

Thanks Rob!

Cheers
James

  reply	other threads:[~2014-02-28  9:04 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-17 13:58 [PATCH v2 00/15] media: rc: ImgTec IR decoder driver James Hogan
2014-01-17 13:58 ` James Hogan
2014-01-17 13:58 ` [PATCH v2 01/15] media: rc: document rc class sysfs API James Hogan
2014-01-17 13:58 ` [PATCH v2 02/15] media: rc: add Sharp infrared protocol James Hogan
2014-01-17 13:58 ` [PATCH v2 03/15] media: rc: add raw decoder for Sharp protocol James Hogan
2014-01-17 13:58 ` [PATCH v2 04/15] media: rc: add sysfs scancode filtering interface James Hogan
2014-01-17 13:58 ` [PATCH v2 05/15] media: rc: change 32bit NEC scancode format James Hogan
2014-01-17 13:58 ` [PATCH v2 06/15] dt: binding: add binding for ImgTec IR block James Hogan
2014-01-17 13:58   ` James Hogan
2014-02-06 11:24   ` Mauro Carvalho Chehab
2014-02-06 14:33   ` Rob Herring
2014-02-06 14:41     ` James Hogan
2014-02-06 14:41       ` James Hogan
2014-02-07 14:33       ` Rob Herring
2014-02-07 14:50         ` Mark Rutland
     [not found]           ` <20140207145053.GF25314-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2014-02-07 22:29             ` Rob Herring
2014-02-07 22:29               ` Rob Herring
2014-02-07 15:49         ` [PATCH v3 " James Hogan
2014-02-07 15:49           ` James Hogan
2014-02-27 22:52           ` James Hogan
2014-02-28  1:28             ` Rob Herring
2014-02-28  9:04               ` James Hogan [this message]
     [not found] ` <1389967140-20704-1-git-send-email-james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-01-17 13:58   ` [PATCH v2 07/15] media: rc: img-ir: add base driver James Hogan
2014-01-17 13:58     ` James Hogan
     [not found]     ` <1389967140-20704-8-git-send-email-james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2014-02-07 16:16       ` [PATCH v3 " James Hogan
2014-02-07 16:16         ` James Hogan
2014-01-17 13:58 ` [PATCH v2 08/15] media: rc: img-ir: add raw driver James Hogan
2014-01-17 13:58 ` [PATCH v2 09/15] media: rc: img-ir: add hardware decoder driver James Hogan
2014-01-17 13:58 ` [PATCH v2 10/15] media: rc: img-ir: add to build James Hogan
2014-01-17 13:58 ` [PATCH v2 11/15] media: rc: img-ir: add NEC decoder module James Hogan
2014-01-17 13:58 ` [PATCH v2 12/15] media: rc: img-ir: add JVC " James Hogan
2014-01-17 13:58 ` [PATCH v2 13/15] media: rc: img-ir: add Sony " James Hogan
2014-01-17 13:58 ` [PATCH v2 14/15] media: rc: img-ir: add Sharp " James Hogan
2014-01-17 13:59 ` [PATCH v2 15/15] media: rc: img-ir: add Sanyo " James Hogan

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=53105135.9030909@imgtec.com \
    --to=james.hogan@imgtec.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=rob@landley.net \
    --cc=robh+dt@kernel.org \
    --cc=robherring2@gmail.com \
    --cc=tomasz.figa@gmail.com \
    /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.