From: Sebastian Ott Date: Tue, 15 May 2012 15:49:12 +0000 (+0200) Subject: s390/ccwgroup: introduce ccwgroup_create_dev X-Git-Tag: v3.5-rc1~189^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2962dae0efd81fed06d0687f300725ab063587a;p=pandora-kernel.git s390/ccwgroup: introduce ccwgroup_create_dev Add a new interface for drivers to create a group device. Via the old interface ccwgroup_create_from_string we would create a virtual device in a way that only the caller of this function would match and bind to. Via the new ccwgroup_create_dev we stop playing games with the driver core and directly set the driver of the new group device. For drivers which have todo additional setup steps (like setting driver_data) provide a new setup driver callback. Reviewed-by: Cornelia Huck Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed