linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	linux-clk <linux-clk@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 01/11] clk: renesas: use SPDX identifier for Renesas drivers
Date: Tue, 28 Aug 2018 11:24:09 +0200	[thread overview]
Message-ID: <CAMuHMdWcrpzit40X_z_hJrCSgupnnucPF0nciPiAiJP8EOX+TA@mail.gmail.com> (raw)
In-Reply-To: <20180821220233.9202-2-wsa+renesas@sang-engineering.com>

Hi Wolfram,

On Wed, Aug 22, 2018 at 12:02 AM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Thanks for your patch!

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

>  drivers/clk/renesas/clk-div6.c            | 5 +----
>  drivers/clk/renesas/r8a7795-cpg-mssr.c    | 5 +----
>  drivers/clk/renesas/r8a7796-cpg-mssr.c    | 5 +----
>  drivers/clk/renesas/r8a77995-cpg-mssr.c   | 5 +----
>  drivers/clk/renesas/rcar-gen3-cpg.c       | 5 +----
>  drivers/clk/renesas/rcar-usb2-clock-sel.c | 5 +----
>  drivers/clk/renesas/renesas-cpg-mssr.c    | 5 +----
>  drivers/clk/renesas/renesas-cpg-mssr.h    | 5 +----
>  8 files changed, 8 insertions(+), 32 deletions(-)

Any specific reason you skipped all other files in that directory?

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  parent reply	other threads:[~2018-08-28  9:24 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-21 22:02 [PATCH 00/11] tree-wide: use SPDX identifier for Renesas drivers Wolfram Sang
2018-08-21 22:02 ` [PATCH 01/11] clk: renesas: " Wolfram Sang
2018-08-22  9:28   ` Simon Horman
2018-08-28  9:24   ` Geert Uytterhoeven [this message]
2018-08-28 20:51     ` Wolfram Sang
2018-08-31  1:19   ` Stephen Boyd
2018-08-21 22:02 ` [PATCH 02/11] dmaengine: " Wolfram Sang
2018-08-22  0:42   ` Kuninori Morimoto
2018-08-22  6:32     ` Wolfram Sang
2018-08-21 22:02 ` [PATCH 03/11] i2c: " Wolfram Sang
2018-08-22  9:34   ` Simon Horman
2018-08-21 22:02 ` [PATCH 04/11] mmc: " Wolfram Sang
2018-08-22  9:34   ` Simon Horman
2018-08-22  9:49   ` Ulf Hansson
2018-08-21 22:02 ` [PATCH 05/11] can: rcar: " Wolfram Sang
2018-08-21 22:45   ` Fabio Estevam
2018-08-22  6:30     ` Wolfram Sang
2018-08-22 12:55       ` Fabio Estevam
2018-08-22 18:16         ` Philippe Ombredanne
2018-08-22 19:31           ` Greg Kroah-Hartman
2018-08-22 19:36             ` Wolfram Sang
2018-08-21 22:02 ` [PATCH 06/11] net: ethernet: renesas: " Wolfram Sang
2018-08-22  8:56   ` Sergei Shtylyov
2018-08-22  9:36   ` Simon Horman
2018-08-23  4:38   ` David Miller
2018-08-21 22:02 ` [PATCH 07/11] phy: " Wolfram Sang
2018-08-22  5:57   ` Yoshihiro Shimoda
2018-08-22  9:35   ` Simon Horman
2018-08-21 22:02 ` [PATCH 08/11] pwm: " Wolfram Sang
2018-08-22  9:33   ` Simon Horman
2018-08-21 22:02 ` [PATCH 09/11] soc: renesas: " Wolfram Sang
2018-08-22  9:32   ` Simon Horman
2018-08-21 22:02 ` [PATCH 10/11] spi: " Wolfram Sang
2018-08-22  9:33   ` Simon Horman
2018-08-28 20:59   ` Applied "spi: use SPDX identifier for Renesas drivers" to the spi tree Mark Brown
2018-08-21 22:02 ` [PATCH 11/11] watchdog: use SPDX identifier for Renesas drivers Wolfram Sang
2018-08-21 23:58   ` Guenter Roeck
2018-08-22  9:35   ` 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=CAMuHMdWcrpzit40X_z_hJrCSgupnnucPF0nciPiAiJP8EOX+TA@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=geert+renesas@glider.be \
    --cc=kuninori.morimoto.gx@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=wsa+renesas@sang-engineering.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).