All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Rask Ingemann Lambertsen <rask@formelder.dk>
Cc: Chen-Yu Tsai <wens@csie.org>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in
Date: Fri, 10 Feb 2017 09:41:25 +0100	[thread overview]
Message-ID: <20170210084125.hts7qj2q3lplvk4m@lukather> (raw)
In-Reply-To: <870393c080135a968b9c0d9e78e3009fb32593f3.1486590875.git.rask@formelder.dk>

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

On Wed, Feb 08, 2017 at 11:08:00PM +0100, Rask Ingemann Lambertsen wrote:
> The sunxi RSB bus is used for peripherals like voltage regulators and
> real-time clocks which should be available early in the boot process.
> As a module, the driver will not be available until the root fs has been
> mounted, so build the driver into the kernel.
> 
> Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk>

Queued for 4.12.

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in
Date: Fri, 10 Feb 2017 09:41:25 +0100	[thread overview]
Message-ID: <20170210084125.hts7qj2q3lplvk4m@lukather> (raw)
In-Reply-To: <870393c080135a968b9c0d9e78e3009fb32593f3.1486590875.git.rask@formelder.dk>

On Wed, Feb 08, 2017 at 11:08:00PM +0100, Rask Ingemann Lambertsen wrote:
> The sunxi RSB bus is used for peripherals like voltage regulators and
> real-time clocks which should be available early in the boot process.
> As a module, the driver will not be available until the root fs has been
> mounted, so build the driver into the kernel.
> 
> Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk>

Queued for 4.12.

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170210/307b6909/attachment.sig>

  reply	other threads:[~2017-02-10  8:41 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 22:07 [PATCH 1/4] ARM: sunxi_defconfig: Enable AC100 RTC driver Rask Ingemann Lambertsen
2017-02-08 22:07 ` Rask Ingemann Lambertsen
2017-02-08 22:08 ` [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in Rask Ingemann Lambertsen
2017-02-08 22:08   ` Rask Ingemann Lambertsen
2017-02-10  8:41   ` Maxime Ripard [this message]
2017-02-10  8:41     ` Maxime Ripard
2017-02-08 22:08 ` [PATCH 3/4] ARM: multi_v7_defconfig: Enable AC100 RTC driver Rask Ingemann Lambertsen
2017-02-08 22:08   ` Rask Ingemann Lambertsen
2017-02-10  8:41   ` Maxime Ripard
2017-02-10  8:41     ` Maxime Ripard
2017-02-08 22:09 ` [PATCH 4/4] ARM: multi_v7_defconfig: Switch AXP20x driver from module to built-in Rask Ingemann Lambertsen
2017-02-08 22:09   ` Rask Ingemann Lambertsen
2017-02-10  8:42   ` Maxime Ripard
2017-02-10  8:42     ` Maxime Ripard
2017-03-17 17:39     ` Kevin Hilman
2017-03-17 17:39       ` Kevin Hilman
2017-05-18 18:59       ` Kevin Hilman
2017-05-18 18:59         ` Kevin Hilman
2017-05-22  7:44         ` Maxime Ripard
2017-05-22  7:44           ` Maxime Ripard
2017-05-31  4:26           ` Kevin Hilman
2017-05-31  4:26             ` Kevin Hilman
2017-06-06 19:45           ` Kevin Hilman
2017-06-06 19:45             ` Kevin Hilman
2017-06-10 16:17             ` Maxime Ripard
2017-06-10 16:17               ` Maxime Ripard
2017-06-13 16:14               ` Kevin Hilman
2017-06-13 16:14                 ` Kevin Hilman
2017-06-14  7:07                 ` Maxime Ripard
2017-06-14  7:07                   ` Maxime Ripard
2017-07-21 14:17                   ` Maxime Ripard
2017-07-21 14:17                     ` Maxime Ripard
2017-07-22 19:14                     ` Kevin Hilman
2017-07-22 19:14                       ` Kevin Hilman
2017-02-10  8:41 ` [PATCH 1/4] ARM: sunxi_defconfig: Enable AC100 RTC driver Maxime Ripard
2017-02-10  8:41   ` Maxime Ripard

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=20170210084125.hts7qj2q3lplvk4m@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=rask@formelder.dk \
    --cc=wens@csie.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.