1. 21 Oct, 2010 1 commit
    • Grant Likely's avatar
      of/device: Rework to use common platform_device_alloc() for allocating devices · 7096d042
      Grant Likely authored
      The current code allocates and manages platform_devices created from
      the device tree manually.  It also uses an unsafe shortcut for
      allocating the platform_device and the resource table at the same
      time. (which I added in the last rework; sorry).
      
      This patch refactors the code to use platform_device_alloc() for
      allocating new devices.  This reduces the amount of custom code
      implemented by of_platform, eliminates the unsafe alloc trick, and has
      the side benefit of letting the platform_bus code manage freeing the
      device data and resources when the device is freed.
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Michal Simek <monstr@monstr.eu>
      7096d042
  2. 18 Oct, 2010 1 commit
  3. 13 Oct, 2010 5 commits
  4. 11 Oct, 2010 1 commit
  5. 09 Oct, 2010 2 commits
  6. 08 Oct, 2010 1 commit
  7. 07 Oct, 2010 1 commit
  8. 29 Sep, 2010 4 commits
  9. 28 Sep, 2010 9 commits
  10. 27 Sep, 2010 15 commits