projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ad6e1fb
74fe7b5
)
Merge tag 'regmap-noinc-read' into togreg
author
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sun, 19 Aug 2018 17:06:59 +0000
(18:06 +0100)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sun, 19 Aug 2018 17:06:59 +0000
(18:06 +0100)
regmap: Support non-incrementing registers
Some devices have individual registers that don't autoincrement the
register address during bulk reads but instead repeatedly read the same
value, for example for monitoring GPIOs or ADCs. Add support for these.
Trivial merge