1. 01 6月, 2015 1 次提交
  2. 19 3月, 2015 1 次提交
  3. 24 2月, 2015 1 次提交
  4. 04 11月, 2014 1 次提交
  5. 22 8月, 2014 1 次提交
  6. 17 6月, 2014 3 次提交
  7. 16 6月, 2014 1 次提交
  8. 14 4月, 2014 1 次提交
  9. 04 2月, 2014 1 次提交
  10. 30 9月, 2013 2 次提交
  11. 21 9月, 2013 4 次提交
  12. 06 8月, 2013 4 次提交
  13. 17 6月, 2013 3 次提交
  14. 22 4月, 2013 1 次提交
  15. 02 4月, 2013 4 次提交
  16. 18 3月, 2013 1 次提交
    • M
      ARM: shmobile: INTC External IRQ pin driver on r8a7779 · 8e56e6d5
      Magnus Damm 提交于
      Update the r8a7779 IRQ code to make use of the
      INTC External IRQ pin driver for external
      interrupt pins IRQ0 -> IRQ3.
      
      The r8a7779 SoC can like older SH SoCs configure
      to use the IRQ0 -> IRQ3 signals as individual
      interrupts or a combined IRL mode.
      
      Without this patch the r8a7779 SoC code does
      not fully support external IRQ pins in individual
      IRQ mode. The r8a7779 PFC code does not yet have
      gpio_to_irq() support so no need to update such
      code.
      
      At this point the DT reference implementations
      are not covered. In the future such code shall
      tie in the INTC External IRQ pin driver via
      DT, so this kind of verbose code is not needed
      for the long term DT case.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Tested-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      8e56e6d5
  17. 13 3月, 2013 8 次提交
  18. 30 1月, 2013 1 次提交
  19. 25 1月, 2013 1 次提交
    • S
      ARM: mach-shmobile: sh73a0: Minimal setup using DT · 48609533
      Simon Horman 提交于
      Allow a minimal setup of the sh73a0 SoC using a flattened device tree.
      In particular, Configure the i2c controllers using a flattened device tree.
      
      SCI serial controller and CMT clock source, whose drivers do not yet
      support configuration using a flattened device tree, are still configured
      using C code in order to allow booting of a board with this SoC.
      
      *** Please note that the clock initialisation scheme used in
          this patch does not currently work with SMP as there
          is a yet to be resolved lock-up in workqueue initialisation.
      
          CONFIG_SMP must be disabled when using this code. ***
      
      Includes update from Thierry Reding to no longer use gic_handle_irq()
      
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      
      fix
      48609533