All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	linux-kernel@vger.kernel.org,
	adi-buildroot-devel@lists.sourceforge.net,
	Wan ZongShun <mcuos.com@gmail.com>,
	Steven Miao <realmz6@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/3] clk: let clk_disable() return immediately if clk is NULL for last 3 clks
Date: Tue, 28 Mar 2017 18:17:01 +0900	[thread overview]
Message-ID: <1490692624-11931-1-git-send-email-yamada.masahiro@socionext.com> (raw)


Hi Andrew,

Please consider to apply this series to your tree.
This trivial series has been left over so long.

Stephen Boyd suggested to split the series per-arch,
and I did so.
But sub-architecture maintainers did not respond
in spite of my several times pings.


Please see this:
w90x900:   https://patchwork.kernel.org/patch/9338047/
mmp:       https://patchwork.kernel.org/patch/9338049/
blackfin   https://patchwork.kernel.org/patch/9338053/


Stephen mentioned Andrew could pick up this in case maintainers are silent.
http://lkml.iu.edu/hypermail/linux/kernel/1609.2/00801.html


Masahiro Yamada (3):
  ARM: mmp: let clk_disable() return immediately if clk is NULL
  ARM: w90x900: let clk_disable() return immediately if clk is NULL
  blackfin: bf609: let clk_disable() return immediately if clk is NULL

 arch/arm/mach-mmp/clock.c        | 3 +++
 arch/arm/mach-w90x900/clock.c    | 3 +++
 arch/blackfin/mach-bf609/clock.c | 3 +++
 3 files changed, 9 insertions(+)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: yamada.masahiro@socionext.com (Masahiro Yamada)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/3] clk: let clk_disable() return immediately if clk is NULL for last 3 clks
Date: Tue, 28 Mar 2017 18:17:01 +0900	[thread overview]
Message-ID: <1490692624-11931-1-git-send-email-yamada.masahiro@socionext.com> (raw)


Hi Andrew,

Please consider to apply this series to your tree.
This trivial series has been left over so long.

Stephen Boyd suggested to split the series per-arch,
and I did so.
But sub-architecture maintainers did not respond
in spite of my several times pings.


Please see this:
w90x900:   https://patchwork.kernel.org/patch/9338047/
mmp:       https://patchwork.kernel.org/patch/9338049/
blackfin   https://patchwork.kernel.org/patch/9338053/


Stephen mentioned Andrew could pick up this in case maintainers are silent.
http://lkml.iu.edu/hypermail/linux/kernel/1609.2/00801.html


Masahiro Yamada (3):
  ARM: mmp: let clk_disable() return immediately if clk is NULL
  ARM: w90x900: let clk_disable() return immediately if clk is NULL
  blackfin: bf609: let clk_disable() return immediately if clk is NULL

 arch/arm/mach-mmp/clock.c        | 3 +++
 arch/arm/mach-w90x900/clock.c    | 3 +++
 arch/blackfin/mach-bf609/clock.c | 3 +++
 3 files changed, 9 insertions(+)

-- 
2.7.4

             reply	other threads:[~2017-03-28  9:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28  9:17 Masahiro Yamada [this message]
2017-03-28  9:17 ` [PATCH v5 0/3] clk: let clk_disable() return immediately if clk is NULL for last 3 clks Masahiro Yamada
2017-03-28  9:17 ` [PATCH v5 1/3] ARM: mmp: let clk_disable() return immediately if clk is NULL Masahiro Yamada
2017-03-28  9:17   ` Masahiro Yamada
2017-03-30 15:39   ` Arnd Bergmann
2017-03-30 15:39     ` Arnd Bergmann
2017-03-28  9:17 ` [PATCH v5 2/3] ARM: w90x900: " Masahiro Yamada
2017-03-28  9:17   ` Masahiro Yamada
2017-03-30 15:38   ` Arnd Bergmann
2017-03-30 15:38     ` Arnd Bergmann
2017-03-28  9:17 ` [PATCH v5 3/3] blackfin: bf609: " Masahiro Yamada
2017-04-13  3:33   ` Masahiro Yamada

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=1490692624-11931-1-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.com \
    --cc=adi-buildroot-devel@lists.sourceforge.net \
    --cc=akpm@linux-foundation.org \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mcuos.com@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=ralf@linux-mips.org \
    --cc=realmz6@gmail.com \
    --cc=sboyd@codeaurora.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.