diff options
author | 2015-09-03 02:50:38 +0000 | |
---|---|---|
committer | 2015-10-02 09:54:37 +0200 | |
commit | af5132dd12c5a1fab0c2500168dfed2cbf6179b6 (patch) | |
tree | 16b17b3b0bfa3abbf258cef9f2c2278693f7a0be /tools/perf/scripts/python/export-to-postgresql.py | |
parent | pinctrl: sh-pfc: r8a7791: use PINMUX_IPSR_MSEL() (diff) | |
download | wireguard-linux-af5132dd12c5a1fab0c2500168dfed2cbf6179b6.tar.xz wireguard-linux-af5132dd12c5a1fab0c2500168dfed2cbf6179b6.zip |
pinctrl: sh-pfc: r8a7790: use PINMUX_IPSR_MSEL()
Now, PINMUX_IPSR_MSEL() and PINMUX_IPSR_MODSEL_DATA() are same.
Current PFC driver is very difficult to read, because macro names are
using different length.
PINMUX_IPSR_NOGP(ispr, ...)
PINMUX_IPSR_DATA(ipsr, ...)
PINMUX_IPSR_NOGM(ispr, ...)
PINMUX_IPSR_NOFN(ipsr, ...)
PINMUX_IPSR_MSEL(ipsr, ...)
PINMUX_IPSR_MODSEL_DATA(ipsr, ...)
It can be readable if we can use PINMUX_IPSR_MSEL() instead
of PINMUX_IPSR_MODSEL_DATA()
PINMUX_IPSR_NOGP(ispr, ...)
PINMUX_IPSR_DATA(ipsr, ...)
PINMUX_IPSR_NOGM(ispr, ...)
PINMUX_IPSR_NOFN(ipsr, ...)
PINMUX_IPSR_MSEL(ipsr, ...)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions