RE: [PATCH v7] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-03-24 Thread Kukjin Kim
Alim Akhtar wrote: > > Gentle Ping !! > Thanks ;-) > > On Wed, Mar 18, 2015 at 4:50 PM, Alim Akhtar wrote: > > From: Seungwon Jeon > > > > HS400 timing values are added for SMDK5420, exynos5420-peach-pit > > and exynos5800-peach-pi boards. > > This also adds RCLK GPIO line, this gpio should be

Re: [PATCH v7 0/9] arm64: Add the support for new Exynos5433 SoC

2015-03-24 Thread Chanwoo Choi
Dear Kukjin, On 03/24/2015 05:09 PM, Kukjin Kim wrote: > Chanwoo Choi wrote: >> >> Dear Kukjin, >> > Hi, > >> Could you please pick or review this patch-set? >> > Sorry for late response and honestly I was looking at the review in ml ;-) > > Anyway I have no objection on this series except using

Re: [PATCH] cpufreq: exynos: allow build for !THERMAL or !CPU_THERMAL cases

2015-03-24 Thread Eduardo Valentin
On Fri, Feb 20, 2015 at 05:20:22PM +0100, Bartlomiej Zolnierkiewicz wrote: > Allow driver build for !THERMAL or !CPU_THERMAL cases. > > The new dependency rule is the same as the one that CPUFREQ_DT > option has (for cpufreq-dt driver which has the same issue with > using of_cpufreq_cooling_regist

Re: [PATCH v7] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-03-24 Thread Alim Akhtar
Gentle Ping !! On Wed, Mar 18, 2015 at 4:50 PM, Alim Akhtar wrote: > From: Seungwon Jeon > > HS400 timing values are added for SMDK5420, exynos5420-peach-pit > and exynos5800-peach-pi boards. > This also adds RCLK GPIO line, this gpio should be in pull-down > state. > This also enables HS400 on

Re: [rtc-linux] Re: [PATCH v2 2/2] mfd: sec-core: Modify RTC compatible name of S2MPS13

2015-03-24 Thread Krzysztof Kozlowski
2015-03-23 13:34 GMT+01:00 Lee Jones : > On Tue, 17 Mar 2015, Krzysztof Kozlowski wrote: > >> From: Chanwoo Choi >> >> This patch modify the RTC compatible name of S2MPS13 because S2MPS13's RTC is >> equal to S2MPS14's RTC. >> >> Cc: Lee Jones >> Suggested-by: Krzysztof Kozlowski >> Signed-off-b

RE: [PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled

2015-03-24 Thread Kukjin Kim
Anand Moon wrote: > > Changes fixes the misspelled of #interrups-cell. > > arch/arm/boot/dts/exynos5420.dtsi:224: WARNING: 'interrups' >may be misspelled - perhaps 'interrupts'? > > Tested on OdroidXU3 board. > > Signed-off-by: Anand Moon > --- > arch/arm/boot/dts/exynos5420.dtsi | 2

RE: [PATCH] ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore

2015-03-24 Thread Kukjin Kim
Mark Brown wrote: > > On Sun, Mar 22, 2015 at 10:40:41AM +, Charles Keepax wrote: > > There are two PMICs on Cragganmore, currently one dynamically assign > > its IRQ base and the other uses a fixed base. It is possible for the > > statically assigned PMIC to fail if its IRQ is taken by the dy

RE: [alsa-devel] [PATCH RESEND] ARM: dts: Support audio on Exynos5422-odroidxu3 using simple-audio-card

2015-03-24 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > On 23/03/15 03:51, Inha Song wrote: > > Add MAX98090 audio codec, I2S interface and the sound nodes to support > > audio on Exynos5422 SoC Based Odroid-XU3 board. Now we can support audio > > in Odroid-XU3 board using simple-audio-card DT binding. > > > > Signed-off-b

RE: [PATCH] cpufreq: exynos: allow build for !THERMAL or !CPU_THERMAL cases

2015-03-24 Thread Kukjin Kim
Bartlomiej Zolnierkiewicz wrote: > > Hi, > Hi, > On Monday, February 23, 2015 10:07:50 AM Viresh Kumar wrote: > > On 20 February 2015 at 21:50, Bartlomiej Zolnierkiewicz > > wrote: > > > Allow driver build for !THERMAL or !CPU_THERMAL cases. > > > > > > The new dependency rule is the same as th

RE: [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support

2015-03-24 Thread Kukjin Kim
Javier Martinez Canilla wrote: > > Hello Kukjin, > Hi, > On Tue, Mar 17, 2015 at 7:54 PM, Javier Martinez Canillas > wrote: > > On Fri, Feb 6, 2015 at 6:42 PM, Javier Martinez Canillas > > wrote: > >> Many Exynos boards have an HDMI port so enable Exynos DRM HDMI support. > >> > >> Signed-off-

[PATCH] cpufreq: exynos: allow build for !THERMAL or !CPU_THERMAL cases

2015-03-24 Thread Bartlomiej Zolnierkiewicz
Allow driver build for !THERMAL or !CPU_THERMAL cases. The new dependency rule is the same as the one that CPUFREQ_DT option has (for cpufreq-dt driver which has the same issue with using of_cpufreq_cooling_register()). Cc: Kukjin Kim Cc: Arnd Bergmann Cc: Eduardo Valentin Cc: Lukasz Majewski

Re: [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support

2015-03-24 Thread Javier Martinez Canillas
Hello Kukjin, On Tue, Mar 17, 2015 at 7:54 PM, Javier Martinez Canillas wrote: > On Fri, Feb 6, 2015 at 6:42 PM, Javier Martinez Canillas > wrote: >> Many Exynos boards have an HDMI port so enable Exynos DRM HDMI support. >> >> Signed-off-by: Javier Martinez Canillas >> --- >> >> Exynos DRM HDM

Re: [PATCH] drm: Exynos: Respect framebuffer pitch for FIMD/Mixer

2015-03-24 Thread Javier Martinez Canillas
Hello Inki, On Tue, Mar 17, 2015 at 2:24 PM, Daniel Stone wrote: > When performing a modeset, use the framebuffer pitch value to set FIMD > IMG_SIZE and Mixer SPAN registers. These are both defined as pitch - the > distance between contiguous lines (bytes for FIMD, pixels for mixer). > > Fixes di

RE: [PATCH v7 0/9] arm64: Add the support for new Exynos5433 SoC

2015-03-24 Thread Kukjin Kim
Chanwoo Choi wrote: > > Dear Kukjin, > Hi, > Could you please pick or review this patch-set? > Sorry for late response and honestly I was looking at the review in ml ;-) Anyway I have no objection on this series except using ARCH_EXYNOS for clock stuff in other series for exynos5433 but I agre

RE: [PATCH] exynos: pmu: use PS_HOLD based poweroff for all supported SoCs

2015-03-24 Thread Kukjin Kim
Marek Szyprowski wrote: > > Hello, > Hi, > On 2015-02-09 11:58, Krzysztof Kozlowski wrote: > > 2015-02-09 10:06 GMT+01:00 Krzysztof Kozlowski : > >> 2015-02-09 8:25 GMT+01:00 Marek Szyprowski : > >>> PS_HOLD based power off procedure is common for all Exynos SoCs, so use > >>> it for every Exyno