diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-03-20 10:47:26 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-04-02 09:57:50 +0200 |
commit | 360328c7dc15f48dd9b6187e7d4a9517a64e51f7 (patch) | |
tree | 080fe9b80857bae0b177d365173cf3958d633b78 /drivers/pinctrl | |
parent | e005da0ef77e3b4426a6d0a0289fd1b74a5738f0 (diff) | |
download | linux-360328c7dc15f48dd9b6187e7d4a9517a64e51f7.tar.gz linux-360328c7dc15f48dd9b6187e7d4a9517a64e51f7.tar.bz2 linux-360328c7dc15f48dd9b6187e7d4a9517a64e51f7.zip |
pinctrl: sh-pfc: Improve PINMUX_IPSR_PHYS() documentation
- The IPSR field is meant for documentation only,
- The function name refers to the pin function, not to the IPSR
field.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/sh-pfc/sh_pfc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/sh_pfc.h b/drivers/pinctrl/sh-pfc/sh_pfc.h index 2a6abeb62bab..7db5819eea7e 100644 --- a/drivers/pinctrl/sh-pfc/sh_pfc.h +++ b/drivers/pinctrl/sh-pfc/sh_pfc.h @@ -418,8 +418,8 @@ extern const struct sh_pfc_soc_info shx3_pinmux_info; /* * Describe a pinmux configuration in which a pin is physically multiplexed * with other pins. - * - ipsr: IPSR field - * - fn: Function name, also referring to the IPSR field + * - ipsr: IPSR field (unused, for documentation purposes only) + * - fn: Function name * - psel: Physical multiplexing selector */ #define PINMUX_IPSR_PHYS(ipsr, fn, psel) \ |