1. 10 11月, 2014 1 次提交
  2. 09 9月, 2014 1 次提交
    • S
      ARM: shmobile: r8a7740: Use SoC-specific 48-bit CMT compat string · a2ffcf87
      Simon Horman 提交于
      In general Renesas hardware is not documented to the extent
      where the relationship between IP blocks on different SoCs can be assumed
      although they may appear to operate the same way. Furthermore the
      documentation typically does not specify a version for individual
      IP blocks. For these reasons a convention of using the SoC name in place
      of a version and providing SoC-specific compat strings has been adopted.
      
      Although not universally liked this convention is used in the bindings for
      a number of drivers for Renesas hardware. The purpose of this patch is to
      make use of the SoC-specific CMT compat string for the r8a7740 48-bit CMT
      clock source.
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      a2ffcf87
  3. 23 8月, 2014 3 次提交
  4. 12 7月, 2014 1 次提交
  5. 15 5月, 2014 1 次提交
  6. 13 5月, 2014 1 次提交
  7. 11 5月, 2014 2 次提交
  8. 15 4月, 2014 1 次提交
  9. 14 4月, 2014 1 次提交
  10. 19 12月, 2013 1 次提交
  11. 10 12月, 2013 4 次提交
  12. 08 10月, 2013 2 次提交
  13. 06 8月, 2013 1 次提交
  14. 31 7月, 2013 1 次提交
  15. 22 7月, 2013 1 次提交
  16. 04 6月, 2013 1 次提交
    • B
      ARM: shmobile: r8a7740: Prepare for reference DT setup · 744fdc8d
      Bastian Hecht 提交于
      We need three steps to prepare for the new Armadillo reference DT board code:
       - Split the device list into r8a7740_early_devices used by the old platform
         data setup (board-armadillo.c) and r8a7740_devices_dt used by both
         setup variants.
       - Introduce new r8a7740_init_delay() to be more flexible about calling
         shmobile_setup_delay().
       - For the generic r8a7740 support, we switch to device tree setup for
         the GIC, the irqpin devices and the I2C controllers.
      
      This is slightly similar to commit 3b00f934
      "ARM: shmobile: sh73a0: Do not use early devices with DT reference"
      Signed-off-by: NBastian Hecht <hechtb+renesas@gmail.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      744fdc8d
  17. 23 5月, 2013 1 次提交
  18. 07 7月, 2012 1 次提交
  19. 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