1. 05 12月, 2013 1 次提交
  2. 28 11月, 2013 2 次提交
    • D
      clk: socfpga: Remove check for "reg" property in socfpga_clk_init · 4d04391c
      Dinh Nguyen 提交于
      The function socfpga_clk_init() can support clocks that do not have a divider
      register, but a fixed-divider that can be read from DTS. Therefore, the "reg"
      property is not a failing condition for socfpga_clk_init().
      Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      4d04391c
    • A
      clk: clean up everything on debugfs error · b5f98e65
      Alex Elder 提交于
      [Maybe the third time will be the charm. -Alex]
      
      If CONFIG_COMMON_CLK_DEBUG is defined, clk_debug_create_one() is
      called to populate a debugfs directory with a few entries that are
      common for all clock types.
      
      If an error happens after creating the first one debugfs_remove() is
      called on the clock's directory.  The problem with this is that no
      cleanup is done on the debugfs files already created in that
      directory, so the directory never actually gets removed.   This
      problem is silently ignored.
      
      Fix this by calling debugfs_remove_recursive() instead.  Reset the
      clk->dentry field to null afterward, to ensure it can't be mistaken
      as a valid pointer.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      b5f98e65
  3. 11 11月, 2013 1 次提交
    • R
      powerpc: add missing explicit OF includes for ppc · c11eede6
      Rob Herring 提交于
      Commit b5b4bb3f (of: only include prom.h on sparc) removed implicit
      includes of of_*.h headers by powerpc's prom.h. Some components were
      missed in initial clean-up patch, so add the necessary includes to fix
      powerpc builds.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Matt Mackall <mpm@selenic.com>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Vinod Koul <vinod.koul@intel.com>
      Cc: Dan Williams <dan.j.williams@intel.com>
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: linux-ide@vger.kernel.org
      Cc: linux-crypto@vger.kernel.org
      c11eede6
  4. 10 11月, 2013 5 次提交
  5. 05 11月, 2013 1 次提交
  6. 18 10月, 2013 1 次提交
  7. 14 10月, 2013 1 次提交
  8. 08 10月, 2013 9 次提交
  9. 07 10月, 2013 1 次提交
    • S
      clk: armada-370: fix tclk frequencies · 1022c75f
      Simon Guinot 提交于
      This patch fixes the tclk frequency array for the Armada-370 SoC.
      This bug has been introduced by commit 6b72333d
      ("clk: mvebu: add Armada 370 SoC-centric clock init").
      
      A wrong tclk frequency affects the following drivers: mvsdio, mvneta,
      i2c-mv64xxx and mvebu-devbus. This list may be incomplete.
      
      About the mvneta Ethernet driver, note that the tclk frequency is used
      to compute the Rx time coalescence. Then, this bug harms the coalescence
      configuration and also degrades the networking performances with the
      default values.
      Signed-off-by: NSimon Guinot <simon.guinot@sequanux.org>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      Acked-by: NJason Cooper <jason@lakedaemon.net>
      Cc: stable@vger.kernel.org
      Signed-off-by: NMichael Turquette <mturquette@deferred.io>
      1022c75f
  10. 02 10月, 2013 5 次提交
  11. 30 9月, 2013 9 次提交
  12. 26 9月, 2013 4 次提交