From: Michael Ellerman <mpe@ellerman.id.au>
To: Emil Medve <Emilian.Medve@Freescale.com>
Cc: devicetree@vger.kernel.org,
Shruti Kanetkar <Kanetkar.Shruti@gmail.com>,
Igal Liberman <Igal.Liberman@Freescale.com>,
scottwood@Freescale.com, afleming@gmail.com,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s)
Date: Wed, 04 Mar 2015 16:54:43 +1100 [thread overview]
Message-ID: <1425448483.9084.14.camel@ellerman.id.au> (raw)
In-Reply-To: <54F484DE.30204@Freescale.com>
On Mon, 2015-03-02 at 09:42 -0600, Emil Medve wrote:
> On 03/02/2015 09:32 AM, Emil Medve wrote:
> > From: Igal Liberman <Igal.Liberman@freescale.com>
> >
> > Describe the PHY topology for all configurations supported by each board
> >
> > Based on prior work by Andy Fleming <afleming@gmail.com>
> >
> > Change-Id: I4fbcc5df9ee7c4f784afae9dab5d1e78cdc24f0f
>
> Bah, I'll remove this...
Something like:
$ cat .git/hooks/commit-msg
#!/bin/sh
grep "Change-Id:" $1 > /dev/null
if [ $? -eq 0 ]; then
echo "***: Error commit message includes Change-Id" >&2
exit 1
fi
Ought to do it.
cheers
prev parent reply other threads:[~2015-03-04 5:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 15:32 [PATCH] powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s) Emil Medve
2015-03-02 15:42 ` Emil Medve
2015-03-04 5:54 ` Michael Ellerman [this message]
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=1425448483.9084.14.camel@ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=Emilian.Medve@Freescale.com \
--cc=Igal.Liberman@Freescale.com \
--cc=Kanetkar.Shruti@gmail.com \
--cc=afleming@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=scottwood@Freescale.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).