1. 20 8月, 2013 1 次提交
  2. 23 7月, 2013 1 次提交
  3. 17 7月, 2013 1 次提交
  4. 04 2月, 2013 1 次提交
  5. 26 10月, 2012 1 次提交
  6. 09 11月, 2011 1 次提交
  7. 04 11月, 2011 1 次提交
  8. 19 4月, 2010 1 次提交
    • R
      fsl_i2c: Added a callpoint for i2c_board_late_init · 26a33504
      Richard Retanubun 提交于
      This patch adds a callpoint in i2c_init that allows board specific
      i2c board initialization (typically for i2c bus reset) that is called
      after i2c_init operations, allowing the i2c_board_late_init function
      to use the pre-configured i2c bus speed and slave address.
      26a33504
  9. 03 10月, 2009 1 次提交
  10. 28 9月, 2009 4 次提交
  11. 06 9月, 2009 1 次提交
  12. 21 7月, 2009 1 次提交
    • H
      i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c · 39df00d9
      Heiko Schocher 提交于
      This patch adds the possibility to call a board specific
      i2c bus reset routine for the fsl_i2c bus driver, and adds
      this option for the keymile kmeter1 board.
      
      The deblock sequence for this board is implemented and
      tested in the following way:
      
      CR = 0x20 (release SDA and SCL pin)
      CR = 0xa0 (start read)
      dummy read
      dummy read
      if 2. dummy read == 0x00
      	3. dummy read
      
      CR = 0x80 (SDA and SCL now 1 SR = 0x86)
      CR = 0x00 (Modul reset SR=0x81)
      CR = 0x80 (SDA and SCL = 1, SR = 0x81)
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      39df00d9
  13. 06 3月, 2009 1 次提交
  14. 16 12月, 2008 1 次提交
  15. 09 12月, 2008 1 次提交
  16. 19 10月, 2008 1 次提交
  17. 28 8月, 2008 1 次提交
  18. 19 8月, 2008 1 次提交
  19. 06 8月, 2008 1 次提交
  20. 30 7月, 2008 2 次提交
    • K
      fsl_i2c: Use timebase timer functions instead of get_timer() · 09d318a8
      Kumar Gala 提交于
      The current implementation of get_timer() is only really useful after we
      have relocated u-boot to memory.  The i2c code is used before that as part
      of the SPD DDR setup.
      
      We actually have a bug when using the get_timer() code before relocation
      because the .bss hasn't been setup and thus we could be reading/writing
      a random location (probably in flash).
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      09d318a8
    • T
      fsl-i2c: fix writes to data segment before relocation · e4dafff8
      Timur Tabi 提交于
      Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
      relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
      I2C bus speed and save the value in i2c_bus_speed[], which is a global
      variable.  It is an error to write to the data segment before relocation,
      which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      e4dafff8
  21. 14 4月, 2008 1 次提交
  22. 27 3月, 2008 1 次提交
  23. 21 11月, 2007 1 次提交
  24. 10 8月, 2007 1 次提交
  25. 03 3月, 2007 1 次提交
  26. 29 11月, 2006 2 次提交
  27. 04 11月, 2006 1 次提交
  28. 21 10月, 2006 1 次提交
  29. 20 10月, 2006 2 次提交
  30. 23 8月, 2006 1 次提交
  31. 01 6月, 2006 1 次提交
  32. 27 4月, 2006 2 次提交
  33. 13 10月, 2005 1 次提交