1. 24 2月, 2015 6 次提交
  2. 15 1月, 2015 1 次提交
  3. 08 1月, 2015 1 次提交
  4. 21 12月, 2014 2 次提交
  5. 19 11月, 2014 1 次提交
  6. 09 9月, 2014 1 次提交
  7. 22 8月, 2014 2 次提交
  8. 12 7月, 2014 1 次提交
  9. 15 4月, 2014 1 次提交
  10. 19 12月, 2013 1 次提交
  11. 12 12月, 2013 1 次提交
  12. 10 12月, 2013 4 次提交
  13. 08 10月, 2013 1 次提交
  14. 22 9月, 2013 1 次提交
  15. 31 7月, 2013 1 次提交
  16. 22 7月, 2013 1 次提交
  17. 18 6月, 2013 1 次提交
  18. 02 4月, 2013 1 次提交
  19. 21 3月, 2013 2 次提交
  20. 29 1月, 2013 1 次提交
  21. 25 1月, 2013 2 次提交
    • 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
    • S
      ARM: mach-shmobile: sh73a0: Allow initialisation of GIC by DT · a3f22db5
      Simon Horman 提交于
      This allows the GIC interrupt controller of the sh73a0 SoC to be
      initialised using a flattened device tree blob.
      
      It does not allow the INTC interrupt controller which is also present on
      the sh73a0 SoC to be enabled via device tree.  Nor does it handle sharing
      of interrupts between the GIC and INTC interrupt controllers.
      
      This limits the usefulness of this code to applications which only wish to
      access devices which use interrupts that can be handled by the GIC
      interrupt controller. Other applications should, for now, continue using
      non-device tree initialisation of the sh72a0 interrupt controllers.
      
      Includes update to use irqchip_init() by Thierry Reding
      
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      a3f22db5
  22. 07 7月, 2012 1 次提交
  23. 11 4月, 2012 1 次提交
    • M
      ARM: mach-shmobile: sh7372 generic board support via DT V2 · 3b7b7055
      Magnus Damm 提交于
      Add generic DT board support for the sh7372 SoC V2.
      
      SCIF serial ports and timers are kept as regular
      platform devices. Other on-chip and on-board devices
      should be configured via the device tree.
      
      Tested on the mackerel board via kexec using a zImage
      kernel with an appended dtb.
      
      At this point there is no interrupt controller support
      in place but such code will be added over time when
      proper IRQ domain support has been added to INTC.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      3b7b7055