From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] Add Ether DT support for R8A7790/Lager reference board
Date: Tue, 18 Feb 2014 22:40:12 +0000 [thread overview]
Message-ID: <5303EF5C.4090502@cogentembedded.com> (raw)
In-Reply-To: <20140213060256.GH17183@verge.net.au>
Hello.
On 02/13/2014 09:02 AM, Simon Horman wrote:
>> Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
>> 'renesas-devel-v3.14-rc1-20140206v2' tag. Here we add the Ether device tree
>> support working on the R8A7790/Lager reference board. The patchset requires the
>> 'sh_eth' driver device tree support posted earlier in order to work.
>> [1/2] ARM: shmobile: r8a7790: add Ether DT support
>> [2/2] ARM: shmobile: lager: add Ether DT support
> Thanks. Please repost this series once the bindings have been accepted.
DaveM has just merged the bindings into net-next. Time to repost these 2
series?
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Add Ether DT support for R8A7790/Lager reference board
Date: Wed, 19 Feb 2014 02:40:12 +0300 [thread overview]
Message-ID: <5303EF5C.4090502@cogentembedded.com> (raw)
In-Reply-To: <20140213060256.GH17183@verge.net.au>
Hello.
On 02/13/2014 09:02 AM, Simon Horman wrote:
>> Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
>> 'renesas-devel-v3.14-rc1-20140206v2' tag. Here we add the Ether device tree
>> support working on the R8A7790/Lager reference board. The patchset requires the
>> 'sh_eth' driver device tree support posted earlier in order to work.
>> [1/2] ARM: shmobile: r8a7790: add Ether DT support
>> [2/2] ARM: shmobile: lager: add Ether DT support
> Thanks. Please repost this series once the bindings have been accepted.
DaveM has just merged the bindings into net-next. Time to repost these 2
series?
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Simon Horman <horms@verge.net.au>
Cc: linux-sh@vger.kernel.org, devicetree@vger.kernel.org,
magnus.damm@gmail.com, linux@arm.linux.org.uk,
linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org
Subject: Re: [PATCH 0/2] Add Ether DT support for R8A7790/Lager reference board
Date: Wed, 19 Feb 2014 02:40:12 +0300 [thread overview]
Message-ID: <5303EF5C.4090502@cogentembedded.com> (raw)
In-Reply-To: <20140213060256.GH17183@verge.net.au>
Hello.
On 02/13/2014 09:02 AM, Simon Horman wrote:
>> Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
>> 'renesas-devel-v3.14-rc1-20140206v2' tag. Here we add the Ether device tree
>> support working on the R8A7790/Lager reference board. The patchset requires the
>> 'sh_eth' driver device tree support posted earlier in order to work.
>> [1/2] ARM: shmobile: r8a7790: add Ether DT support
>> [2/2] ARM: shmobile: lager: add Ether DT support
> Thanks. Please repost this series once the bindings have been accepted.
DaveM has just merged the bindings into net-next. Time to repost these 2
series?
WBR, Sergei
next prev parent reply other threads:[~2014-02-18 22:40 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 20:54 [PATCH 0/2] Add Ether DT support for R8A7790/Lager reference board Sergei Shtylyov
2014-02-06 21:54 ` Sergei Shtylyov
2014-02-06 21:54 ` Sergei Shtylyov
2014-02-06 20:56 ` [PATCH 1/2] ARM: shmobile: r8a7790: add Ether DT support Sergei Shtylyov
2014-02-06 21:56 ` Sergei Shtylyov
2014-02-06 21:56 ` Sergei Shtylyov
2014-02-06 20:58 ` [PATCH 2/2] ARM: shmobile: lager: " Sergei Shtylyov
2014-02-06 21:58 ` Sergei Shtylyov
2014-02-06 21:58 ` Sergei Shtylyov
2014-02-06 21:09 ` [PATCH 0/2] Add Ether DT support for R8A7791/Koelsch reference board Sergei Shtylyov
2014-02-06 22:10 ` Sergei Shtylyov
2014-02-06 22:10 ` Sergei Shtylyov
2014-02-06 21:14 ` [PATCH 2/2] ARM: shmobile: koelsch: add Ether DT support Sergei Shtylyov
2014-02-06 22:14 ` Sergei Shtylyov
2014-02-06 22:14 ` Sergei Shtylyov
2014-02-11 17:01 ` Laurent Pinchart
2014-02-11 17:01 ` Laurent Pinchart
2014-02-11 17:01 ` Laurent Pinchart
2014-02-13 6:03 ` [PATCH 0/2] Add Ether DT support for R8A7791/Koelsch reference board Simon Horman
2014-02-13 6:03 ` Simon Horman
2014-02-13 6:03 ` Simon Horman
2014-02-13 6:02 ` [PATCH 0/2] Add Ether DT support for R8A7790/Lager " Simon Horman
2014-02-13 6:02 ` Simon Horman
2014-02-13 6:02 ` Simon Horman
2014-02-18 22:40 ` Sergei Shtylyov [this message]
2014-02-18 23:40 ` Sergei Shtylyov
2014-02-18 23:40 ` Sergei Shtylyov
2014-02-18 23:52 ` Simon Horman
2014-02-18 23:52 ` Simon Horman
2014-02-18 23:52 ` Simon Horman
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=5303EF5C.4090502@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.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.