1. 05 8月, 2013 1 次提交
  2. 22 7月, 2013 3 次提交
  3. 04 6月, 2013 1 次提交
  4. 03 4月, 2013 1 次提交
  5. 21 3月, 2013 2 次提交
  6. 18 3月, 2013 2 次提交
    • G
      ARM: shmobile: SDHI and MMCIF interfaces to kzm9g-reference · f017d011
      Guennadi Liakhovetski 提交于
      Add SDHI0 and SDHI2 interfaces to kzm9g-reference. With no pinctrl DT
      support we cannot use GPIO card-detection and regulator switching.
      Also update the MMCIF DT node to use all 8 data lines and avoid
      redundant information in DT.
      
      Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      [ horms+renesas@verge.net.au: Updated for pinmux changes by Laurent Pinchart ]
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      f017d011
    • S
      ARM: shmobile: kzm9g: Reference DT implementation · b8b82b29
      Simon Horman 提交于
      Provide alternate board code for the kzm9g to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Some notes:
      
      * Brings up the GIC interrupt handler using device tree
      * Brings up the following device using device tree:
        - MMCIF (MMC)
      * Does not bring up the INTC interrupt controller at all,
        thus external devices may not be used. In particular,
        the SMSC ethernet device may not be used and thus
        NFS root may not be used.
      * Uses existing C code and not device tree to initialise the following,
        which are needed for a working board:
        - SCIF (Serial)
        - CMT (Clock)
        - PFC (GPIO)
      
      To use this alternate board code instead of the normal board code,
      CONFIG_MACH_KZM9G_REFERENCE should be selected in the kernel config.
      And the sh73a0-kzm9g-reference.dtb flattened device tree blob should be used.
      
      Includes fix by Thierry Reding to no longer use gic_handle_irq()
      
      Includes fixes by Guennadi Liakhovetski for recent pinmux changes.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      b8b82b29
  7. 25 1月, 2013 1 次提交
  8. 15 1月, 2013 1 次提交
  9. 17 5月, 2012 1 次提交
  10. 15 5月, 2012 1 次提交
  11. 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