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
3df6fec9
Commit
3df6fec9
authored
Dec 13, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new patch
parent
9c172b1c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
4983 deletions
+47
-4983
si5338_vsc330x.patch
recipes-kernel/linux/linux-xlnx/si5338_vsc330x.patch
+46
-0
vsc3304.patch
recipes-kernel/linux/linux-xlnx/vsc3304.patch
+0
-4982
linux-xlnx_3.10.bbappend
recipes-kernel/linux/linux-xlnx_3.10.bbappend
+1
-1
No files found.
recipes-kernel/linux/linux-xlnx/si5338_vsc330x.patch
0 → 100644
View file @
3df6fec9
Index: git/drivers/misc/Kconfig
===================================================================
--- git.orig/drivers/misc/Kconfig 2013-12-12 16:39:32.966559148 -0700
+++ git/drivers/misc/Kconfig 2013-12-12 16:52:05.078566949 -0700
@@ -517,6 +517,13 @@
To compile this driver as a module, choose M here: the module
will be called si570
+config SI5338
+ tristate "Support Silicon Laboratories SI5338 Quad Clock Generator"
+ help
+ Say Y here if you have a SI5338 Quad Clock Generator IC on the I2C bus.
+ To compile this driver as a module, choose M here: the
+ module will be called si5338.
+
config LATTICE_ECP3_CONFIG
tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
depends on SPI && SYSFS
@@ -537,6 +544,13 @@
the genalloc API. It is supposed to be used for small on-chip SRAM
areas found on many SoCs.
+config VSC330X
+ tristate "Support VSC330X crosspoint switch"
+ help
+ Say Y here if you have a VSC30X crosspoint switch IC on the I2C bus.
+ To compile this driver as a module, choose M here: the
+ module will be called vsc330x.
+
config XILINX_TRAFGEN
tristate "Xilinx Traffic Generator"
depends on MICROBLAZE
Index: git/drivers/misc/Makefile
===================================================================
--- git.orig/drivers/misc/Makefile 2013-12-12 16:39:40.794559230 -0700
+++ git/drivers/misc/Makefile 2013-12-12 16:54:40.410568561 -0700
@@ -51,7 +51,9 @@
obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/
obj-$(CONFIG_INTEL_MEI) += mei/
obj-$(CONFIG_SI570) += si570.o
+obj-$(CONFIG_SI5338) += si5338.o
obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci/
obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o
obj-$(CONFIG_SRAM) += sram.o
obj-$(CONFIG_XILINX_TRAFGEN) += xilinx_trafgen.o
+obj-$(CONFIG_VSC330X) += vsc330x.o
recipes-kernel/linux/linux-xlnx/vsc3304.patch
deleted
100644 → 0
View file @
9c172b1c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
recipes-kernel/linux/linux-xlnx_3.10.bbappend
View file @
3df6fec9
...
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_append := "${THISDIR}/linux-xlnx:"
...
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_append := "${THISDIR}/linux-xlnx:"
SRC_URI_append += " file://xilinx_nandps_elphel393.patch"
SRC_URI_append += " file://xilinx_nandps_elphel393.patch"
SRC_URI_append += " file://xilinx_emacps.c.patch"
SRC_URI_append += " file://xilinx_emacps.c.patch"
SRC_URI_append += " file://
vsc3304
.patch"
SRC_URI_append += " file://
si5338_vsc330x
.patch"
# Kernel version and SRCREV correspond to:
# Kernel version and SRCREV correspond to:
# github.com/Xilinx/linux-xlnx.git xilinx-v14.7 tag
# github.com/Xilinx/linux-xlnx.git xilinx-v14.7 tag
...
...
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