1. 28 May, 2014 9 commits
  2. 27 May, 2014 20 commits
  3. 26 May, 2014 5 commits
    • Bjorn Helgaas's avatar
      Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into next · e5558d1a
      Bjorn Helgaas authored
      * dma-api:
        iommu/exynos: Remove unnecessary "&" from function pointers
        DMA-API: Update dma_pool_create ()and dma_pool_alloc() descriptions
        DMA-API: Fix duplicated word in DMA-API-HOWTO.txt
        DMA-API: Capitalize "CPU" consistently
        sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()
        DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
        DMA-API: Clarify physical/bus address distinction
      
      * pci/virtualization:
        PCI: Mark RTL8110SC INTx masking as broken
      
      * pci/msi:
        PCI/MSI: Remove pci_enable_msi_block()
      
      * pci/misc:
        PCI: Remove pcibios_add_platform_entries()
        s390/pci: use pdev->dev.groups for attribute creation
        PCI: Move Open Firmware devspec attribute to PCI common code
      
      * pci/resource:
        PCI: Add resource allocation comments
        PCI: Simplify __pci_assign_resource() coding style
        PCI: Change pbus_size_mem() return values to be more conventional
        PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources
        PCI: Support BAR sizes up to 8GB
        resources: Clarify sanity check message
        PCI: Don't add disabled subtractive decode bus resources
        PCI: Don't print anything while decoding is disabled
        PCI: Don't set BAR to zero if dma_addr_t is too small
        PCI: Don't convert BAR address to resource if dma_addr_t is too small
        PCI: Reject BAR above 4GB if dma_addr_t is too small
        PCI: Fail safely if we can't handle BARs larger than 4GB
        x86/gart: Tidy messages and add bridge device info
        x86/gart: Replace printk() with pr_info()
        x86/PCI: Move pcibios_assign_resources() annotation to definition
        x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXED
        x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resources
        x86/PCI: Fix Broadcom CNB20LE unintended sign extension
      e5558d1a
    • Bjorn Helgaas's avatar
      iommu/exynos: Remove unnecessary "&" from function pointers · 14574674
      Bjorn Helgaas authored
      Remove unnecessary "&" from function pointers in exynos_iommu_ops.
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      14574674
    • Gioh Kim's avatar
      DMA-API: Update dma_pool_create ()and dma_pool_alloc() descriptions · 2af9da86
      Gioh Kim authored
      Use "boundary" to be more descriptive than "alloc" in the dma_pool_create()
      documentation.
      
      Replace "SLAB_KERNEL" and "SLAB_ATOMIC" with the correct "GFP_KERNEL" and
      "GFP_ATOMIC."
      
      [bhelgaas: changelog]
      Signed-off-by: default avatarGioh Kim <gioh.kim@lge.com>
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      2af9da86
    • Emilio López's avatar
      DMA-API: Fix duplicated word in DMA-API-HOWTO.txt · 34c815fb
      Emilio López authored
      "coherent" is written twice when it should be just once.
      Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      34c815fb
    • Bjorn Helgaas's avatar
      DMA-API: Capitalize "CPU" consistently · f311a724
      Bjorn Helgaas authored
      Sometimes we used "cpu," other times "CPU."  Use "CPU" consistently.
      Suggested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      f311a724
  4. 23 May, 2014 6 commits