mbox series

[RFT,0/2] pinctrl: Fix two more xxx_config_get() functions to be compliant

Message ID 20180830152340.242249-1-dianders@chromium.org
Headers show
Series pinctrl: Fix two more xxx_config_get() functions to be compliant | expand

Message

Doug Anderson Aug. 30, 2018, 3:23 p.m. UTC
I have no way to test the patches in this series, but Stephen Boyd
pointed out the problems being fixed here when he reviewed my patch
("pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be
compliant").  It seemed nice to (finally) follow-up and address the
problems that Stephen found.  Hopefully someone can test them out and
make sure they work as advertised.


Douglas Anderson (2):
  pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
  pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant

 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c  | 19 ++++++++++------
 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c | 28 ++++++++++++++++++------
 2 files changed, 33 insertions(+), 14 deletions(-)

Comments

Linus Walleij Sept. 5, 2018, 10:12 a.m. UTC | #1
On Thu, Aug 30, 2018 at 5:24 PM Douglas Anderson <dianders@chromium.org> wrote:

> I have no way to test the patches in this series, but Stephen Boyd
> pointed out the problems being fixed here when he reviewed my patch
> ("pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be
> compliant").  It seemed nice to (finally) follow-up and address the
> problems that Stephen found.  Hopefully someone can test them out and
> make sure they work as advertised.

Both patches applied with the review tags.

If people don't test RFT patches, then maybe they will test
linux-next.

So applied to devel for now.

Yours,
Linus Walleij