Re: exynos4412: Audio dies after one day on kernel 4.0

2015-05-30 Thread Krzysztof Kozlowski
2015-05-31 2:32 GMT+09:00 : > > Hello, > > I've been successfully using a self compiled linux kernel until version > 3.19 together with Debian Stretch. > > After upgrading the kernel to version 4.0 I see strange messages in the > logs i.e. > > May 27 22:44:01 pulseaudio[1027]: [alsa-sink-383.i

Re: [PATCH v3 1/2] usb: ehci-exynos: Make provision for vdd regulators

2015-05-30 Thread Krzysztof Kozlowski
2014-06-25 21:42 GMT+09:00 Vivek Gautam : > Facilitate getting required 3.3V and 1.0V VDD supply for > EHCI controller on Exynos. > > With the patches for regulators' nodes merged in 3.15: > c8c253f ARM: dts: Add regulator entries to smdk5420 > 275dcd2 ARM: dts: add max77686 pmic node for smdk5250,

Re: [PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-30 Thread Krzysztof Kozlowski
2015-05-30 22:53 GMT+09:00 Anand Moon : > On 28 May 2015 at 14:49, Krzysztof Kozlowski wrote: >> On 28.05.2015 17:58, Anand Moon wrote: >>> Enable regulator for usbdrd3_0 and usbdrd3_1 From the schematic pin diagram USB3_0 and USB3_1 >>> is regulated by LDO9 and LD011. >> >> Please reformat st

exynos4412: Audio dies after one day on kernel 4.0

2015-05-30 Thread gabriel
Hello, I've been successfully using a self compiled linux kernel until version 3.19 together with Debian Stretch. After upgrading the kernel to version 4.0 I see strange messages in the logs i.e. May 27 22:44:01 pulseaudio[1027]: [alsa-sink-383.i2s-HiFi HiFi-0] alsa-sink.c: ALSA woke us up

Re: [PATCH 05/98] exynos_drm.h: use __u64 from linux/types.h

2015-05-30 Thread Russell King - ARM Linux
On Sat, May 30, 2015 at 05:37:57PM +0200, Mikko Rapeli wrote: > Fixes userspace compilation error: > > drm/exynos_drm.h:30:2: error: unknown type name ‘uint64_t’ > > Signed-off-by: Mikko Rapeli This is another thing which we need to address. We should not be using unsigned int/unsigned long/ui

[PATCH 05/98] exynos_drm.h: use __u64 from linux/types.h

2015-05-30 Thread Mikko Rapeli
Fixes userspace compilation error: drm/exynos_drm.h:30:2: error: unknown type name ‘uint64_t’ Signed-off-by: Mikko Rapeli --- include/uapi/drm/exynos_drm.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/uapi/drm/exynos_drm.h b/include/uapi/drm/exynos_drm.h in

Re: [PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-30 Thread Anand Moon
On 28 May 2015 at 14:49, Krzysztof Kozlowski wrote: > On 28.05.2015 17:58, Anand Moon wrote: >> Enable regulator for usbdrd3_0 and usbdrd3_1 >>>From the schematic pin diagram USB3_0 and USB3_1 >> is regulated by LDO9 and LD011. > > Please reformat statement above to proper sentence(s) without ">"