summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-spmi.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-19/+10Star
* regmap: constify regmap_bus structuresJulia Lawall2017-08-141-2/+2
* regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham2016-04-151-1/+1
* regmap: Move documentation to regmap.hNicolas Boichat2015-08-111-34/+0Star
* regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-071-16/+28
* regmap: spmi: support base and extended register spacesJosh Cartwright2014-02-151-31/+197
* regmap: add SPMI supportJosh Cartwright2013-10-281-0/+90