All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Valentin <eduardo.valentin@ti.com>
To: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: linux-pm@vger.kernel.org,
	Eduardo Valentin <eduardo.valentin@ti.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Zhang Rui <rui.zhang@intel.com>, Shawn Guo <shawn.guo@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] thermal: imx_thermal: add module device table
Date: Wed, 18 Dec 2013 10:47:35 -0400	[thread overview]
Message-ID: <52B1B587.3050106@ti.com> (raw)
In-Reply-To: <E1Vsg3A-0008Q1-9O@rmk-PC.arm.linux.org.uk>


[-- Attachment #1.1: Type: text/plain, Size: 952 bytes --]

On 16-12-2013 17:50, Russell King wrote:
> Add the module device table declaration so the module can be loaded
> automatically at boot time.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>

> ---
>  drivers/thermal/imx_thermal.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c
> index 1d6c801c1eb9..230864886775 100644
> --- a/drivers/thermal/imx_thermal.c
> +++ b/drivers/thermal/imx_thermal.c
> @@ -522,6 +522,7 @@ static const struct of_device_id of_imx_thermal_match[] = {
>  	{ .compatible = "fsl,imx6q-tempmon", },
>  	{ /* end */ }
>  };
> +MODULE_DEVICE_TABLE(of, of_imx_thermal_match);
>  
>  static struct platform_driver imx_thermal = {
>  	.driver = {
> 


-- 
You have got to be excited about what you are doing. (L. Lamport)

Eduardo Valentin


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 295 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: eduardo.valentin@ti.com (Eduardo Valentin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] thermal: imx_thermal: add module device table
Date: Wed, 18 Dec 2013 10:47:35 -0400	[thread overview]
Message-ID: <52B1B587.3050106@ti.com> (raw)
In-Reply-To: <E1Vsg3A-0008Q1-9O@rmk-PC.arm.linux.org.uk>

On 16-12-2013 17:50, Russell King wrote:
> Add the module device table declaration so the module can be loaded
> automatically at boot time.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>

> ---
>  drivers/thermal/imx_thermal.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c
> index 1d6c801c1eb9..230864886775 100644
> --- a/drivers/thermal/imx_thermal.c
> +++ b/drivers/thermal/imx_thermal.c
> @@ -522,6 +522,7 @@ static const struct of_device_id of_imx_thermal_match[] = {
>  	{ .compatible = "fsl,imx6q-tempmon", },
>  	{ /* end */ }
>  };
> +MODULE_DEVICE_TABLE(of, of_imx_thermal_match);
>  
>  static struct platform_driver imx_thermal = {
>  	.driver = {
> 


-- 
You have got to be excited about what you are doing. (L. Lamport)

Eduardo Valentin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 295 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131218/4132a3d0/attachment.sig>

  parent reply	other threads:[~2013-12-18 14:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16 21:50 [PATCH] thermal: imx_thermal: add module device table Russell King
2013-12-16 21:50 ` Russell King
2013-12-17  2:57 ` Shawn Guo
2013-12-17  2:57   ` Shawn Guo
2013-12-18 14:47 ` Eduardo Valentin [this message]
2013-12-18 14:47   ` Eduardo Valentin
2013-12-19 11:10   ` Russell King - ARM Linux
2013-12-19 11:10     ` Russell King - ARM Linux
2014-01-02  2:36     ` Zhang Rui
2014-01-02  2:36       ` Zhang Rui
  -- strict thread matches above, loose matches on Subject: below --
2013-10-30 23:56 Russell King
2013-10-30 23:56 ` Russell King
2013-10-31  8:03 ` Shawn Guo
2013-10-31  8:03   ` Shawn Guo
2013-11-04 16:09 ` Eduardo Valentin
2013-11-04 16:09   ` Eduardo Valentin

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=52B1B587.3050106@ti.com \
    --to=eduardo.valentin@ti.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rmk+kernel@arm.linux.org.uk \
    --cc=rui.zhang@intel.com \
    --cc=shawn.guo@linaro.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.