mbox series

[0/8] drm: msm: module rework

Message ID 1456175331-714117-1-git-send-email-arnd@arndb.de
Headers show
Series drm: msm: module rework | expand

Message

Arnd Bergmann Feb. 22, 2016, 9:08 p.m. UTC
I saw some regressions on today's Linux-next kernel after
the Makefiles got reworked and tried to come up with a quick
fix. This ended up taking much longer, but the new version should
be cleaner and I no longer get any build errors in this
driver.

The first two patches are just preparation to avoid the
namespace problems with global symbols and the module name.

The next five patches separate out each subdirectory that has
its own Makefile into a separate loadable module.

The final patch is just a nice addon, it should work in theory
but this needs to be tested well.

	Arnd