[PATCH] pinctrl: meson: get rid of unneeded domain structures
From: Linus Walleij <hidden>
Date: 2016-08-22 09:23:10
Also in:
linux-amlogic, linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2016-08-22 09:23:10
Also in:
linux-amlogic, linux-gpio, lkml
On Sat, Aug 13, 2016 at 7:41 PM, Beniamino Galvani [off-list ref] wrote:
The driver originally supported more domains (register ranges) per
pinctrl device, but since commit 9dab1868ec0d ("pinctrl: amlogic: Make
driver independent from two-domain configuration") each device gets
assigned a single domain and we instantiate multiple pinctrl devices
in the DT.
Therefore, now the 'meson_domain' and 'meson_domain_data' structures
don't have any reason to exist and can be removed to make the model
simpler to understand. This commit doesn't change behavior.
Tested on a Odroid-C2.
Signed-off-by: Beniamino Galvani <redacted>Patch applied with Kevin's ACK/Test tags. Yours, Linus Walleij