Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2b6c83ca
Commit
2b6c83ca
authored
Jul 02, 2018
by
Linus Walleij
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ib-aspeed' into devel
parents
72b38caf
a7ca1382
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
383 additions
and
58 deletions
+383
-58
drivers/gpio/gpio-aspeed.c
drivers/gpio/gpio-aspeed.c
+368
-58
include/linux/gpio/aspeed.h
include/linux/gpio/aspeed.h
+15
-0
No files found.
drivers/gpio/gpio-aspeed.c
View file @
2b6c83ca
This diff is collapsed.
Click to expand it.
include/linux/gpio/aspeed.h
0 → 100644
View file @
2b6c83ca
#ifndef __GPIO_ASPEED_H
#define __GPIO_ASPEED_H
struct
aspeed_gpio_copro_ops
{
int
(
*
request_access
)(
void
*
data
);
int
(
*
release_access
)(
void
*
data
);
};
int
aspeed_gpio_copro_grab_gpio
(
struct
gpio_desc
*
desc
,
u16
*
vreg_offset
,
u16
*
dreg_offset
,
u8
*
bit
);
int
aspeed_gpio_copro_release_gpio
(
struct
gpio_desc
*
desc
);
int
aspeed_gpio_copro_set_ops
(
const
struct
aspeed_gpio_copro_ops
*
ops
,
void
*
data
);
#endif
/* __GPIO_ASPEED_H */
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