Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jan.koester
Linux
Commits
be2136e5
Commit
be2136e5
authored
13 years ago
by
Mark Brown
Browse files
Options
Downloads
Plain Diff
Merge branch 'regmap-interface' into regmap-next
parents
2efe1642
3566cc9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linux/regmap.h
+9
-9
9 additions, 9 deletions
include/linux/regmap.h
with
9 additions
and
9 deletions
include/linux/regmap.h
+
9
−
9
View file @
be2136e5
...
...
@@ -27,15 +27,15 @@ struct spi_device;
* @val_bits: Number of bits in a register value, mandatory.
*
* @max_register: Optional, specifies the maximum valid register index.
* @writeable_reg
ister
: Optional callback returning true if the register
*
can be written to.
* @readable_reg
ister
: Optional callback returning true if the register
*
can be read from.
* @volatile_reg
ister
: Optional callback returning true if the register
*
value can't be cached.
* @precious_reg
ister
: Optional callback returning true if the rgister
*
should not be read outside of a call from the driver
*
(eg, a clear on read interrupt status register).
* @writeable_reg: Optional callback returning true if the register
* can be written to.
* @readable_reg: Optional callback returning true if the register
* can be read from.
* @volatile_reg: Optional callback returning true if the register
* value can't be cached.
* @precious_reg: Optional callback returning true if the rgister
* should not be read outside of a call from the driver
* (eg, a clear on read interrupt status register).
*/
struct
regmap_config
{
int
reg_bits
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment