Searched hist:ef088187e1ca16d9b986cab63643b0a2ac2d7b94 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-mvebu.h | diff ef088187e1ca16d9b986cab63643b0a2ac2d7b94 Mon Jun 12 17:34:53 CEST 2017 Gregory CLEMENT <gregory.clement@free-electrons.com> pinctrl: mvebu: remove the offset property for regmap
The offset property of the pinctrl node, when a regmap is used in the device tree, was never used nor documented in the binding. Moreover, the compatible string is enough to let the driver know which offset using.
So this patch removes the property and move the information at the driver level.
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
H A D | pinctrl-mvebu.c | diff ef088187e1ca16d9b986cab63643b0a2ac2d7b94 Mon Jun 12 17:34:53 CEST 2017 Gregory CLEMENT <gregory.clement@free-electrons.com> pinctrl: mvebu: remove the offset property for regmap
The offset property of the pinctrl node, when a regmap is used in the device tree, was never used nor documented in the binding. Moreover, the compatible string is enough to let the driver know which offset using.
So this patch removes the property and move the information at the driver level.
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|