1. 22 6月, 2015 2 次提交
  2. 29 1月, 2015 1 次提交
  3. 19 7月, 2014 1 次提交
  4. 20 5月, 2014 1 次提交
  5. 25 1月, 2014 1 次提交
  6. 03 10月, 2013 1 次提交
  7. 18 6月, 2013 1 次提交
  8. 23 5月, 2013 1 次提交
  9. 10 4月, 2013 1 次提交
  10. 26 3月, 2013 2 次提交
  11. 07 3月, 2013 1 次提交
  12. 16 2月, 2013 1 次提交
  13. 08 2月, 2013 1 次提交
  14. 31 1月, 2013 1 次提交
    • H
      ssb: add gpio_to_irq · a6ca2e10
      Hauke Mehrtens 提交于
      The old bcm47xx gpio code had support for gpio_to_irq, but the new
      code did not provide this function, but returned -ENXIO all the time.
      This patch adds the missing function.
      
      arch/mips/bcm47xx/wgt634u.c calls gpio_to_irq() and got the correct irq
      number with the old gpio handling code. With this patch the code in
      wgt634u.c should work again. I do not have a wgt634u to test this.
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a6ca2e10
  15. 07 12月, 2012 4 次提交
  16. 01 12月, 2012 1 次提交
  17. 22 11月, 2012 3 次提交
  18. 17 11月, 2012 1 次提交
  19. 20 10月, 2012 2 次提交
  20. 11 8月, 2012 1 次提交
  21. 07 6月, 2012 1 次提交
  22. 17 5月, 2012 4 次提交
  23. 06 3月, 2012 5 次提交
  24. 05 3月, 2012 1 次提交
    • P
      BUG: headers with BUG/BUG_ON etc. need linux/bug.h · 187f1882
      Paul Gortmaker 提交于
      If a header file is making use of BUG, BUG_ON, BUILD_BUG_ON, or any
      other BUG variant in a static inline (i.e. not in a #define) then
      that header really should be including <linux/bug.h> and not just
      expecting it to be implicitly present.
      
      We can make this change risk-free, since if the files using these
      headers didn't have exposure to linux/bug.h already, they would have
      been causing compile failures/warnings.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      187f1882
  25. 25 1月, 2012 1 次提交