1. 22 12月, 2013 1 次提交
  2. 29 11月, 2013 2 次提交
  3. 26 11月, 2013 1 次提交
  4. 15 11月, 2013 1 次提交
  5. 14 11月, 2013 1 次提交
  6. 09 11月, 2013 2 次提交
  7. 08 11月, 2013 2 次提交
  8. 06 11月, 2013 1 次提交
  9. 30 10月, 2013 2 次提交
  10. 25 10月, 2013 14 次提交
  11. 24 10月, 2013 3 次提交
  12. 23 10月, 2013 1 次提交
  13. 22 10月, 2013 1 次提交
  14. 18 10月, 2013 1 次提交
  15. 14 10月, 2013 1 次提交
  16. 10 10月, 2013 2 次提交
    • R
      of: remove empty arch prom.h headers · 5116b1de
      Rob Herring 提交于
      Now that prom.h is optional, all the empty prom.h headers can be removed.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Acked-by: NVineet Gupta <vgupta@synopsys.com>
      Acked-by: NCatalin Marinas <catalin.marinas@arm.com>
      Acked-by: NGrant Likely <grant.likely@linaro.org>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: Mark Salter <msalter@redhat.com>
      Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
      Cc: James Hogan <james.hogan@imgtec.com>
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: Chris Zankel <chris@zankel.net>
      Cc: Max Filippov <jcmvbkbc@gmail.com>
      5116b1de
    • S
      xen: introduce xen_alloc/free_coherent_pages · d6fe76c5
      Stefano Stabellini 提交于
      xen_swiotlb_alloc_coherent needs to allocate a coherent buffer for cpu
      and devices. On native x86 is sufficient to call __get_free_pages in
      order to get a coherent buffer, while on ARM (and potentially ARM64) we
      need to call the native dma_ops->alloc implementation.
      
      Introduce xen_alloc_coherent_pages to abstract the arch specific buffer
      allocation.
      
      Similarly introduce xen_free_coherent_pages to free a coherent buffer:
      on x86 is simply a call to free_pages while on ARM and ARM64 is
      arm_dma_ops.free.
      Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
      
      
      Changes in v7:
      - rename __get_dma_ops to __generic_dma_ops;
      - call __generic_dma_ops(hwdev)->alloc/free on arm64 too.
      
      Changes in v6:
      - call __get_dma_ops to get the native dma_ops pointer on arm.
      d6fe76c5
  17. 19 10月, 2013 1 次提交
  18. 15 10月, 2013 1 次提交
  19. 03 10月, 2013 1 次提交
  20. 26 9月, 2013 1 次提交