summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-at91.c
diff options
context:
space:
mode:
authorLinus Walleij2018-10-09 10:11:53 +0200
committerLinus Walleij2018-10-10 13:55:04 +0200
commitd17f477c5bc6b4a5dd9f51ae263870da132a8e89 (patch)
tree06f1d81d57eca0b7fda8adc95c1e9b6b0b84441a /drivers/pinctrl/pinctrl-at91.c
parentpinctrl: mediatek: select GPIOLIB (diff)
downloadkernel-qcow2-linux-d17f477c5bc6b4a5dd9f51ae263870da132a8e89.tar.gz
kernel-qcow2-linux-d17f477c5bc6b4a5dd9f51ae263870da132a8e89.tar.xz
kernel-qcow2-linux-d17f477c5bc6b4a5dd9f51ae263870da132a8e89.zip
pinctrl: gemini: Mask and set properly
The code was written under the assumption that the regmap_update_bits() would mask the bits in the mask and set the bits in the value. It missed the points that it will not set bits in the value unless these are also masked in the mask. Set value bits that are not in the mask will simply be ignored. Fixes: 06351d133dea ("pinctrl: add a Gemini SoC pin controller") Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-at91.c')
0 files changed, 0 insertions, 0 deletions