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
18813c2c
Commit
18813c2c
authored
May 05, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gpio_control exported
parent
ea763119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
elphel393-pwr.c
src/drivers/elphel/elphel393-pwr.c
+5
-0
No files found.
src/drivers/elphel/elphel393-pwr.c
View file @
18813c2c
...
...
@@ -665,6 +665,11 @@ int gpio_10389_ctrl(struct device *dev, int value){
return
0
;
}
int
gpio_10389_control
(
int
value
){
return
gpio_10389_ctrl
(
shutdown_dev
,
value
);
}
EXPORT_SYMBOL_GPL
(
gpio_10389_control
);
int
por_ctrl
(
struct
device
*
dev
,
int
disable_por
)
{
int
gpio_disable_por_index
=
get_gpio_index_by_name
(
"DIS_POR"
);
...
...
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