1. 13 5月, 2016 2 次提交
  2. 03 4月, 2016 2 次提交
  3. 17 2月, 2016 2 次提交
  4. 04 1月, 2016 4 次提交
  5. 20 11月, 2015 2 次提交
  6. 23 9月, 2015 2 次提交
  7. 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
  8. 03 9月, 2015 2 次提交
  9. 26 8月, 2015 2 次提交
  10. 03 8月, 2015 1 次提交
  11. 01 8月, 2015 1 次提交
  12. 22 6月, 2015 8 次提交
  13. 02 6月, 2015 1 次提交
  14. 30 5月, 2015 1 次提交
  15. 01 4月, 2015 1 次提交
  16. 24 11月, 2014 3 次提交
  17. 23 10月, 2014 1 次提交
  18. 19 2月, 2014 1 次提交
  19. 25 1月, 2014 1 次提交
  20. 30 10月, 2013 1 次提交
  21. 04 9月, 2013 1 次提交
    • G
      MIPS: ath79: Switch to the clkdev framework · 2c4f1ac5
      Gabor Juhos 提交于
      The ath79 code uses static clock devices and
      provides its own clk_{get,put} implementations.
      
      Change the code to use dynamically allocated
      clock devices and register the clocks within
      the clkdev framework.
      
      Additionally, remove the local clk_{get,put}
      implementation. The clkdev framework has a
      common implementation of those.
      
      Also move the call of ath79_clock_init() from
      plat_mem_init() to plat_time_init(). Otherwise
      it would not be possible to use memory allocation
      functions from ath79clock_init() becasuse the
      memory subsystem is not yet initialized when
      plat_mem_init() runs.
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/5780/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2c4f1ac5