[PATCH 5/9] video: vesafb: use sysfb bus

2013-02-17 Thread David Herrmann
Instead of using our own platform device, we now register as sysfb driver and get notified whenever we are loaded on a system VBE device. This allows other VBE drivers to be loaded at the same time and users can bind/unbind drivers via sysfs. We also no longer need to fake a platform-device because

[PATCH 5/9] video: vesafb: use sysfb bus

2013-02-17 Thread David Herrmann
Instead of using our own platform device, we now register as sysfb driver and get notified whenever we are loaded on a system VBE device. This allows other VBE drivers to be loaded at the same time and users can bind/unbind drivers via sysfs. We also no longer need to fake a platform-device because