commit | aab13ebca2c67c3b8f004a013a36f661a3950b00 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 11 12:41:44 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri Aug 16 20:33:05 2013 +0100 |
tree | 0cf9fbb727f4791252d883c1decc63f443bc91e1 | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 [diff] |
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>