1. 14 Sep, 2009 1 commit
    • Rafael Ignacio Zurita's avatar
      sh: clkfwk: remove bogus set_bus_parent() from SH7709. · 2fd5a021
      Rafael Ignacio Zurita authored
      This fixes up broken clock re-parenting undertaken by the SH7709 clock
      framework code, which is currently in conflict with the legacy CPG
      framework. With this change in place, the legacy CPG ancestry is used,
      and we manage to avoid contending on the clock_list_sem mutex, which is
      already held under the legacy registration path, resulting in livelock.
      
      In order for SH7709 to fully support the varying clock modes, it needs to
      implement a more complete clock framework. After this change it is in
      sync with legacy CPG mode, which ends up being the default configuration
      for this CPU anyways.
      Signed-off-by: default avatarRafael Ignacio Zurita <rizurita@yahoo.com>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      2fd5a021
  2. 11 Sep, 2009 8 commits
  3. 09 Sep, 2009 2 commits
  4. 08 Sep, 2009 3 commits
  5. 07 Sep, 2009 7 commits
  6. 06 Sep, 2009 1 commit
    • David S. Miller's avatar
      gianfar: Fix build. · d9d8e041
      David S. Miller authored
      Reported by Michael Guntsche <mike@it-loops.com>
      
      --------------------
      Commit
      38bddf04 gianfar: gfar_remove needs to call unregister_netdev()
      
      breaks the build of the gianfar driver because "dev" is undefined in
      this function. To quickly test rc9 I changed this to priv->ndev but I do
      not know if this is the correct one.
      --------------------
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d9d8e041
  7. 05 Sep, 2009 18 commits