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
4e77789f
Commit
4e77789f
authored
Jul 22, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edited headers
parent
97ccb7c2
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
32 additions
and
62 deletions
+32
-62
clock10359.c
src/drivers/elphel/clock10359.c
+3
-6
clock10359.h
src/drivers/elphel/clock10359.h
+2
-3
elphel393-mem.c
src/drivers/elphel/elphel393-mem.c
+2
-5
elphel393-pwr.c
src/drivers/elphel/elphel393-pwr.c
+2
-4
exif393.c
src/drivers/elphel/exif393.c
+5
-35
exif393.h
src/drivers/elphel/exif393.h
+15
-2
fpgajtag353.c
src/drivers/elphel/fpgajtag353.c
+1
-2
sensor_i2c.h
src/drivers/elphel/sensor_i2c.h
+2
-5
No files found.
src/drivers/elphel/clock10359.c
View file @
4e77789f
/***************************************************************************
**
**
/***************************************************************************
//
**
* @file clock10359.c
* @file clock10359.c
* @brief Control of the CY22393 clock on the 10359 multiplexer connected
* @brief Control of the CY22393 clock on the 10359 multiplexer connected
* to the sensor port
* to the sensor port
* Copyright 2002-2016 (C) Elphel, Inc.
* @copyright Copyright 2002-2016 (C) Elphel, Inc.
* -----------------------------------------------------------------------------*
* @par <b>License</b>
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
...
...
src/drivers/elphel/clock10359.h
View file @
4e77789f
/***************************************************************************
**
**
/***************************************************************************
//
**
* @file clock10359.h
* @file clock10359.h
* @brief Control of the CY22393 clock on the 10359 multiplexer connected
* @brief Control of the CY22393 clock on the 10359 multiplexer connected
* to the sensor port
* to the sensor port
* Copyright 2002-2016 (C) Elphel, Inc.
* Copyright 2002-2016 (C) Elphel, Inc.
* -----------------------------------------------------------------------------*
* @par <b>License</b>
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* the Free Software Foundation, either version 2 of the License, or
...
...
src/drivers/elphel/elphel393-mem.c
View file @
4e77789f
/*!***********************************************************************
**
**
/*!***********************************************************************
//
**
* @file elphel393-mem.c
* @file elphel393-mem.c
* @brief Reserve large memory range at boot time (when it is available)
* @brief Reserve large memory range at boot time (when it is available)
* to use as a circular video buffer
* to use as a circular video buffer
* @copyright Copyright (C) 2015 Elphel, Inc.
* @copyright Copyright (C) 2015 Elphel, Inc.
* @par <b>License</b>
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
*****************************************************************************/
...
...
src/drivers/elphel/elphel393-pwr.c
View file @
4e77789f
/*!***********************************************************************
**
**
/*!***********************************************************************
//
**
* @file elphel393-pwr.c
* @file elphel393-pwr.c
* @brief power supplies control on Elphel 10393 board
* @brief power supplies control on Elphel 10393 board
* @copyright Copyright (C) 2013-2016 Elphel, Inc.
* @copyright Copyright (C) 2013-2016 Elphel, Inc.
*
*
@par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
...
...
src/drivers/elphel/exif393.c
View file @
4e77789f
/*!****************************************************************************
**
**
/*!****************************************************************************
//
**
* @file exif3
5
3.c
* @file exif3
9
3.c
* @brief Drivers for Exif manipulation
* @brief Drivers for Exif manipulation
* @copyright Copyright (C) 2008 Elphel, Inc.
* @copyright Copyright (C) 2008-2016 Elphel, Inc.
* @par <b>License</b>
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* $Log: exif353.c,v $
* Revision 1.2 2009/02/18 06:27:34 elphel
* fixed system date calculation fro Exif (was 2 days ahead in the years after leap)
*
* Revision 1.1.1.1 2008/11/27 20:04:00 elphel
*
*
* Revision 1.3 2008/09/20 00:29:49 elphel
* moved driver major/minor numbers to a single file - include/asm-cris/elphel/driver_numbers.h
*
* Revision 1.2 2008/09/12 00:23:59 elphel
* removed cc353.c, cc353.h
*
* Revision 1.4 2008/04/25 21:28:56 elphel
* added more functions for access from the IRQ, changed them to inline
*
* Revision 1.3 2008/04/11 23:16:51 elphel
* removed unneeded local_irq_disable() after local_irq_save_flags()
*
* Revision 1.2 2008/04/07 09:45:30 elphel
* removed unused variable
*
* Revision 1.1 2008/04/07 09:09:07 elphel
* New driver to handle Exif
*
*
*/
*/
//copied fr
e
om cxi2c.c - TODO:remove unneeded
//copied from cxi2c.c - TODO:remove unneeded
#include <linux/module.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/sched.h>
...
...
src/drivers/elphel/exif393.h
View file @
4e77789f
/*
/*!****************************************************************************//**
exif353.h
* @file exif393.h
* @brief Drivers for Exif manipulation
* @copyright Copyright (C) 2008-2016 Elphel, Inc.
* @par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
#ifndef _EXIF_H
#ifndef _EXIF_H
#define _EXIF_H
#define _EXIF_H
...
...
src/drivers/elphel/fpgajtag353.c
View file @
4e77789f
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
* @file fpgajtag353.c
* @file fpgajtag353.c
* @brief TBD
* @brief TBD
* @copyright Copyright 2002-20016 (C) Elphel, Inc.
* @copyright Copyright 2002-20016 (C) Elphel, Inc.
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* the Free Software Foundation, either version 2 of the License, or
...
@@ -15,7 +14,7 @@
...
@@ -15,7 +14,7 @@
*
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
-----------------------------------------------------------------------------*
*
*
@par <b>License</b>
*
*/
*/
#undef DEBUG
#undef DEBUG
/****************** INCLUDE FILES SECTION ***********************************/
/****************** INCLUDE FILES SECTION ***********************************/
...
...
src/drivers/elphel/sensor_i2c.h
View file @
4e77789f
/***************************************************************************
**
**
/***************************************************************************
//
**
* @file sensor_i2c.h
* @file sensor_i2c.h
* @brief Interface to FPGA-based i2c sequencer for sensor ports
* @brief Interface to FPGA-based i2c sequencer for sensor ports
* @copyright Copyright 2016 (C) Elphel, Inc.
* @copyright Copyright 2016 (C) Elphel, Inc.
* -----------------------------------------------------------------------------*
* @par <b>License</b>
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
*******************************************************************************/
...
...
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