Re: [PATCH] ARM: s3c: simplify s3c_irqwake_{e,}intallow definition

2015-12-28 Thread Arnd Bergmann
On Monday 28 December 2015 10:02:57 Krzysztof Kozlowski wrote: > On 18.12.2015 23:45, Arnd Bergmann wrote: > > For a long time, gcc has warned about odd configurations on s3c64xx: > > > > In file included from arch/arm/plat-samsung/pm.c:34:0: > > arch/arm/mach-s3c64xx/include/mach/pm-core.h:61:0:

[PATCH] [media] call media_device_init() before registering the V4L2 device

2015-12-28 Thread Mauro Carvalho Chehab
Currently, v4l2_device_register() doesn't use the media_device struct. So, calling media_device_init() could be called either before or after v4l2_device_register(). Yet, it is a good practice to initialize everything before calling the register functions. Also, the other drivers call

[PATCH 1/3] mfd: use to_i2c_client

2015-12-28 Thread Geliang Tang
Use to_i2c_client() instead of open-coding it. Signed-off-by: Geliang Tang --- drivers/mfd/88pm80x.c | 4 ++-- drivers/mfd/88pm860x-core.c | 4 ++-- drivers/mfd/max14577.c | 4 ++-- drivers/mfd/max77686.c | 4 ++-- drivers/mfd/max77693.c | 4 ++--

Re: [PATCH 2/2] [media] media-device: split media initialization and registration

2015-12-28 Thread Mauro Carvalho Chehab
Em Mon, 28 Dec 2015 08:26:33 -0200 Mauro Carvalho Chehab escreveu: > Em Mon, 28 Dec 2015 03:14:53 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On Tue, Dec 15, 2015 at 09:13:42AM -0200, Mauro Carvalho Chehab wrote: > > > Em Thu, 10 Sep

Re: [PATCH v3 1/7] drm/exynos: rename zpos to index

2015-12-28 Thread Marek Szyprowski
Hello, On 2015-12-24 09:15, Inki Dae wrote: Seems this patch could be more cleaned up. Each ctx object of each crtc driver has its own plane config object which includes already zpos value. So I think we wouldn't need to keep zpos of the plane config and index of the plane object. How about

[GIT PULL] ARM: EXYNOS: dts: DeviceTree for v4.5, 2nd try

2015-12-28 Thread Krzysztof Kozlowski
Hi, This is an updated pull request, without the Exynos5410 DTS pinctrl changes. I am still not sure why they have to be acked separately but I do not want to hold on the changes because of this. However if the pinctrl commit is okay, then please pull tag 'tags/samsung-dt-4.5' instead. This

Re: [PATCH 1/3] mfd: use to_i2c_client

2015-12-28 Thread Krzysztof Kozlowski
On 29.12.2015 00:00, Geliang Tang wrote: > Use to_i2c_client() instead of open-coding it. > > Signed-off-by: Geliang Tang > --- > drivers/mfd/88pm80x.c | 4 ++-- > drivers/mfd/88pm860x-core.c | 4 ++-- > drivers/mfd/max14577.c | 4 ++-- > drivers/mfd/max77686.c

Re: [PATCH 1/3] mfd: use to_i2c_client

2015-12-28 Thread Chanwoo Choi
Hi Geliang, On 2015년 12월 29일 00:00, Geliang Tang wrote: > Use to_i2c_client() instead of open-coding it. > > Signed-off-by: Geliang Tang > --- > drivers/mfd/88pm80x.c | 4 ++-- > drivers/mfd/88pm860x-core.c | 4 ++-- > drivers/mfd/max14577.c | 4 ++-- >