1. 27 9月, 2011 1 次提交
    • R
      clk: provide prepare/unprepare functions · 40d3e0f4
      Russell King 提交于
      As discussed previously, there's the need on some platforms to run some
      parts of clk_enable() in contexts which can schedule.  The solution
      which was agreed upon was to provide clk_prepare() and clk_unprepare()
      to contain this parts, while clk_enable() and clk_disable() perform
      the atomic part.
      
      This patch provides a common definition for clk_prepare() and
      clk_unprepare() in linux/clk.h, and provides an upgrade path for
      existing implementation and drivers: drivers can start using
      clk_prepare() and clk_unprepare() once this patch is merged without
      having to wait for platform support.  Platforms can then start to
      provide these additional functions.
      
      Eventually, HAVE_CLK_PREPARE will be removed from the kernel, and
      everyone will have to provide these new APIs.
      Acked-by: NSaravana Kannan <skannan@codeaurora.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      40d3e0f4
  2. 05 6月, 2009 1 次提交
  3. 27 3月, 2009 1 次提交
  4. 17 10月, 2008 1 次提交
  5. 26 3月, 2006 1 次提交
  6. 08 1月, 2006 1 次提交
  7. 04 1月, 2006 2 次提交
  8. 28 4月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4