public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Fleming <matt@console-pimps.org>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: linux-efi@vger.kernel.org, matt.fleming@intel.com,
	leif.lindholm@linaro.org, roy.franz@linaro.org,
	Alessandro Zummo <a.zummo@towertech.it>,
	rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] efi: rtc-efi: export platform:rtc-efi as module alias
Date: Sun, 14 Sep 2014 14:58:52 +0100	[thread overview]
Message-ID: <20140914135852.GI18582@console-pimps.org> (raw)
In-Reply-To: <1410423640-1499-1-git-send-email-ard.biesheuvel@linaro.org>

(Cc'ing rtc maintainer, list and akpm)

On Thu, 11 Sep, at 10:20:40AM, Ard Biesheuvel wrote:
> When the rtc-efi driver is built as a module, we already register the
> EFI rtc as a platform device if UEFI Runtime Services are enabled.
> To wire it up to udev, and let the module be loaded automatically, we
> need to export the 'platform:rtc-efi' alias from the module.
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
>  drivers/rtc/rtc-efi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/rtc/rtc-efi.c b/drivers/rtc/rtc-efi.c
> index 8225b89de810..59a55e7abf78 100644
> --- a/drivers/rtc/rtc-efi.c
> +++ b/drivers/rtc/rtc-efi.c
> @@ -235,3 +235,4 @@ module_platform_driver_probe(efi_rtc_driver, efi_rtc_probe);
>  MODULE_AUTHOR("dann frazier <dannf@hp.com>");
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("EFI RTC driver");
> +MODULE_ALIAS("platform:rtc-efi");
> -- 
> 1.8.3.2

I haven't picked up any rtc-efi patches before. They appear to have gone
through akpm in the past.

Andrew, would you mind picking this one up?

-- 
Matt Fleming, Intel Open Source Technology Center

       reply	other threads:[~2014-09-14 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1410423640-1499-1-git-send-email-ard.biesheuvel@linaro.org>
2014-09-14 13:58 ` Matt Fleming [this message]
2014-10-03 12:38   ` [PATCH] efi: rtc-efi: export platform:rtc-efi as module alias Matt Fleming

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=20140914135852.GI18582@console-pimps.org \
    --to=matt@console-pimps.org \
    --cc=a.zummo@towertech.it \
    --cc=akpm@linux-foundation.org \
    --cc=ard.biesheuvel@linaro.org \
    --cc=leif.lindholm@linaro.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt.fleming@intel.com \
    --cc=roy.franz@linaro.org \
    --cc=rtc-linux@googlegroups.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