An error occurred fetching the project authors.
  1. 10 Sep, 2009 1 commit
  2. 25 Jun, 2009 1 commit
    • Ingo Molnar's avatar
      i2c: fix build bug in i2c-designware.c · 47749b14
      Ingo Molnar authored
      This build error triggers on x86:
      
       drivers/built-in.o: In function `i2c_dw_init':
       i2c-designware.c:(.text+0x4e37ca): undefined reference to `clk_get_rate'
       drivers/built-in.o: In function `dw_i2c_probe':
       i2c-designware.c:(.devinit.text+0x51f5e): undefined reference to `clk_get'
       i2c-designware.c:(.devinit.text+0x51f76): undefined reference to `clk_enable'
       i2c-designware.c:(.devinit.text+0x520ff): undefined reference to `clk_disable'
       i2c-designware.c:(.devinit.text+0x52108): undefined reference to `clk_put'
      
      Because this new driver uses the clk_*() facilities which is an
      ARM-only thing currently.
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      Acked-by: default avatarBaruch Siach <baruch@tkos.co.il>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      47749b14
  3. 23 Jun, 2009 1 commit
  4. 16 Jun, 2009 2 commits
  5. 15 Jun, 2009 1 commit
  6. 13 Jun, 2009 1 commit
  7. 11 May, 2009 1 commit
  8. 13 Apr, 2009 1 commit
  9. 07 Apr, 2009 2 commits
  10. 28 Mar, 2009 2 commits
  11. 22 Oct, 2008 1 commit
  12. 14 Oct, 2008 3 commits
  13. 14 Jul, 2008 6 commits
  14. 22 Apr, 2008 7 commits
  15. 27 Mar, 2008 1 commit
  16. 23 Mar, 2008 1 commit
  17. 24 Feb, 2008 1 commit
  18. 27 Jan, 2008 3 commits
  19. 26 Jan, 2008 1 commit
  20. 19 Oct, 2007 1 commit
  21. 13 Oct, 2007 2 commits