]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regmap: Allow multiple patches to be registered
authorMark Brown <broonie@linaro.org>
Thu, 11 Jul 2013 11:41:44 +0000 (12:41 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 15 Jul 2013 10:17:18 +0000 (11:17 +0100)
commit3cb5783a271fb75a95c3fffaf6af0c36cd85c5dc
tree930baa350efee1b4ffd208c7453ae447f614e340
parentad81f0545ef01ea651886dddac4bef6cec930092
regmap: Allow multiple patches to be registered

It may be useful to register multiple patches with regmap, for example
one that depends on the device revision and one that depends on the system
configuration. Add support for doing this, appending any new patches to
the existing patches.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/base/regmap/regmap.c