1. 29 3月, 2014 1 次提交
  2. 26 3月, 2014 1 次提交
  3. 13 2月, 2014 1 次提交
  4. 09 12月, 2013 2 次提交
  5. 04 12月, 2013 1 次提交
    • L
      gpio/pinctrl: make gpio_chip members typed boolean · 9fb1f39e
      Linus Walleij 提交于
      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: NLinus Walleij <linus.walleij@linaro.org>
      9fb1f39e
  6. 03 12月, 2013 1 次提交
  7. 25 11月, 2013 1 次提交
    • A
      gpiolib: use dedicated flags for GPIO properties · 53e7cac3
      Alexandre Courbot 提交于
      GPIO mapping properties were defined using the GPIOF_* flags, which are
      declared in linux/gpio.h. This file is not included when using the
      GPIO descriptor interface.
      
      This patch declares the flags that can be used as GPIO mappings
      properties in linux/gpio/driver.h, and uses them in gpiolib, so that no
      deprecated declarations are used by the GPIO descriptor interface.
      
      This patch also allows GPIO_OPEN_DRAIN and GPIO_OPEN_SOURCE to be
      specified as GPIO mapping properties.
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      53e7cac3
  8. 30 10月, 2013 1 次提交
  9. 20 10月, 2013 2 次提交