Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
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
linux-elphel
Commits
c5dd2cf3
Commit
c5dd2cf3
authored
Mar 28, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
fcf1ed50
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
121 additions
and
53 deletions
+121
-53
framepars.c
src/drivers/elphel/framepars.c
+1
-1
gamma_tables.c
src/drivers/elphel/gamma_tables.c
+1
-1
histograms.c
src/drivers/elphel/histograms.c
+1
-1
mt9f002.c
src/drivers/elphel/mt9f002.c
+117
-49
x393_videomem.c
src/drivers/elphel/x393_videomem.c
+1
-1
No files found.
src/drivers/elphel/framepars.c
View file @
c5dd2cf3
...
@@ -314,7 +314,7 @@ int initSequencers(int sensor_port)
...
@@ -314,7 +314,7 @@ int initSequencers(int sensor_port)
sec_usec_t
sec_usec
;
sec_usec_t
sec_usec
;
FLAGS_IBH
FLAGS_IBH
if
(
!
is_fpga_programmed
()){
if
(
!
is_fpga_programmed
()){
dev_err
(
g_devfp_ptr
,
"*** Attempted to access hardware without bitst
er
am ***
\n
"
);
dev_err
(
g_devfp_ptr
,
"*** Attempted to access hardware without bitst
re
am ***
\n
"
);
return
-
ENODEV
;
return
-
ENODEV
;
}
}
if
(
!
hardware_initialized
)
{
if
(
!
hardware_initialized
)
{
...
...
src/drivers/elphel/gamma_tables.c
View file @
c5dd2cf3
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
#include "gamma_tables.h"
#include "gamma_tables.h"
#include "x393.h"
#include "x393.h"
#include "detect_sensors.h"
#include "detect_sensors.h"
#include "x393_fpga_functions.h" // to check bitst
er
am
#include "x393_fpga_functions.h" // to check bitst
re
am
/**
/**
* @brief optional debug output
* @brief optional debug output
...
...
src/drivers/elphel/histograms.c
View file @
c5dd2cf3
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
#include "x393.h"
#include "x393.h"
#include "histograms.h"
#include "histograms.h"
#include "detect_sensors.h"
#include "detect_sensors.h"
#include "x393_fpga_functions.h" // to check bitst
er
am
#include "x393_fpga_functions.h" // to check bitst
re
am
/**
/**
* \def MDF21(x) optional debug output
* \def MDF21(x) optional debug output
*/
*/
...
...
src/drivers/elphel/mt9f002.c
View file @
c5dd2cf3
This diff is collapsed.
Click to expand it.
src/drivers/elphel/x393_videomem.c
View file @
c5dd2cf3
...
@@ -727,7 +727,7 @@ int membridge_start(int sensor_port, unsigned long target_frame){
...
@@ -727,7 +727,7 @@ int membridge_start(int sensor_port, unsigned long target_frame){
// check fpga
// check fpga
if
(
!
is_fpga_programmed
()){
if
(
!
is_fpga_programmed
()){
pr_err
(
"*** Attempted to access hardware without bitst
er
am ***
\n
"
);
pr_err
(
"*** Attempted to access hardware without bitst
re
am ***
\n
"
);
return
-
ENODEV
;
return
-
ENODEV
;
}
}
...
...
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