Skip to content
Snippets Groups Projects
  1. Apr 27, 2010
  2. Apr 24, 2010
  3. Apr 21, 2010
  4. Apr 19, 2010
    • Richard Retanubun's avatar
      fsl_i2c: Added a callpoint for i2c_board_late_init · 26a33504
      Richard Retanubun authored
      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
  5. Apr 13, 2010
  6. Apr 09, 2010
  7. Apr 08, 2010
  8. Apr 07, 2010
  9. Apr 06, 2010
  10. Apr 03, 2010
  11. Apr 02, 2010
  12. Mar 31, 2010
  13. Mar 26, 2010
    • Thomas Chou's avatar
      cfi flash: add status polling method for amd flash · e5720823
      Thomas Chou authored
      
      This patch adds status polling method to offer an alternative to
      data toggle method for amd flash chips.
      
      This patch is needed for nios2 cfi flash interface, where the bus
      controller performs 4 bytes read cycles for a single byte read
      instruction. The data toggle method can not detect chip busy
      status correctly. So we have to poll DQ7, which will be inverted
      when the chip is busy.
      
      This feature is enabled with the config def,
      CONFIG_SYS_CFI_FLASH_STATUS_POLL
      
      Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      e5720823
  14. Mar 25, 2010
  15. Mar 24, 2010
  16. Mar 23, 2010
  17. Mar 21, 2010
Loading