1. 13 3月, 2014 1 次提交
    • F
      ARM: dts: overo: reorganize include files · af3c0380
      Florian Vaussard 提交于
      Currently, overo-related include files are organized as follow:
      
                           omap3-overo.dtsi
                                   |
                                   |
      omap34xx.dtsi   omap3-overo-tobi-common.dtsi   omap36xx.dtsi
            |              |                 |             |
            ---------------                  ---------------
                    |                                |
          omap3-overo-tobi.dts          omap3-overo-storm-tobi.dts
      
      This is unpractical when one has to deal with SoC-specific pinmux
      belonging to the omap3_pmx_core2 (defined in omap34xx/omap36xx),
      for pins related to the processor board. With the current
      hierarchy, such pinmux has to be defined in the expansion board's
      .dts, which is not logical.
      
      This patches reorganizes the files to add (yet another) abstraction
      layer between the processor and the expansion boards.
      
      omap34xx.dtsi       omap3-overo-base.dtsi      omap36xx.dtsi
            |              |                 |             |
            ---------------                  ---------------
                    |                                |
            omap3-overo.dtsi               omap3-overo-storm.dtsi
                    |                                |
            --------                                  ------
            |         omap3-overo-tobi-common.dtsi         |
            |              |                 |             |
            ---------------                  ---------------
                    |                                |
          omap3-overo-tobi.dts          omap3-overo-storm-tobi.dts
      Signed-off-by: NFlorian Vaussard <florian.vaussard@epfl.ch>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      af3c0380
  2. 20 2月, 2014 1 次提交
    • G
      of: Move testcase FDT data into drivers/of · b5190516
      Grant Likely 提交于
      The testcase data is usable by any platform. This patch moves it into
      the drivers/of directory so it can be included by any architecture.
      
      Using the test cases requires manually adding #include <testcases.dtsi>
      to the end of the boards .dtsi file and enabling CONFIG_OF_SELFTEST. Not
      pretty though. A useful project would be to make the testcase code
      easier to execute.
      Signed-off-by: NGrant Likely <grant.likely@linaro.org>
      b5190516
  3. 19 2月, 2014 5 次提交
  4. 18 2月, 2014 1 次提交
  5. 15 2月, 2014 1 次提交
  6. 14 2月, 2014 16 次提交
  7. 12 2月, 2014 1 次提交
  8. 11 2月, 2014 7 次提交
  9. 10 2月, 2014 4 次提交
  10. 09 2月, 2014 1 次提交
  11. 08 2月, 2014 2 次提交