17 Nov, 2015

1 commit


22 Jul, 2014

1 commit


09 May, 2014

2 commits


04 Dec, 2013

1 commit

  • This switches the two members of struct gpio_chip that were
    defined as unsigned foo:1 to bool, because that is indeed what
    they are. Switch all users in the gpio and pinctrl subsystems
    to assign these values with true/false instead of 0/1. The
    users outside these subsystems will survive since true/false
    is 1/0, atleast we set some kind of more strict typing example.

    Signed-off-by: Linus Walleij

    Linus Walleij
     

19 Sep, 2013

1 commit


16 Aug, 2013

1 commit

  • It seems that the value read back from the PALMAS_GPIO_DATA_IN register
    isn't valid if the GPIO direction is out. When that's the case, we can
    read back the PALMAS_GPIO_DATA_OUT register to get the proper output value.

    Signed-off-by: Andrew Chew
    Acked-by: Laxman Dewangan
    Signed-off-by: Linus Walleij

    Andrew Chew
     

30 Jul, 2013

1 commit

  • Add of_device_id table for Palma GPIO to be enable the
    driver from DT file.

    The driver can be registered from DT file as:
    palmas: tps65913@58 {
    :::::::::::
    palmas_gpio: palmas_gpio {
    compatible = "ti,palmas-gpio";
    gpio-controller;
    #gpio-cells = ;
    };
    };

    Signed-off-by: Laxman Dewangan
    Acked-by: Stephen Warren
    Signed-off-by: Linus Walleij

    Laxman Dewangan
     

14 Feb, 2013

1 commit