From: Lee Jones <lee@kernel.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Eric Anholt <eric@anholt.net>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rpi-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Stephen Warren <swarren@wwwdotorg.org>,
Mike Turquette <mturquette@linaro.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/4] clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.
Date: Thu, 1 Oct 2015 15:43:09 +0100 [thread overview]
Message-ID: <20151001144309.GZ3214@x1> (raw)
In-Reply-To: <20150908192257.GQ15099@codeaurora.org>
On Tue, 08 Sep 2015, Stephen Boyd wrote:
> On 09/07, Lee Jones wrote:
> > On Sun, 06 Sep 2015, Eric Anholt wrote:
> >
> > > clk-bcm2835.c predates the drivers under bcm/, but all the new BCM
> > > drivers are going in there so let's follow them.
> > >
> > > Signed-off-by: Eric Anholt <eric@anholt.net>
> > > ---
> > > drivers/clk/Makefile | 1 -
> > > drivers/clk/bcm/Makefile | 1 +
> > > drivers/clk/bcm/clk-bcm2835.c | 60 +++++++++++++++++++++++++++++++++++++++++++
> > > drivers/clk/clk-bcm2835.c | 60 -------------------------------------------
> >
> > You need to resubmit this with `git format-patch -M`.
>
> You don't have to. It would have been nice if it was formatted
> with -M so that review is easier, but we can always apply the
> patch and then check the result to make sure things look the
> same.
I vehemently avoid having to apply patches to my local repo in order
to review them. Submitters should always be encouraged to use -M,
especially in cases where there have been changes.
WARNING: multiple messages have this Message-ID (diff)
From: lee@kernel.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.
Date: Thu, 1 Oct 2015 15:43:09 +0100 [thread overview]
Message-ID: <20151001144309.GZ3214@x1> (raw)
In-Reply-To: <20150908192257.GQ15099@codeaurora.org>
On Tue, 08 Sep 2015, Stephen Boyd wrote:
> On 09/07, Lee Jones wrote:
> > On Sun, 06 Sep 2015, Eric Anholt wrote:
> >
> > > clk-bcm2835.c predates the drivers under bcm/, but all the new BCM
> > > drivers are going in there so let's follow them.
> > >
> > > Signed-off-by: Eric Anholt <eric@anholt.net>
> > > ---
> > > drivers/clk/Makefile | 1 -
> > > drivers/clk/bcm/Makefile | 1 +
> > > drivers/clk/bcm/clk-bcm2835.c | 60 +++++++++++++++++++++++++++++++++++++++++++
> > > drivers/clk/clk-bcm2835.c | 60 -------------------------------------------
> >
> > You need to resubmit this with `git format-patch -M`.
>
> You don't have to. It would have been nice if it was formatted
> with -M so that review is easier, but we can always apply the
> patch and then check the result to make sure things look the
> same.
I vehemently avoid having to apply patches to my local repo in order
to review them. Submitters should always be encouraged to use -M,
especially in cases where there have been changes.
next prev parent reply other threads:[~2015-10-01 14:43 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-06 17:57 Raspberry Pi native clock driver Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-09-06 17:57 ` [PATCH 1/4] clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-09-07 6:48 ` Lee Jones
2015-09-07 6:48 ` Lee Jones
2015-09-08 19:22 ` Stephen Boyd
2015-09-08 19:22 ` Stephen Boyd
2015-10-01 14:43 ` Lee Jones [this message]
2015-10-01 14:43 ` Lee Jones
2015-09-06 17:57 ` [PATCH 2/4] clk: bcm2835: Add binding docs for the new platform clock driver Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-09-06 17:57 ` [PATCH 3/4] clk: bcm2835: Add support for programming the audio domain clocks Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-09-10 21:35 ` Eric Anholt
2015-09-10 21:35 ` Eric Anholt
2015-09-06 17:57 ` [PATCH 4/4] ARM: bcm2835: Switch to using the new clock driver support Eric Anholt
2015-09-06 17:57 ` Eric Anholt
2015-12-21 11:51 ` Martin Sperl
2015-12-21 11:51 ` Martin Sperl
2015-12-21 12:42 ` Stefan Wahren
2015-12-21 12:42 ` Stefan Wahren
2015-12-21 15:17 ` Martin Sperl
2015-12-21 15:17 ` Martin Sperl
2015-12-21 15:17 ` Martin Sperl
2015-12-21 18:08 ` Stefan Wahren
2015-12-21 18:08 ` Stefan Wahren
2015-12-21 18:32 ` Martin Sperl
2015-12-21 18:32 ` Martin Sperl
2015-12-21 18:32 ` Martin Sperl
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=20151001144309.GZ3214@x1 \
--to=lee@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=eric@anholt.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=mturquette@linaro.org \
--cc=sboyd@codeaurora.org \
--cc=swarren@wwwdotorg.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.