commit | db4a555f7c4cfcca26ca3a4ff5f9ee9bd6a78f98 | [log] [tgz] |
---|---|---|
author | Olliver Schinagl <oliver@schinagl.nl> | Mon Nov 26 17:27:42 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Nov 28 09:55:16 2018 +0000 |
tree | cbf2ee29bc4a47bb170bbd0375b779cc90793227 | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a [diff] |
regulator: axp20x: use defines for masks The AXP20X driver currently has several masks defined throughout the code. Use nice defines to make them clean and more descriptive. Additionally include bitops.h, which was missing before, and sort headers. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Signed-off-by: Priit Laes <plaes@plaes.org> Signed-off-by: Mark Brown <broonie@kernel.org>