All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Simon Horman
	<horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	Nobuhiro Iwamatsu
	<nobuhiro.iwamatsu.yj-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] net: sh_eth: Add support of device tree probe
Date: Wed, 06 Feb 2013 08:36:38 +0000	[thread overview]
Message-ID: <87pq0dg7ot.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <1360116019-8870-1-git-send-email-horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>


Hi Simon, Iwamatsu-san

> +Required properties:
> +- compatible:                   "renesas,sh-eth";
> +- interrupt-parent:             The phandle for the interrupt controller that
> +                                services interrupts for this device.
> +- reg:                          Offset and length of the register set for the
> +                                device.
> +- interrupts:                   Interrupt mapping for the sh_eth interrupt
> +                                sources (vector id).
> +- phy-mode:              String, operation mode of the PHY interface.
> +- sh-eth,edmac-endian:          String, endian of sh_eth dmac.

I believe endian is only little/big.
It can be "bool" settings, not "string" ?

> +- sh-eth,endian:                String, endian of sh_eth dmac.

Is this really used it in this driver ?

Best regards
---
Kuninori Morimoto

WARNING: multiple messages have this Message-ID (diff)
From: Kuninori Morimoto <kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
To: Simon Horman
	<horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	Nobuhiro Iwamatsu
	<nobuhiro.iwamatsu.yj-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] net: sh_eth: Add support of device tree probe
Date: Wed, 06 Feb 2013 00:36:38 -0800 (PST)	[thread overview]
Message-ID: <87pq0dg7ot.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <1360116019-8870-1-git-send-email-horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>


Hi Simon, Iwamatsu-san

> +Required properties:
> +- compatible:                   "renesas,sh-eth";
> +- interrupt-parent:             The phandle for the interrupt controller that
> +                                services interrupts for this device.
> +- reg:                          Offset and length of the register set for the
> +                                device.
> +- interrupts:                   Interrupt mapping for the sh_eth interrupt
> +                                sources (vector id).
> +- phy-mode:              String, operation mode of the PHY interface.
> +- sh-eth,edmac-endian:          String, endian of sh_eth dmac.

I believe endian is only little/big.
It can be "bool" settings, not "string" ?

> +- sh-eth,endian:                String, endian of sh_eth dmac.

Is this really used it in this driver ?

Best regards
---
Kuninori Morimoto

  parent reply	other threads:[~2013-02-06  8:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-06  2:00 [PATCH] net: sh_eth: Add support of device tree probe Simon Horman
2013-02-06  2:00 ` Simon Horman
2013-02-06  7:30 ` Denis Kirjanov
2013-02-06  7:30   ` Denis Kirjanov
2013-02-07  0:18   ` Nobuhiro Iwamatsu
2013-02-07  0:18     ` Nobuhiro Iwamatsu
2013-02-06  8:26 ` Magnus Damm
2013-02-06  8:26   ` Magnus Damm
2013-02-07  0:48   ` Nobuhiro Iwamatsu
2013-02-07  0:48     ` Nobuhiro Iwamatsu
     [not found] ` <1360116019-8870-1-git-send-email-horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2013-02-06  8:36   ` Kuninori Morimoto [this message]
2013-02-06  8:36     ` Kuninori Morimoto
2013-02-07  0:58     ` Nobuhiro Iwamatsu
2013-02-07  0:58       ` Nobuhiro Iwamatsu
2013-02-07  1:42       ` Kuninori Morimoto
2013-02-07  1:42         ` Kuninori Morimoto
2013-02-07  4:48         ` Nobuhiro Iwamatsu
2013-02-07  4:48           ` Nobuhiro Iwamatsu

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=87pq0dg7ot.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
    --cc=linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nobuhiro.iwamatsu.yj-zM6kxYcvzFBBDgjK7y7TUQ@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.