1. 22 6月, 2011 1 次提交
  2. 23 5月, 2011 1 次提交
  3. 13 5月, 2011 1 次提交
  4. 12 5月, 2011 1 次提交
  5. 28 4月, 2011 1 次提交
  6. 21 2月, 2011 2 次提交
  7. 30 10月, 2010 1 次提交
  8. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  9. 30 9月, 2010 1 次提交
    • S
      MXC: Correct SPI_CPOL setting in SPI driver · 9f481e95
      Stefano Babic 提交于
      The handling of the SPI_CPOL bit inside the SPI
      driver was wrong. As reported by the manual,
      the meaning of the SSPOL inside the
      configuration register is the same as reported
      by SPI specification (0 if low in idle, 1 is high
      on idle). The driver inverts this logic.
      
      Because this patch sets the logic as specified, it is required
      to clear the CPOL bit in the configuration file to adapt
      to the correct logic.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      Signed-off-by: NDavid Jander <david.jander@protonic.nl>
      9f481e95
  10. 11 5月, 2010 1 次提交
  11. 05 5月, 2010 1 次提交
  12. 20 1月, 2010 1 次提交
  13. 23 7月, 2009 1 次提交
  14. 07 7月, 2009 2 次提交