All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "Michael Turquette" <mturquette@baylibre.com>,
	linux-clk <linux-clk@vger.kernel.org>,
	"Jay Sternberg" <jay.e.sternberg@intel.com>,
	"Jens Axboe" <axboe@fb.com>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Dan Williams" <dan.j.williams@intel.com>,
	"Matias Bjørling" <m@bjorling.me>,
	"Krzysztof Kozlowski" <k.kozlowski@samsung.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Alexander Shishkin" <alexander.shishkin@linux.intel.com>,
	"Valentin Rothberg" <valentinrothberg@gmail.com>,
	"Linus Torvalds" <torvalds@linux-foundation.org>
Subject: Re: [PATCH] clk: probe common clock drivers earlier
Date: Thu, 21 Jul 2016 09:59:33 +0900	[thread overview]
Message-ID: <CAK7LNAS-pcMuOt13TuQPcO04bbEH-PWa-W8nHAqo3iRb2V2few@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdVJhc-9EQ6rKFqwyGoUVgrMX-_ANTc+NZyP38UTtMPedA@mail.gmail.com>

2016-07-20 19:58 GMT+09:00 Geert Uytterhoeven <geert@linux-m68k.org>:
> On Sat, Jul 16, 2016 at 6:57 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
>> 2016-07-16 11:11 GMT+09:00 Michael Turquette <mturquette@baylibre.com>:
>>> Quoting Masahiro Yamada (2016-05-05 00:57:17)
>>>> Several SoCs implement platform drivers for clocks rather than
>>>> CLK_OF_DECLARE().  Clocks should come earlier because they are
>>>> prerequisites for many of other drivers.  It will help to mitigate
>
> As are regulators, DMA engines, power domains, ..., but the actual ordering
> needed depends on the SoC.


Right.


The *mitigate* is a keyword in my git-log.

I am not saying this commit can completely suppress EPROBE_DEFER,
but moving "obj-y += clk/" up is
a right thing for *most* of SoCs.


-- 
Best Regards
Masahiro Yamada

      reply	other threads:[~2016-07-21  1:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05  7:57 [PATCH] clk: probe common clock drivers earlier Masahiro Yamada
2016-07-15 21:53 ` Linus Torvalds
2016-07-16  2:11 ` Michael Turquette
2016-07-16  2:11   ` Michael Turquette
2016-07-16  4:57   ` Masahiro Yamada
2016-07-20 10:58     ` Geert Uytterhoeven
2016-07-21  0:59       ` Masahiro Yamada [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=CAK7LNAS-pcMuOt13TuQPcO04bbEH-PWa-W8nHAqo3iRb2V2few@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=axboe@fb.com \
    --cc=dan.j.williams@intel.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jay.e.sternberg@intel.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m@bjorling.me \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.org \
    --cc=valentinrothberg@gmail.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 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.