1. 24 9月, 2013 2 次提交
  2. 02 5月, 2013 1 次提交
    • V
      iommu/tegra: Fix printk formats for dma_addr_t · 72ca55db
      Varun Sethi 提交于
      Fix printk formats for dma_addr_t:
      
         drivers/iommu/tegra-smmu.c: In function 'smmu_iommu_iova_to_phys':
      >> drivers/iommu/tegra-smmu.c:774:2: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'dma_addr_t' [-Wformat]
      --
         drivers/iommu/tegra-gart.c: In function 'gart_iommu_iova_to_phys':
      >> drivers/iommu/tegra-gart.c:298:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dma_addr_t' [-Wformat]
      Signed-off-by: NVarun Sethi <Varun.Sethi@freescale.com>
      Signed-off-by: NJoerg Roedel <joro@8bytes.org>
      72ca55db
  3. 03 4月, 2013 1 次提交
  4. 19 2月, 2013 1 次提交
  5. 04 1月, 2013 1 次提交
    • G
      Drivers: iommu: remove __dev* attributes. · d34d6517
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: Ohad Ben-Cohen <ohad@wizery.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Omar Ramirez Luna <omar.luna@linaro.org>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Cc: Hiroshi Doyu <hdoyu@nvidia.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Bharat Nihalani <bnihalani@nvidia.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      d34d6517
  6. 28 11月, 2012 1 次提交
  7. 11 7月, 2012 1 次提交
  8. 11 5月, 2012 1 次提交
  9. 16 4月, 2012 2 次提交
  10. 13 3月, 2012 1 次提交
  11. 26 1月, 2012 1 次提交