All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacopo Mondi <jacopo+renesas@jmondi.org>
To: horms@verge.net.au, geert@linux-m68k.org, magnus.damm@gmail.com,
	robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	Chris.Brandt@renesas.com, andrew@lunn.ch,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] ARM: dts: gr-peach: ETHER and OS Timers enable
Date: Mon,  9 Oct 2017 10:48:33 +0200	[thread overview]
Message-ID: <1507538915-16566-1-git-send-email-jacopo+renesas@jmondi.org> (raw)

Hi Simon,
   this small series contains other two updates for GR-Peach.

The first patch is a re-proposal of the previously sent one. I have received
indication from netdev people to move the properties describing reset line to
the phy node. I've been suggested to use a different node layout as well:

ether {
	mdio-bus {
		phy {
		};
	};
};

I have tested a couple of combinations and concluded this was not working for me
then fell back to the our usual one:

ether {
	phy {
	};
};

with 'reset-gpios' and 'reset-delay-us' properties moved from 'ether' node to
'phy' node.

Second patch enables ostm0 and ostm1 timers OS Timers which have greater
resolution compared to the already enabled MTU2 (32-bit vs 16-bits).
As the patch change log reports, OS Timers are automatically selected as clock
and clock event source. This patch has been suggested by Chris, as that's how
the BSP initializes timers by default.

Thanks
   j

Jacopo Mondi (2):
  ARM: dts: gr-peach: Add ETHER pin group
  ARM: dts: gr-peach: Enable ostm0 and ostm1 timers

 arch/arm/boot/dts/r7s72100-gr-peach.dts | 47 +++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

--
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: jacopo+renesas@jmondi.org (Jacopo Mondi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: dts: gr-peach: ETHER and OS Timers enable
Date: Mon,  9 Oct 2017 10:48:33 +0200	[thread overview]
Message-ID: <1507538915-16566-1-git-send-email-jacopo+renesas@jmondi.org> (raw)

Hi Simon,
   this small series contains other two updates for GR-Peach.

The first patch is a re-proposal of the previously sent one. I have received
indication from netdev people to move the properties describing reset line to
the phy node. I've been suggested to use a different node layout as well:

ether {
	mdio-bus {
		phy {
		};
	};
};

I have tested a couple of combinations and concluded this was not working for me
then fell back to the our usual one:

ether {
	phy {
	};
};

with 'reset-gpios' and 'reset-delay-us' properties moved from 'ether' node to
'phy' node.

Second patch enables ostm0 and ostm1 timers OS Timers which have greater
resolution compared to the already enabled MTU2 (32-bit vs 16-bits).
As the patch change log reports, OS Timers are automatically selected as clock
and clock event source. This patch has been suggested by Chris, as that's how
the BSP initializes timers by default.

Thanks
   j

Jacopo Mondi (2):
  ARM: dts: gr-peach: Add ETHER pin group
  ARM: dts: gr-peach: Enable ostm0 and ostm1 timers

 arch/arm/boot/dts/r7s72100-gr-peach.dts | 47 +++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

--
2.7.4

             reply	other threads:[~2017-10-09  8:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-09  8:48 Jacopo Mondi [this message]
2017-10-09  8:48 ` [PATCH 0/2] ARM: dts: gr-peach: ETHER and OS Timers enable Jacopo Mondi
2017-10-09  8:48 ` [PATCH 1/2] ARM: dts: gr-peach: Add ETHER pin group Jacopo Mondi
2017-10-09  8:48   ` Jacopo Mondi
2017-10-11 11:50   ` Geert Uytterhoeven
2017-10-11 11:50     ` Geert Uytterhoeven
2017-10-11 11:50     ` Geert Uytterhoeven
2017-10-12 11:51     ` Simon Horman
2017-10-12 11:51       ` Simon Horman
2017-10-12 11:51       ` Simon Horman
2017-10-12 11:51       ` Simon Horman
2017-10-09  8:48 ` [PATCH 2/2] ARM: dts: gr-peach: Enable ostm0 and ostm1 timers Jacopo Mondi
2017-10-09  8:48   ` Jacopo Mondi
2017-10-11 12:45   ` Geert Uytterhoeven
2017-10-11 12:45     ` Geert Uytterhoeven
2017-10-11 12:45     ` Geert Uytterhoeven

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=1507538915-16566-1-git-send-email-jacopo+renesas@jmondi.org \
    --to=jacopo+renesas@jmondi.org \
    --cc=Chris.Brandt@renesas.com \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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.