On 27/02/14 13:54, Tomi Valkeinen wrote:
Hi,
This is a re-send of the series, with RFC removed from the subject, and a bunch of acks added.
I'm cc'ing more people, to make sure this doesn't come as a surprise, and to make sure this is not a bad idea, doomed to fail horribly.
So this series creates a new directory, drivers/video/fbdev/, to which all fbdev related files are moved. Also, a new directory, drivers/video/fbdev/core/ is created, to which the core fbdev framework files are moved. This makes the drivers/video hierarchy much more clear.
Presuming no one has objections to this as such, I wonder what's the least painful way to merge this? Normally, like any other fbdev change? As a separate pull request, maybe at -rc2 time frame, based on -rc1? Something else?
Tomi
Tomi Valkeinen (3): video: move fbdev to drivers/video/fbdev fbdev: move fbdev core files to separate directory video: Kconfig: move drm and fb into separate menus
I have pushed this to my for-next branch. Let's see what happens... At least I'm able to merge the current linux-next without any conflicts.
Tomi