mbox series

[0/3] pinctrl: sh-pfc: Miscellaneous improvements

Message ID 20190425095946.1259-1-geert+renesas@glider.be
Headers show
Series pinctrl: sh-pfc: Miscellaneous improvements | expand

Message

Geert Uytterhoeven April 25, 2019, 9:59 a.m. UTC
Hi Linus,

This patch series contains miscellaneous improvements to the Renesas pin
control source code base.  None of these have any impact on the
resulting binary.

I intend to queue this in sh-pfc-for-v5.3.

Thanks for your comments!


Geert Uytterhoeven (3):
  pinctrl: sh-pfc: Rename 2-parameter CPU_ALL_PORT() variant
  pinctrl: sh-pfc: Add SH_PFC_PIN_CFG_PULL_UP_DOWN shorthand
  pinctrl: sh-pfc: Move PIN_NONE to shared header file

 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77470.c    |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c     | 78 ++++++++++----------
 drivers/pinctrl/sh-pfc/pfc-r8a7779.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7792.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c     |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 67 ++++++++---------
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c     | 67 ++++++++---------
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c     | 69 +++++++++--------
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c    | 69 +++++++++--------
 drivers/pinctrl/sh-pfc/pfc-r8a77970.c    |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77980.c    |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c    | 94 ++++++++++++------------
 drivers/pinctrl/sh-pfc/pfc-r8a77995.c    |  2 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c      |  2 +-
 drivers/pinctrl/sh-pfc/pfc-sh7734.c      |  2 +-
 drivers/pinctrl/sh-pfc/pinctrl.c         |  3 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h          | 10 ++-
 21 files changed, 235 insertions(+), 248 deletions(-)