All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh+dt@kernel.org>
To: Alistair Popple <alistair@popple.id.au>
Cc: Michael Ellerman <mpe@ellerman.id.au>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	mhairgrove@nvidia.com, shailendras@nvidia.com
Subject: Re: [PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index
Date: Wed, 22 Mar 2017 09:49:40 -0500	[thread overview]
Message-ID: <CAL_JsqK1N98e0=ECs7+xY=16niPtp86BkNC09EMsXFkm90dafw@mail.gmail.com> (raw)
In-Reply-To: <1490154573-22475-1-git-send-email-alistair@popple.id.au>

On Tue, Mar 21, 2017 at 10:49 PM, Alistair Popple <alistair@popple.id.au> wrote:
> There is of_property_read_u32_index but no u64 variant. This patch
> adds one similar to the u32 version for u64.
>
> Signed-off-by: Alistair Popple <alistair@popple.id.au>
> ---
>  drivers/of/base.c  | 31 +++++++++++++++++++++++++++++++
>  include/linux/of.h |  3 +++
>  2 files changed, 34 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Alistair Popple <alistair-Y4h6yKqj69EXC2x5gXVKYQ@public.gmane.org>
Cc: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linuxppc-dev
	<linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
	mhairgrove-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	shailendras-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index
Date: Wed, 22 Mar 2017 09:49:40 -0500	[thread overview]
Message-ID: <CAL_JsqK1N98e0=ECs7+xY=16niPtp86BkNC09EMsXFkm90dafw@mail.gmail.com> (raw)
In-Reply-To: <1490154573-22475-1-git-send-email-alistair-Y4h6yKqj69EXC2x5gXVKYQ@public.gmane.org>

On Tue, Mar 21, 2017 at 10:49 PM, Alistair Popple <alistair-Y4h6yKqj69EXC2x5gXVKYQ@public.gmane.org> wrote:
> There is of_property_read_u32_index but no u64 variant. This patch
> adds one similar to the u32 version for u64.
>
> Signed-off-by: Alistair Popple <alistair-Y4h6yKqj69EXC2x5gXVKYQ@public.gmane.org>
> ---
>  drivers/of/base.c  | 31 +++++++++++++++++++++++++++++++
>  include/linux/of.h |  3 +++
>  2 files changed, 34 insertions(+)

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-03-22 14:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22  3:49 [PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index Alistair Popple
2017-03-22  3:49 ` [PATCH 2/3] powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_dev Alistair Popple
2017-03-22  3:49 ` [PATCH 3/3] powerpc/powernv: Introduce address translation services for Nvlink2 Alistair Popple
2017-03-24 12:28   ` Michael Ellerman
2017-03-24 12:28     ` Michael Ellerman
2017-03-24 13:53   ` kbuild test robot
2017-03-24 13:53     ` kbuild test robot
2017-03-22 14:49 ` Rob Herring [this message]
2017-03-22 14:49   ` [PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index Rob Herring

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='CAL_JsqK1N98e0=ECs7+xY=16niPtp86BkNC09EMsXFkm90dafw@mail.gmail.com' \
    --to=robh+dt@kernel.org \
    --cc=alistair@popple.id.au \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mhairgrove@nvidia.com \
    --cc=mpe@ellerman.id.au \
    --cc=shailendras@nvidia.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.