initramfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Nicolas Chauvet <kwizart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2] dracut: Add drivers/clk by default on arm
Date: Tue, 7 Jun 2016 10:50:04 +0200	[thread overview]
Message-ID: <6b6be825-8331-4de7-6cdd-bae0bc055f07@redhat.com> (raw)
In-Reply-To: <1463066902-11767-1-git-send-email-kwizart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Am 12.05.2016 um 17:28 schrieb Nicolas Chauvet:
> This will bundle clock drivers into the initramfs on arm
> 
> Tested on ti dm8148-t410 where adpll is needed on 4.6+ kernel
> This will avoid to rely on (maybe broken) bootloader clocks.
> 
> Theses modules are also usually loaded early. Having them bundled into
> the initramfs will avoid lot of deferred probes and others delay.
> 
> Signed-off-by: Nicolas Chauvet <kwizart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  modules.d/90kernel-modules/module-setup.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
> index c30715d..7904c02 100755
> --- a/modules.d/90kernel-modules/module-setup.sh
> +++ b/modules.d/90kernel-modules/module-setup.sh
> @@ -26,6 +26,7 @@ installkernel() {
>          if [[ "$(uname -p)" == arm* ]]; then
>              # arm specific modules
>              instmods \
> +                "=drivers/clk" \
>                  "=drivers/i2c/busses" \
>                  "=drivers/regulator" \
>                  "=drivers/rtc" \
> 

Thanks! Pushed.

      parent reply	other threads:[~2016-06-07  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12 15:28 [PATCH 1/2] dracut: Add drivers/clk by default on arm Nicolas Chauvet
     [not found] ` <1463066902-11767-1-git-send-email-kwizart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-05-12 15:28   ` [PATCH 2/2] dracut: Add drivers/tty/serial " Nicolas Chauvet
     [not found]     ` <1463066902-11767-2-git-send-email-kwizart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-05-12 20:04       ` Peter Robinson
2016-06-06  8:49       ` Nicolas Chauvet
2016-06-07  8:50   ` Harald Hoyer [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=6b6be825-8331-4de7-6cdd-bae0bc055f07@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kwizart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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 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 read-only IMAP folder(s) and NNTP newsgroup(s).