[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-31-gc24fedd
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2016-01-22 14:32:13
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via c24feddeda564e70f702fff969d455e8ca646ee2 (commit)
from ce793e69a4e05c8b6611c7507cbf3e0cd7d97433 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c24feddeda564e70f702fff969d455e8ca646ee2
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Jan 22 15:07:08 2016 +0100
[LINUX] 3.19+: add a fix to be able to build imx_v6_v7_defconfig mainline defconfig
-----------------------------------------------------------------------
Summary of changes:
...madeus-fixes-build-of-imx_v6_v7_defconfig.patch | 26 ++++++++++++++++++++
...madeus-fixes-build-of-imx_v6_v7_defconfig.patch | 26 ++++++++++++++++++++
2 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.19/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch
create mode 100644 patches/linux/4.0/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch
diff --git a/patches/linux/3.19/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch b/patches/linux/3.19/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch
new file mode 100644
index 0000000..592f3d6
--- /dev/null
+++ b/patches/linux/3.19/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch
@@ -0,0 +1,26 @@
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+diff -urN linux-3.19.8/drivers/staging/media/imx6/capture/adv7180.c linux-3.19.8.mod/drivers/staging/media/imx6/capture/adv7180.c
+--- linux-3.19.8/drivers/staging/media/imx6/capture/adv7180.c 2016-01-21 17:58:05.404862262 +0100
++++ linux-3.19.8.mod/drivers/staging/media/imx6/capture/adv7180.c 2016-01-21 17:56:30.460858963 +0100
+@@ -806,7 +806,7 @@
+ }
+
+ static int adv7180_enum_mbus_fmt(struct v4l2_subdev *sd, unsigned index,
+- enum v4l2_mbus_pixelcode *code)
++ u32 *code)
+ {
+ struct adv7180_dev *sensor = to_adv7180_dev(sd);
+
+diff -urN linux-3.19.8/drivers/staging/media/imx6/capture/ov5642.c linux-3.19.8.mod/drivers/staging/media/imx6/capture/ov5642.c
+--- linux-3.19.8/drivers/staging/media/imx6/capture/ov5642.c 2016-01-21 17:58:05.404862262 +0100
++++ linux-3.19.8.mod/drivers/staging/media/imx6/capture/ov5642.c 2016-01-21 17:57:10.864860367 +0100
+@@ -3985,7 +3985,7 @@
+ }
+
+ static int ov5642_enum_mbus_fmt(struct v4l2_subdev *sd, unsigned index,
+- enum v4l2_mbus_pixelcode *code)
++ u32 *code)
+ {
+ struct ov5642_dev *sensor = to_ov5642_dev(sd);
+
diff --git a/patches/linux/4.0/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch b/patches/linux/4.0/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch
new file mode 100644
index 0000000..592f3d6
--- /dev/null
+++ b/patches/linux/4.0/0626-armadeus-fixes-build-of-imx_v6_v7_defconfig.patch
@@ -0,0 +1,26 @@
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+diff -urN linux-3.19.8/drivers/staging/media/imx6/capture/adv7180.c linux-3.19.8.mod/drivers/staging/media/imx6/capture/adv7180.c
+--- linux-3.19.8/drivers/staging/media/imx6/capture/adv7180.c 2016-01-21 17:58:05.404862262 +0100
++++ linux-3.19.8.mod/drivers/staging/media/imx6/capture/adv7180.c 2016-01-21 17:56:30.460858963 +0100
+@@ -806,7 +806,7 @@
+ }
+
+ static int adv7180_enum_mbus_fmt(struct v4l2_subdev *sd, unsigned index,
+- enum v4l2_mbus_pixelcode *code)
++ u32 *code)
+ {
+ struct adv7180_dev *sensor = to_adv7180_dev(sd);
+
+diff -urN linux-3.19.8/drivers/staging/media/imx6/capture/ov5642.c linux-3.19.8.mod/drivers/staging/media/imx6/capture/ov5642.c
+--- linux-3.19.8/drivers/staging/media/imx6/capture/ov5642.c 2016-01-21 17:58:05.404862262 +0100
++++ linux-3.19.8.mod/drivers/staging/media/imx6/capture/ov5642.c 2016-01-21 17:57:10.864860367 +0100
+@@ -3985,7 +3985,7 @@
+ }
+
+ static int ov5642_enum_mbus_fmt(struct v4l2_subdev *sd, unsigned index,
+- enum v4l2_mbus_pixelcode *code)
++ u32 *code)
+ {
+ struct ov5642_dev *sensor = to_ov5642_dev(sd);
+
hooks/post-receive
--
armadeus
|