1. 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
  2. 03 12月, 2013 1 次提交
  3. 31 5月, 2013 1 次提交
  4. 21 5月, 2013 1 次提交
  5. 29 11月, 2012 3 次提交
  6. 17 8月, 2012 1 次提交
  7. 08 4月, 2012 1 次提交
  8. 02 2月, 2012 1 次提交
  9. 17 1月, 2012 2 次提交
  10. 14 12月, 2011 2 次提交
  11. 01 11月, 2011 1 次提交
  12. 20 10月, 2011 1 次提交
  13. 06 10月, 2011 3 次提交
  14. 17 6月, 2011 1 次提交
  15. 07 6月, 2011 1 次提交
  16. 25 5月, 2011 1 次提交
    • A
      drivers/gpio/ml_ioh_gpio.c needs slab.h · 545554e7
      Andrew Morton 提交于
      alpha allmodconfig:
      
        drivers/gpio/ml_ioh_gpio.c: In function 'ioh_gpio_probe':
        drivers/gpio/ml_ioh_gpio.c:205: error: implicit declaration of function 'kzalloc'
        drivers/gpio/ml_ioh_gpio.c:205: warning: assignment makes pointer from integer without a cast
      
      also fix this:
      
        drivers/gpio/ml_ioh_gpio.c:145: warning: 'ioh_gpio_save_reg_conf' defined but not used
        drivers/gpio/ml_ioh_gpio.c:154: warning: 'ioh_gpio_restore_reg_conf' defined but not used
      
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      545554e7
  17. 01 4月, 2011 1 次提交
  18. 14 3月, 2011 1 次提交
  19. 12 3月, 2011 1 次提交
  20. 14 1月, 2011 1 次提交