1. 23 5月, 2014 1 次提交
  2. 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
  3. 16 10月, 2013 1 次提交
    • L
      gpio: stmpe: drop references to "virtual" IRQ, fix bug · ed05e204
      Linus Walleij 提交于
      Rename the argument "virq" to just "irq", this IRQ isn't any
      more "virtual" than any other Linux IRQ number, we use "hwirq"
      for the actual hw-numbers, "virq" is just bogus.
      
      When doing this I see that the hwirq argument is used
      for mapping rather than the Linux IRQ in the map function.
      This doesn't look right. Use the Linux IRQ instead.
      
      I cannot test this patch so I don't know if the mapping change
      is correct, however since absolutely every other driver does
      it the other way around this doesn't look sound at all. Please
      help out with review.
      
      Cc: Vipul Kumar Samar <vipulkumar.samar@st.com>
      Cc: Lee Jones <lee.jones@linaro.org>
      Cc: Gabriel Fernandez <gabriel.fernandez@st.com>
      Cc: Jean-Nicolas Graux <jean-nicolas.graux@st.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      ed05e204
  4. 31 5月, 2013 2 次提交
  5. 27 3月, 2013 1 次提交
  6. 10 12月, 2012 1 次提交
  7. 02 12月, 2012 1 次提交
  8. 29 11月, 2012 3 次提交
  9. 13 3月, 2012 1 次提交
  10. 07 3月, 2012 1 次提交
  11. 09 1月, 2012 1 次提交
  12. 07 6月, 2011 1 次提交
  13. 25 3月, 2011 1 次提交
  14. 14 1月, 2011 1 次提交
  15. 29 10月, 2010 3 次提交
  16. 12 8月, 2010 1 次提交