1. 06 5月, 2014 4 次提交
  2. 29 3月, 2014 1 次提交
  3. 27 3月, 2014 1 次提交
  4. 17 3月, 2014 1 次提交
  5. 10 3月, 2014 2 次提交
  6. 03 3月, 2014 2 次提交
  7. 27 2月, 2014 1 次提交
  8. 19 2月, 2014 1 次提交
    • D
      clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk" · 044abbde
      Dinh Nguyen 提交于
      The clk-phase property is used to represent the 2 clock phase values that is
      needed for the SD/MMC driver. Add a prepare function to the clk_ops, that will
      use the syscon driver to set sdmmc_clk's phase shift that is located in the
      system manager.
      Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
      Acked-by: NZhangfei Gao <zhangfei.gao@linaro.org>
      Acked-by: NJaehoon Chung <jh80.chung@samsung.com>
      ---
      v9: none
      v8: Use degrees in the clk-phase binding property
      v7: Add dts property to represent the clk phase of the sdmmc_clk. Add a
          prepare function to the gate clk that will toggle clock phase setting.
          Remove the "altr,socfpga-sdmmc-sdr-clk" clock type.
      v6: Add a new clock type "altr,socfpga-sdmmc-sdr-clk" that will be used to
          set the phase shift settings.
      v5: Use the "snps,dw-mshc" binding
      v4: Use the sdmmc_clk prepare function to set the phase shift settings
      v3: Not use the syscon driver because as of 3.13-rc1, the syscon driver is
          loaded after the clock driver.
      v2: Use the syscon driver
      044abbde
  9. 09 1月, 2014 2 次提交
  10. 04 12月, 2013 1 次提交
  11. 10 10月, 2013 2 次提交
  12. 05 10月, 2013 1 次提交
  13. 30 8月, 2013 1 次提交
    • D
      dts: Rename DW APB timer compatible strings · 620f5e1c
      Dinh Nguyen 提交于
      "dw-apb-timer-osc" and "dw-apb-timer-sp" are the same implementation of the
      DW APB timer, just fed by different clocks. Thus, deprecate both
      "dw-apb-timer-osc" and "dw-apb-timer-sp" in lieu of "dw-apb-timer".
      Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
      Reviewed-by: NPavel Machek <pavel@denx.de>
      Acked-by: NStephen Warren <swarren@wwwdotorg.org>
      CC: Rob Herring <rob.herring@calxeda.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ian.campbell@citrix.com>
      CC: Arnd Bergmann <arnd@arndb.de>
      Cc: Olof Johansson <olof@lixom.net>
      CC: Jamie Iles <jamie@jamieiles.com>
      Cc: John Stultz <john.stultz@linaro.org>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: devicetree@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      
      v3:
      - Split out a separate that cleans up the timer entries and clock information.
      - Clearly states which binding is deprecated in the bindings doc.
      
      v2:
      - Deprecate the "dw-apb-timer-osc" and "dw-apb-timer-sp" but maintain
        backwards compatibility in the driver.
      620f5e1c
  14. 12 6月, 2013 2 次提交
  15. 15 4月, 2013 1 次提交
    • D
      ARM: socfpga: Add clock entries into device tree · 042000b0
      Dinh Nguyen 提交于
      Adds the main PLL clock groups for SOCFPGA into device tree file
      so that the clock framework to query the clock and clock rates
      appropriately.
      
      $cat /sys/kernel/debug/clk/clk_summary
         clock                        enable_cnt  prepare_cnt  rate
      ---------------------------------------------------------------------
       osc1                           2           2            25000000
          sdram_pll                   0           0            400000000
             s2f_usr2_clk             0           0            66666666
             ddr_dq_clk               0           0            200000000
             ddr_2x_dqs_clk           0           0            400000000
             ddr_dqs_clk              0           0            200000000
          periph_pll                  2           2            500000000
             s2f_usr1_clk             0           0            50000000
             per_base_clk             4           4            100000000
             per_nand_mmc_clk         0           0            25000000
             per_qsi_clk              0           0            250000000
             emac1_clk                1           1            125000000
             emac0_clk                0           0            125000000
          main_pll                    1           1            1600000000
             cfg_s2f_usr0_clk         0           0            100000000
             main_nand_sdmmc_clk      0           0            100000000
             main_qspi_clk            0           0            400000000
             dbg_base_clk             0           0            400000000
             mainclk                  0           0            400000000
             mpuclk                   1           1            800000000
                smp_twd               1           1            200000000
      Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
      Reviewed-by: NPavel Machek <pavel@denx.de>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      042000b0
  16. 12 3月, 2013 1 次提交
  17. 12 2月, 2013 1 次提交
  18. 26 10月, 2012 1 次提交
  19. 19 7月, 2012 1 次提交