1. 03 12月, 2013 1 次提交
  2. 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
  3. 30 10月, 2013 1 次提交
  4. 20 10月, 2013 2 次提交