1. 29 4月, 2016 4 次提交
  2. 23 2月, 2016 1 次提交
  3. 05 1月, 2016 1 次提交
  4. 17 11月, 2015 1 次提交
  5. 16 9月, 2015 1 次提交
    • T
      genirq: Remove irq argument from irq flow handlers · bd0b9ac4
      Thomas Gleixner 提交于
      Most interrupt flow handlers do not use the irq argument. Those few
      which use it can retrieve the irq number from the irq descriptor.
      
      Remove the argument.
      
      Search and replace was done with coccinelle and some extra helper
      scripts around it. Thanks to Julia for her help!
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Julia Lawall <Julia.Lawall@lip6.fr>
      Cc: Jiang Liu <jiang.liu@linux.intel.com>
      bd0b9ac4
  6. 28 7月, 2015 1 次提交
    • R
      gpio: kill off set_irq_flags usage · 23393d49
      Rob Herring 提交于
      set_irq_flags is ARM specific with custom flags which have genirq
      equivalents. Convert drivers to use the genirq interfaces directly, so we
      can kill off set_irq_flags. The translation of flags is as follows:
      
      IRQF_VALID -> !IRQ_NOREQUEST
      IRQF_PROBE -> !IRQ_NOPROBE
      IRQF_NOAUTOEN -> IRQ_NOAUTOEN
      
      For IRQs managed by an irqdomain, the irqdomain core code handles clearing
      and setting IRQ_NOREQUEST already, so there is no need to do this in
      .map() functions and we can simply remove the set_irq_flags calls. Some
      users also modify IRQ_NOPROBE and this has been maintained although it
      is not clear that is really needed as most platforms don't use probing.
      There appears to be a great deal of blind copy and paste of this code.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Cc: Michael Hennerich <michael.hennerich@analog.com>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: Alexandre Courbot <gnurou@gmail.com>
      Cc: Ray Jui <rjui@broadcom.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: linux-gpio@vger.kernel.org
      Cc: bcm-kernel-feedback-list@broadcom.com
      Cc: linux-tegra@vger.kernel.org
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      23393d49
  7. 14 7月, 2015 2 次提交
  8. 18 6月, 2015 1 次提交
  9. 19 5月, 2015 1 次提交
  10. 29 10月, 2014 1 次提交
  11. 20 10月, 2014 1 次提交
  12. 09 5月, 2014 2 次提交
  13. 11 12月, 2013 1 次提交
  14. 17 10月, 2013 1 次提交
  15. 18 5月, 2013 1 次提交
  16. 04 4月, 2013 1 次提交
  17. 27 3月, 2013 1 次提交
  18. 04 3月, 2013 1 次提交
  19. 23 1月, 2013 1 次提交
  20. 29 11月, 2012 2 次提交
  21. 18 11月, 2012 1 次提交
  22. 09 11月, 2012 3 次提交
  23. 26 10月, 2012 1 次提交
  24. 07 9月, 2012 1 次提交
  25. 19 4月, 2012 2 次提交
  26. 05 4月, 2012 2 次提交
  27. 20 3月, 2012 1 次提交
  28. 13 3月, 2012 1 次提交
  29. 27 2月, 2012 1 次提交
  30. 07 2月, 2012 1 次提交