[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210317214149.20833-1-hhhawa@amazon.com>
Date:   Wed, 17 Mar 2021 23:41:46 +0200
From:   Hanna Hawa <hhhawa@...zon.com>
To:     <andy.shevchenko@...il.com>, <tony@...mide.com>,
        <haojian.zhuang@...aro.org>, <linus.walleij@...aro.org>
CC:     <dwmw@...zon.co.uk>, <benh@...zon.com>, <ronenk@...zon.com>,
        <talel@...zon.com>, <jonnyc@...zon.com>, <hanochu@...zon.com>,
        <tgershi@...zon.com>, <linux-arm-kernel@...ts.infradead.org>,
        <linux-omap@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <hhhawa@...zon.com>
Subject: [PATCH v2 0/3] Fix pinctrl-single pcs_pin_dbg_show()
These patches fix the pcs_pin_dbg_show() function for the scenario where
a single register controls multiple pins (i.e. bits_per_mux is not zero)
Additionally, the common formula is moved to a separate function to
allow reuse.
Changes since v2:
-----------------
- move read() register to be outside of if condition (as it common
  read()).
- Remove extra parentheses
- replace offset variable by direct return statements
Changes since v1:
-----------------
- remove unused variable in In function 'pcs_allocate_pin_table'
  (Reported-by: kernel test robot <lkp@...el.com>)
Hanna Hawa (3):
  pinctrl: pinctrl-single: remove unused variable
  pinctrl: pinctrl-single: remove unused parameter
  pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is
    not zero
 drivers/pinctrl/pinctrl-single.c | 67 +++++++++++++++++++-------------
 1 file changed, 39 insertions(+), 28 deletions(-)
-- 
2.17.1
Powered by blists - more mailing lists