mbox series

[0/5] pinctrl: renesas: Fixes and checker improvements

Message ID cover.1633615652.git.geert+renesas@glider.be
Headers show
Series pinctrl: renesas: Fixes and checker improvements | expand

Message

Geert Uytterhoeven Oct. 7, 2021, 2:38 p.m. UTC
Hi all,

This is a small set of fixes and improvements for the Renesas pin
control drivers.  Most of them are related to the built-in checker,
which is only enabled in DEBUG builds.

I have a few more checks pending, but they need more polishing to make
them suitable for upstream.  Note that there are no pending issues in
the actual driver that can be detected by these checker improvements, as
all fixes for such issues are already upstream.

To be queued in renesas-pinctrl for v5.16.

Thanks for your comments!

Geert Uytterhoeven (5):
  pinctrl: renesas: Fix save/restore on SoCs with pull-down only pins
  pinctrl: renesas: checker: Fix off-by-one bug in drive register check
  pinctrl: renesas: checker: Move overlapping field check
  pinctrl: renesas: checker: Fix bias checks on SoCs with pull-down only
    pins
  pinctrl: renesas: checker: Prefix common checker output

 drivers/pinctrl/renesas/core.c | 73 +++++++++++++++++++++-------------
 1 file changed, 45 insertions(+), 28 deletions(-)