git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67921a1
)
regmap: No multi_write support if bus->write does not exist
author
Markus Pargmann
<mpa@pengutronix.de>
Fri, 21 Aug 2015 08:26:43 +0000
(10:26 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 21 Aug 2015 16:33:43 +0000
(09:33 -0700)
There is no multi_write support available if we cannot use raw_write.
This is the case if bus->write is not implemented.
This patch adds a condition that we need bus and bus->write so that
can_multi_write is true.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap.c
patch
|
blob
|
history
diff --cc
drivers/base/regmap/regmap.c
Simple merge