1. 06 3月, 2015 4 次提交
  2. 29 10月, 2014 1 次提交
  3. 28 10月, 2014 2 次提交
  4. 20 10月, 2014 2 次提交
  5. 10 9月, 2014 1 次提交
  6. 28 7月, 2014 1 次提交
  7. 22 7月, 2014 1 次提交
  8. 11 7月, 2014 1 次提交
  9. 23 5月, 2014 3 次提交
  10. 18 3月, 2014 1 次提交
    • L
      gpio: switch drivers to use new callback · 57ef0428
      Linus Walleij 提交于
      This switches all GPIO and pin control drivers with irqchips
      that were using .startup() and .shutdown() callbacks to lock
      GPIO lines for IRQ usage over to using the .request_resources()
      and .release_resources() callbacks just introduced into the
      irqchip vtable.
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      57ef0428
  11. 11 3月, 2014 1 次提交
  12. 18 1月, 2014 1 次提交
  13. 08 1月, 2014 1 次提交
  14. 09 12月, 2013 1 次提交
  15. 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
  16. 03 12月, 2013 1 次提交
  17. 30 11月, 2013 1 次提交
  18. 23 7月, 2013 5 次提交
  19. 18 6月, 2013 1 次提交