1. 25 11月, 2015 5 次提交
  2. 02 10月, 2015 1 次提交
    • A
      I2C: mxc_i2c: make I2C1 and I2C2 optional · 03544c66
      Albert ARIBAUD \\(3ADEV\\) 提交于
      The driver assumed that I2C1 and I2C2 were always enabled,
      and if they were not, then an asynchronous abort was (silently)
      raised, to be caught much later on in the Linux kernel.
      
      Fix this by making I2C1 and I2C2 optional just like I2C3 and I2C4
      are.
      
      To make the change binary-invariant, declare I2C1 and I2C2 in
      every include/configs/ file which defines CONFIG_SYS_I2C_MXC.
      
      Also, while updating README about CONFIG_SYS_I2C_MXC_I2C1 and
      CONFIG_SYS_I2C_MXC_I2C2, add missing descriptions for I2C4 speed
      (CONFIG_SYS_MXC_I2C4_SPEED) and slave (CONFIG_SYS_MXC_I2C4_SLAVE)
      config options.
      Signed-off-by: NAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
      03544c66
  3. 20 9月, 2015 1 次提交
  4. 13 9月, 2015 2 次提交
  5. 02 9月, 2015 1 次提交
  6. 26 7月, 2015 8 次提交
  7. 26 5月, 2015 9 次提交
  8. 11 2月, 2014 1 次提交
  9. 03 1月, 2014 1 次提交
    • O
      ARM: mx6: Change the FDT loading address to avoid overlaping · 6584a1b5
      Otavio Salvador 提交于
      This patch fixes allow for the DeviceTree and initrd relocation fixing
      the boot of FSL 3.10.9-1.0.0-alpha kernel.
      
      This changes following boards:
      
       - mx6sabreauto
       - mx6sabresd
       - wandboard
       - udoo
       - nitrogen6x
       - cgtqmx6eval
      
      The reasoning, as explained by Hui Liu, is:
      
      ,----
      | The FDT blob will be placed at DDR physical addr: 0x11000000. When Linux kernel
      | Boot up, it will decompress the compressed kernel image and place the decompressed
      | kernel image at the low end of the DDR memory and start running from it. If the
      | decompressed kernel image is bigger for example than 16M, it may over written the
      | fdt blob which u-boot loaded to the DDR memory @0x11000000 with fdt_addr=0x11000000
      |
      | To expand the fdt_addr from 0x11000000 to 0x18000000, which can avoid the override
      | Since we will not likely have one kernel image larger than 128MB.
      `----
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      Acked-by: NStefano Babic <sbabic@denx.de>
      6584a1b5
  10. 05 11月, 2013 1 次提交
  11. 24 7月, 2013 1 次提交
  12. 04 6月, 2013 1 次提交
  13. 28 4月, 2013 1 次提交
  14. 03 4月, 2013 1 次提交
  15. 20 3月, 2013 1 次提交
  16. 08 3月, 2013 1 次提交
  17. 13 2月, 2013 1 次提交
  18. 13 1月, 2013 2 次提交
  19. 26 12月, 2012 1 次提交