1. 24 Sep, 2012 1 commit
    • Stefano Stabellini's avatar
      arm: introduce a DTS for Xen unprivileged virtual machines · bbd6eb29
      Stefano Stabellini authored
      Given that the xenvm machine is based on vexpress but with an extremely
      limited selection of peripherals (the guest is supposed to use virtual
      devices instead), add "xen,xenvm" to the list of compatible machines in
      mach-vexpress.
      
      
      Changes in v3:
      
      - add comments to mark fields that are likely to be changed by the
      hypervisor.
      
      
      Changes in v2:
      
      - remove include skeleton;
      - use #address-cells = <2> and #size-cells = <2>;
      - remove the debug bootargs;
      - use memory@80000000 instead of memory;
      - remove the ranges and interrupt-map from the motherboard node;
      - set the machine compatible to "xen,xenvm-4.2", "xen,xenvm";
      - rename the dts file to xenvm-4.2.dts;
      - add "xen,xenvm" to the list of compatible DT strings to mach-vexpress.
      Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: Pawel Moll <pawel.moll@arm.com> (v2m changes)
      bbd6eb29
  2. 14 Sep, 2012 1 commit
  3. 08 Aug, 2012 3 commits
  4. 14 Sep, 2012 1 commit
  5. 13 Sep, 2012 1 commit
  6. 08 Aug, 2012 1 commit
  7. 17 Sep, 2012 1 commit
  8. 13 Sep, 2012 1 commit
  9. 14 Sep, 2012 2 commits
  10. 18 Sep, 2012 1 commit
    • Stefano Stabellini's avatar
      docs: Xen ARM DT bindings · c43cdfbc
      Stefano Stabellini authored
      Add a doc to describe the Xen ARM device tree bindings
      
      
      Changes in v5:
      
      - add a comment about the size of the grant table memory region;
      - add a comment about the required presence of a GIC node;
      - specify that the described properties are part of a top-level
      "hypervisor" node;
      - specify #address-cells and #size-cells for the example.
      
      
      Changes in v4:
      
      - "xen,xen" should be last as it is less specific;
      - update reg property using 2 address-cells and 2 size-cells.
      Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
      Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
      CC: devicetree-discuss@lists.ozlabs.org
      CC: David Vrabel <david.vrabel@citrix.com>
      CC: Rob Herring <robherring2@gmail.com>
      CC: Dave Martin <dave.martin@linaro.org>
      c43cdfbc
  11. 08 Aug, 2012 3 commits
  12. 14 Sep, 2012 2 commits
  13. 17 Sep, 2012 1 commit
  14. 14 Sep, 2012 1 commit
  15. 12 Sep, 2012 7 commits
  16. 10 Sep, 2012 1 commit
  17. 08 Sep, 2012 3 commits
    • Linus Torvalds's avatar
      Linux 3.6-rc5 · 55d512e2
      Linus Torvalds authored
      55d512e2
    • Linus Torvalds's avatar
      Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping · 32d687ca
      Linus Torvalds authored
      Pull DMA-mapping fixes from Marek Szyprowski:
       "Another set of fixes for ARM dma-mapping subsystem.
      
        Commit e9da6e99 replaced custom consistent buffer remapping code
        with generic vmalloc areas.  It however introduced some regressions
        caused by limited support for allocations in atomic context.  This
        series contains fixes for those regressions.
      
        For some subplatforms the default, pre-allocated pool for atomic
        allocations turned out to be too small, so a function for setting its
        size has been added.
      
        Another set of patches adds support for atomic allocations to
        IOMMU-aware DMA-mapping implementation.
      
        The last part of this pull request contains two fixes for Contiguous
        Memory Allocator, which relax too strict requirements."
      
      * 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping:
        ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMIC
        ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()
        ARM: dma-mapping: Refactor out to introduce __in_atomic_pool
        ARM: dma-mapping: atomic_pool with struct page **pages
        ARM: Kirkwood: increase atomic coherent pool size
        ARM: DMA-Mapping: print warning when atomic coherent allocation fails
        ARM: DMA-Mapping: add function for setting coherent pool size from platform code
        ARM: relax conditions required for enabling Contiguous Memory Allocator
        mm: cma: fix alignment requirements for contiguous regions
      32d687ca
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 11be4bc6
      Linus Torvalds authored
      Pull input subsystem updates from Dmitry Torokhov.
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: wacom - add support for EMR on Cintiq 24HD touch
        Input: i8042 - add Gigabyte T1005 series netbooks to noloop table
        Input: imx_keypad - reset the hardware before enabling
        Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FS
      11be4bc6
  18. 07 Sep, 2012 4 commits
  19. 06 Sep, 2012 5 commits