1. 07 4月, 2014 1 次提交
  2. 10 2月, 2014 1 次提交
  3. 27 1月, 2014 1 次提交
  4. 23 5月, 2013 1 次提交
  5. 12 2月, 2013 1 次提交
  6. 04 10月, 2012 2 次提交
  7. 31 3月, 2011 1 次提交
  8. 21 10月, 2010 1 次提交
  9. 06 5月, 2010 1 次提交
  10. 07 4月, 2010 1 次提交
  11. 11 3月, 2010 4 次提交
    • M
      microblaze: Preliminary support for dma drivers · d79f3b06
      Michal Simek 提交于
      I found several problems for ll_temac driver and on system with WB.
      This early fix should fix it. I will clean this patch before I will add
      it to mainline
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      d79f3b06
    • M
      microblaze: Enable PCI, missing files · a6475c13
      Michal Simek 提交于
      There are two parts of changes. The first is just enable
      PCI in Makefiles and in Kconfig. The second is the rest of
      missing files. I didn't want to add it with previous patch
      because that patch is too big.
      
      Current Microblaze toolchain has problem with weak symbols
      that's why is necessary to apply this changes to be possible
      to compile pci support.
      Xilinx knows about this problem.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      a6475c13
    • M
      microblaze: io.h include asm-generic/iomap.h · 2ddafeab
      Michal Simek 提交于
      I need to use generic/iomap.h for PCI that's why is necessary
      to include it and fix ioport_{map,unmap} functions.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      2ddafeab
    • M
      microblaze: Support DMA · ccfe27d7
      Michal Simek 提交于
      Add DMA support for Microblaze. There are some part of this new feature:
      1. Basic DMA support
      2. Enable DMA debug option
      3. Setup notifier
      
      Ad 1. dma-mapping come from powerpc and x86 version and it is based on
      generic dma-mapping-common.h
      
      Ad 2. DMA support debug features which is used in generic file.
      For more information please look at Documentation/DMA-API.txt
      
      Ad 3. notifier is very important to setup dma_ops. Without this part
      for example ll_temac driver failed because there are no setup dma operations.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      ccfe27d7
  12. 24 2月, 2010 1 次提交
  13. 22 9月, 2009 1 次提交
  14. 27 7月, 2009 1 次提交
  15. 26 5月, 2009 1 次提交
  16. 14 4月, 2009 1 次提交
  17. 27 3月, 2009 1 次提交