summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pinctrl/ste,nomadik.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-07-23pinctrl: nomadik: assure GPIO chips are populatedLinus Walleij1-2/+5
If the pin controller probes before the GPIO driver it needs to populate the GPIO driver state containers ahead of the actual driver probe as the addresses are used by both halves of the driver. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-01-11pinctrl: nomadik:fix up device tree bindingsLinus Walleij1-15/+20
After the Nomadik pin controller was force migrated to generic pin control bindings, some leftovers in the documentation need to be cleaned up. The code and device trees are already migrated. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-08-07Documentation: Update binding for Nomadik and DBx5x based platformsLee Jones1-3/+3
Change compatible string to something more standard. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-01-12pinctrl/nomadik: add device tree supportGabriel Fernandez1-0/+140
This implements pin multiplexing and pin configuration for the Nomadik pin controller using the device tree. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@stericsson.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Philippe Langlais <philippe.langlais@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>