1. 01 Aug, 2010 2 commits
    • Grant Likely's avatar
      of/platform: Register of_platform_drivers with an "of:" prefix · 7fb8f881
      Grant Likely authored
      Currently there are some drivers in tree which register both a
      platform_driver and an of_platform_driver with the same name.  This is
      a temporary situation until all the relevant of_platform_drivers are
      converted to be normal platform_drivers.  Until then, this patch gives
      all the of_platform_drivers an "of:" prefix to protect against bogus
      matches and namespace conflicts.
      7fb8f881
    • Grant Likely's avatar
      of/address: Clean up function declarations · 22ae782f
      Grant Likely authored
      This patch moves the declaration of of_get_address(), of_get_pci_address(),
      and of_pci_address_to_resource() out of arch code and into the common
      linux/of_address header file.
      
      This patch also fixes some of the asm/prom.h ordering issues.  It still
      includes some header files that it ideally shouldn't be, but at least the
      ordering is consistent now so that of_* overrides work.
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      22ae782f
  2. 30 Jul, 2010 3 commits
  3. 24 Jul, 2010 16 commits
  4. 22 Jul, 2010 18 commits
  5. 21 Jul, 2010 1 commit
    • Dave Airlie's avatar
      drm/radeon/kms: drop taking lock around crtc lookup. · 29508eb6
      Dave Airlie authored
      We only add/remove crtcs at driver load, you cannot remove when
      the GPU is running a CS packet since the fd is open, when
      GPU hotplugging on radeons actually is needed all this locking
      needs a review and I've started re-working kms core locking to deal
      with this better. But for now avoid long delays in CS processing when
      hotplug detect is happening in a different thread.
      
      this fixes a regression introduced with hotplug detection.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      29508eb6