1. 22 6月, 2005 3 次提交
  2. 21 6月, 2005 1 次提交
  3. 01 6月, 2005 1 次提交
  4. 29 5月, 2005 4 次提交
  5. 24 5月, 2005 1 次提交
  6. 21 5月, 2005 1 次提交
  7. 20 5月, 2005 1 次提交
  8. 01 5月, 2005 1 次提交
  9. 25 4月, 2005 1 次提交
    • A
      [PATCH] ppc iomem annotations: ->io_base_virt · 92a11f9e
      Al Viro 提交于
      * ->io_base_virt in struct pci_controller is iomem pointer.  Marked as such.
        Most of the places that used it are already annotated to expect iomem.
      * places that did gratitious (and wrong) casts a-la
      	isa_io_base = (unsigned long)ioremap(...);
      	hose->io_base_virt = (void *)isa_io_base;
        turned into
      	hose->io_base_virt = ioremap(...);
      	isa_io_base = (unsigned long)hose->io_base_virt;
      * pci_bus_io_base() annotated as returning iomem pointer.
      Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      92a11f9e
  10. 17 4月, 2005 6 次提交