Merge tag 'dev_groups_all_drivers' into fpga-dfl-for-5.4
authorMoritz Fischer <mdf@kernel.org>
Wed, 4 Sep 2019 02:08:35 +0000 (19:08 -0700)
committerMoritz Fischer <mdf@kernel.org>
Wed, 4 Sep 2019 02:08:35 +0000 (19:08 -0700)
commitcbb4a74478e9eef0f8ef437e95ef7645008988f7
tree9fded8cad984756612a5ff0dacb1792d0cf36959
parente58915179f3f4a839ea3b9aeae1c1e13e98e33b1
parent23b6904442d08b7dbed7622ed33b236d41a3aa8b
Merge tag 'dev_groups_all_drivers' into fpga-dfl-for-5.4

dev_groups added to struct driver

Persistent tag for others to pull this branch from

This is the first patch in a longer series that adds the ability for the
driver core to create and remove a list of attribute groups
automatically when the device is bound/unbound from a specific driver.

See:
https://lore.kernel.org/r/20190731124349.4474-2-gregkh@linuxfoundation.org
for details on this patch, and examples of how to use it in other
drivers.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>