Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
1de86cbf
Commit
1de86cbf
authored
Nov 28, 2013
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
69e85632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
vsc3304.patch
recipes-kernel/linux/linux-xlnx/vsc3304.patch
+6
-6
No files found.
recipes-kernel/linux/linux-xlnx/vsc3304.patch
View file @
1de86cbf
Index: git/drivers/misc/Kconfig
===================================================================
--- git.orig/drivers/misc/Kconfig 2013-11-2
7 23:29:14.793862172
-0700
+++ git/drivers/misc/Kconfig 2013-11-2
7 23:29:17.897862204
-0700
--- git.orig/drivers/misc/Kconfig 2013-11-2
8 00:49:54.229912368
-0700
+++ git/drivers/misc/Kconfig 2013-11-2
8 00:49:57.261912399
-0700
@@ -549,6 +549,13 @@
their requirements.
...
...
@@ -18,8 +18,8 @@ Index: git/drivers/misc/Kconfig
source "drivers/misc/eeprom/Kconfig"
Index: git/drivers/misc/Makefile
===================================================================
--- git.orig/drivers/misc/Makefile 2013-11-2
7 23:29:14.793862172
-0700
+++ git/drivers/misc/Makefile 2013-11-2
7 23:29:17.897862204
-0700
--- git.orig/drivers/misc/Makefile 2013-11-2
8 00:49:54.233912368
-0700
+++ git/drivers/misc/Makefile 2013-11-2
8 00:49:57.261912399
-0700
@@ -55,3 +55,4 @@
obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o
obj-$(CONFIG_SRAM) += sram.o
...
...
@@ -28,7 +28,7 @@ Index: git/drivers/misc/Makefile
Index: git/drivers/misc/vsc330x.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ git/drivers/misc/vsc330x.c 2013-11-28 00:
46:10.785910050
-0700
+++ git/drivers/misc/vsc330x.c 2013-11-28 00:
56:30.913916483
-0700
@@ -0,0 +1,872 @@
+/*!***************************************************************************
+ *! FILE NAME : vsc330x.c
...
...
@@ -822,7 +822,7 @@ Index: git/drivers/misc/vsc330x.c
+ dev_dbg(&client->dev,"page=0x%02x, reg=0x%02x, data=0x%02x, mask=0x%02x \n",
+ (int)setup_data.page, (int)setup_data.reg,(int)setup_data.data,(int)setup_data.mask);
+ if (((rc=write_page_with_mask(client, (setup_data.page==0xff)?-1:setup_data.page, setup_data.reg,
+ setup_data.data
root
, setup_data.mask)))<0) return rc;
+ setup_data.data, setup_data.mask)))<0) return rc;
+ }
+ } else {
+ dev_info(&client->dev,"'vsc330x,configuration_data' not found\n");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment