[PATCH 01/28] ARM: mach-exynos: drop owner assignment from platform_drivers

2014-12-21 Thread Wolfram Sang
This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang --- Generated with coccinelle. SmPL file is in the introductory msg. The big cleanup was pulled in this merge window. This series catches the bits fallen through. The patches s

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits

2014-12-21 Thread Wolfram Sang
Generated with coccinelle. The big cleanup was pulled in this merge window. This series catches the bits fallen through. The patches shall go in via the subsystem trees. If possible for 3.19 to increase consistency I'd say, but you decide, of course. cocci-file used: @match1@ declarer name module

[PATCH 27/28] ASoC: samsung: drop owner assignment from platform_drivers

2014-12-21 Thread Wolfram Sang
This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang --- Generated with coccinelle. SmPL file is in the introductory msg. The big cleanup was pulled in this merge window. This series catches the bits fallen through. The patches s

Re: drm: exynos: mixer: fix using usleep() in atomic context

2014-12-21 Thread Inki Dae
Sorry for late. 2014-12-17 16:54 GMT+09:00 Thierry Reding : > On Mon, Dec 01, 2014 at 05:16:17PM +0100, Tobias Jakobi wrote: >> On 2014-12-01 16:54, Thierry Reding wrote: >> >On Sun, Nov 30, 2014 at 01:35:25AM +0100, tjak...@math.uni-bielefeld.de >> >wrote: >> >>From: Tomasz Stanislawski >> >> >