diff mbox

cx18: Bump driver version to 1.5.0

Message ID 1304509147-28058-1-git-send-email-simon.farnsworth@onelan.co.uk (mailing list archive)
State Accepted
Headers show

Commit Message

Simon Farnsworth May 4, 2011, 11:39 a.m. UTC
To simplify maintainer support of this driver, bump the version to
1.5.0 - this will be the first version that is expected to support
mmap() for raw video frames.

Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
---
Mauro,

This is an incremental patch to apply on top of my cleanup patch - if
you would prefer a complete new patch with this squashed into the
cleanup patch, just ask and it will be done.

 drivers/media/video/cx18/cx18-version.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Andy Walls May 4, 2011, 12:20 p.m. UTC | #1
Simon Farnsworth <simon.farnsworth@onelan.co.uk> wrote:

>To simplify maintainer support of this driver, bump the version to
>1.5.0 - this will be the first version that is expected to support
>mmap() for raw video frames.
>
>Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
>---
>Mauro,
>
>This is an incremental patch to apply on top of my cleanup patch - if
>you would prefer a complete new patch with this squashed into the
>cleanup patch, just ask and it will be done.
>
> drivers/media/video/cx18/cx18-version.h |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/drivers/media/video/cx18/cx18-version.h
>b/drivers/media/video/cx18/cx18-version.h
>index 62c6ca2..cd189b6 100644
>--- a/drivers/media/video/cx18/cx18-version.h
>+++ b/drivers/media/video/cx18/cx18-version.h
>@@ -24,8 +24,8 @@
> 
> #define CX18_DRIVER_NAME "cx18"
> #define CX18_DRIVER_VERSION_MAJOR 1
>-#define CX18_DRIVER_VERSION_MINOR 4
>-#define CX18_DRIVER_VERSION_PATCHLEVEL 1
>+#define CX18_DRIVER_VERSION_MINOR 5
>+#define CX18_DRIVER_VERSION_PATCHLEVEL 0
> 
>#define CX18_VERSION __stringify(CX18_DRIVER_VERSION_MAJOR) "."
>__stringify(CX18_DRIVER_VERSION_MINOR) "."
>__stringify(CX18_DRIVER_VERSION_PATCHLEVEL)
>#define CX18_DRIVER_VERSION KERNEL_VERSION(CX18_DRIVER_VERSION_MAJOR, \
>-- 
>1.7.4
>
>--
>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

Thanks Simon.

Acked-by: Andy Walls <awalls@md.metrocast.net>

Regards,
Andy
--
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
diff mbox

Patch

diff --git a/drivers/media/video/cx18/cx18-version.h b/drivers/media/video/cx18/cx18-version.h
index 62c6ca2..cd189b6 100644
--- a/drivers/media/video/cx18/cx18-version.h
+++ b/drivers/media/video/cx18/cx18-version.h
@@ -24,8 +24,8 @@ 
 
 #define CX18_DRIVER_NAME "cx18"
 #define CX18_DRIVER_VERSION_MAJOR 1
-#define CX18_DRIVER_VERSION_MINOR 4
-#define CX18_DRIVER_VERSION_PATCHLEVEL 1
+#define CX18_DRIVER_VERSION_MINOR 5
+#define CX18_DRIVER_VERSION_PATCHLEVEL 0
 
 #define CX18_VERSION __stringify(CX18_DRIVER_VERSION_MAJOR) "." __stringify(CX18_DRIVER_VERSION_MINOR) "." __stringify(CX18_DRIVER_VERSION_PATCHLEVEL)
 #define CX18_DRIVER_VERSION KERNEL_VERSION(CX18_DRIVER_VERSION_MAJOR, \