From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Nicolas Ferre <nicolas.ferre@atmel.com>,
Johan Hovold <jhovold@gmail.com>,
linux-fbdev@vger.kernel.org,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] atmel_lcdfb: fix module autoload
Date: Wed, 04 Dec 2013 08:49:34 +0000 [thread overview]
Message-ID: <529EEC9E.8020302@ti.com> (raw)
In-Reply-To: <529CD0B5.600@atmel.com>
[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]
On 2013-12-02 20:25, Nicolas Ferre wrote:
> On 22/10/2013 18:36, Johan Hovold :
>> Add missing module device table which is needed for module autoloading.
>>
>> Signed-off-by: Johan Hovold <jhovold@gmail.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> Jean-Christophe, Tomi,
>
> Can you please take this patch?
>
> Best regards,
>
>
>> ---
>> drivers/video/atmel_lcdfb.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
>> index 088511a..67b339c 100644
>> --- a/drivers/video/atmel_lcdfb.c
>> +++ b/drivers/video/atmel_lcdfb.c
>> @@ -94,6 +94,7 @@ static const struct platform_device_id
>> atmel_lcdfb_devtypes[] = {
>> /* terminator */
>> }
>> };
>> +MODULE_DEVICE_TABLE(platform, atmel_lcdfb_devtypes);
>>
>> static struct atmel_lcdfb_config *
>> atmel_lcdfb_get_config(struct platform_device *pdev)
>>
Thanks, queued for 3.13 fbdev fixes.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Nicolas Ferre <nicolas.ferre@atmel.com>,
Johan Hovold <jhovold@gmail.com>, <linux-fbdev@vger.kernel.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] atmel_lcdfb: fix module autoload
Date: Wed, 4 Dec 2013 10:49:34 +0200 [thread overview]
Message-ID: <529EEC9E.8020302@ti.com> (raw)
In-Reply-To: <529CD0B5.600@atmel.com>
[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]
On 2013-12-02 20:25, Nicolas Ferre wrote:
> On 22/10/2013 18:36, Johan Hovold :
>> Add missing module device table which is needed for module autoloading.
>>
>> Signed-off-by: Johan Hovold <jhovold@gmail.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>
> Jean-Christophe, Tomi,
>
> Can you please take this patch?
>
> Best regards,
>
>
>> ---
>> drivers/video/atmel_lcdfb.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
>> index 088511a..67b339c 100644
>> --- a/drivers/video/atmel_lcdfb.c
>> +++ b/drivers/video/atmel_lcdfb.c
>> @@ -94,6 +94,7 @@ static const struct platform_device_id
>> atmel_lcdfb_devtypes[] = {
>> /* terminator */
>> }
>> };
>> +MODULE_DEVICE_TABLE(platform, atmel_lcdfb_devtypes);
>>
>> static struct atmel_lcdfb_config *
>> atmel_lcdfb_get_config(struct platform_device *pdev)
>>
Thanks, queued for 3.13 fbdev fixes.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
next prev parent reply other threads:[~2013-12-04 8:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 16:36 [PATCH] atmel_lcdfb: fix module autoload Johan Hovold
2013-10-22 16:36 ` Johan Hovold
2013-12-02 18:25 ` Nicolas Ferre
2013-12-02 18:25 ` Nicolas Ferre
2013-12-04 8:49 ` Tomi Valkeinen [this message]
2013-12-04 8:49 ` Tomi Valkeinen
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=529EEC9E.8020302@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=jhovold@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
--cc=plagnioj@jcrosoft.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.