commit | f1074e7281a2e83b1cca7dee8f7005fbcc1f594e | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Mar 21 16:17:47 2019 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Tue May 21 11:07:29 2019 +0200 |
tree | aa710aa4323d592295000f7c98123ae124466725 | |
parent | bd79c92039f117a3e448b9ef042595497a5218a6 [diff] |
pinctrl: sh-pfc: Add SH_PFC_PIN_CFG_PULL_UP_DOWN shorthand It is very common for a pin to support both pull-up and pull-down functionality. Hence add a shorthand SH_PFC_PIN_CFG_PULL_UP_DOWN. This not only reduces typing, but also avoids the need for several line breaks, and makes many overly long lines shorter, improving readability. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>