1. 03 4月, 2013 1 次提交
  2. 18 3月, 2013 2 次提交
    • 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
    • S
      ARM: shmobile: marzen: Reference DT implementation · 73d6a69e
      Simon Horman 提交于
      Provide alternate board code for the marzen 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.
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      73d6a69e
  3. 01 3月, 2013 3 次提交
  4. 12 2月, 2013 1 次提交
  5. 10 2月, 2013 5 次提交
  6. 29 1月, 2013 5 次提交
  7. 26 1月, 2013 1 次提交
  8. 22 1月, 2013 2 次提交
  9. 14 1月, 2013 1 次提交
  10. 09 1月, 2013 1 次提交
  11. 22 12月, 2012 1 次提交
  12. 18 12月, 2012 1 次提交
  13. 15 12月, 2012 1 次提交
  14. 04 12月, 2012 1 次提交
  15. 27 11月, 2012 1 次提交
  16. 26 11月, 2012 1 次提交
  17. 22 11月, 2012 9 次提交
  18. 21 11月, 2012 1 次提交
    • D
      ARM: dts: Add board dts file for Snow board (ARM Chromebook) · 95e82941
      Doug Anderson 提交于
      This dts file is based on the Snow dts file in the Chromium OS kernel
      tree with the following changes:
      * Some details have been updated to match the exynos5250-smdk5250.dts
        file from linux-next (as of c11068538994430547722dc9fb515a0ceefd5cb9).
      * This file doesn't include references to hardware whose upstream
        support isn't quite there yet.  That includes most i2c devices.
        Note that most i2c busses have been included with no devices.
      
      The Snow dts file is mostly just an include of the "cros5250" dts file
      which describes a class of similar boards. Support for other boards has
      not yet been send upstream.
      
      With this file and a change to use UART3 for serial output I can:
      * Boot to a command line using either SD or EMMC as a root filesystem
      * See the power button and lid switch using evtest.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      95e82941
  19. 20 11月, 2012 2 次提交