* [PATCH] mmp_camera: add MODULE_ALIAS
@ 2011-09-07 9:36 Daniel Drake
2011-09-14 22:47 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Drake @ 2011-09-07 9:36 UTC (permalink / raw)
To: mchehab; +Cc: linux-media, corbet
This enables module autoloading.
Signed-off-by: Daniel Drake <dsd@laptop.org>
---
drivers/media/video/marvell-ccic/mmp-driver.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/marvell-ccic/mmp-driver.c b/drivers/media/video/marvell-ccic/mmp-driver.c
index d6b7645..fb0b124 100644
--- a/drivers/media/video/marvell-ccic/mmp-driver.c
+++ b/drivers/media/video/marvell-ccic/mmp-driver.c
@@ -29,6 +29,7 @@
#include "mcam-core.h"
+MODULE_ALIAS("platform:mmp-camera");
MODULE_AUTHOR("Jonathan Corbet <corbet@lwn.net>");
MODULE_LICENSE("GPL");
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mmp_camera: add MODULE_ALIAS
2011-09-07 9:36 [PATCH] mmp_camera: add MODULE_ALIAS Daniel Drake
@ 2011-09-14 22:47 ` Jonathan Corbet
2011-09-18 11:08 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2011-09-14 22:47 UTC (permalink / raw)
To: Daniel Drake; +Cc: mchehab, linux-media
On Wed, 7 Sep 2011 10:36:46 +0100 (BST)
Daniel Drake <dsd@laptop.org> wrote:
> This enables module autoloading.
>
> Signed-off-by: Daniel Drake <dsd@laptop.org>
No objections here, consider it acked.
Mauro: as far as I'm concerned, Daniel can be considered a co-maintainer
of the OLPC camera drivers. I'm not planning to forget about them, and
I'll certainly still look at patches, but please don't ever hold up
something from him if (as has, on very rare occasion, been known to
happen) I get a little slow.
Thanks,
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mmp_camera: add MODULE_ALIAS
2011-09-14 22:47 ` Jonathan Corbet
@ 2011-09-18 11:08 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2011-09-18 11:08 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Daniel Drake, linux-media
Em 14-09-2011 19:47, Jonathan Corbet escreveu:
> On Wed, 7 Sep 2011 10:36:46 +0100 (BST)
> Daniel Drake <dsd@laptop.org> wrote:
>
>> This enables module autoloading.
>>
>> Signed-off-by: Daniel Drake <dsd@laptop.org>
>
> No objections here, consider it acked.
>
> Mauro: as far as I'm concerned, Daniel can be considered a co-maintainer
> of the OLPC camera drivers. I'm not planning to forget about them, and
> I'll certainly still look at patches, but please don't ever hold up
> something from him if (as has, on very rare occasion, been known to
> happen) I get a little slow.
Ok, I'll do that.
Thanks!
Mauro
>
> Thanks,
>
> jon
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-18 11:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 9:36 [PATCH] mmp_camera: add MODULE_ALIAS Daniel Drake
2011-09-14 22:47 ` Jonathan Corbet
2011-09-18 11:08 ` Mauro Carvalho Chehab
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.