• Linus Torvalds's avatar
    Merge tag 'driver-core-3.16-rc1' of... · 5da77761
    Linus Torvalds authored
    Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
    
    Pull driver core / kernfs changes from Greg KH:
     "Here is the "big" pull request for 3.16-rc1.
    
      Not a lot of changes here, some kernfs work, a revert of a very old
      driver core change that ended up cauing some memory leaks on driver
      probe error paths, and other minor things.
    
      As was pointed out earlier today, one commit here, 26fc9cd2
      ("kernfs: move the last knowledge of sysfs out from kernfs") is also
      needed in your 3.15-final branch as well.  If you could cherry-pick it
      there, it would be most appreciated by Andy Lutomirski to prevent a
      regression there.
    
      All of these have been in linux-next for a while"
    
    * tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
      crypto/nx/nx-842: dev_set_drvdata can no longer fail
      kernfs: move the last knowledge of sysfs out from kernfs
      sysfs: fix attribute_group bin file path on removal
      sysfs.h: don't return a void-valued expression in sysfs_remove_file
      init.h: Update initcall_sync variants to fix build errors
      driver core: Inline dev_set/get_drvdata
      driver core: dev_get_drvdata: Don't check for NULL dev
      driver core: dev_set_drvdata returns void
      driver core: dev_set_drvdata can no longer fail
      driver core: Move driver_data back to struct device
      lib/devres.c: fix checkpatch warnings
      lib/devres.c: use dev in devm_request_and_ioremap
      kobject: Make support for uevent_helper optional.
      kernfs: make kernfs_notify() trigger inotify events too
      kernfs: implement kernfs_root->supers list
    5da77761
exynos-iommu.c 24.1 KB