Re: [PATCH V2 1/2] pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtype

From: Rob Herring
Date: Mon Jul 24 2017 - 15:07:31 EST


On Wed, Jul 19, 2017 at 02:30:45PM +0800, fenglinw@xxxxxxxxxxxxxx wrote:
> From: Fenglin Wu <fenglinw@xxxxxxxxxxxxxx>
>
> GPIO LV (low voltage)/MV (medium voltage) subtypes have different
> features and register mappings than 4CH/8CH subtypes. Add support
> for LV and MV subtypes.
>
> Signed-off-by: Fenglin Wu <fenglinw@xxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 17 +-

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 281 +++++++++++++++++----
> include/dt-bindings/pinctrl/qcom,pmic-gpio.h | 2 +
> 3 files changed, 250 insertions(+), 50 deletions(-)