RE: RE: [PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-10-04 Thread Kukjin Kim
Mike Turquette wrote: > > Quoting Kukjin Kim (2013-09-30 03:11:41) > > Mike Turquette wrote: > > > > > > Quoting Sylwester Nawrocki (2013-09-16 07:33:45) > > > > On 09/12/2013 12:50 PM, Kukjin Kim wrote: > > > > > Well...I'm not sure changing to use macro is better or not at this > > > moment... >

RE: [PATCH v3 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-10-04 Thread Kukjin Kim
Chander Kashyap wrote: > > Hi Kukgin, > > On 6 September 2013 00:52, Sylwester Nawrocki > wrote: > > On 09/05/2013 01:29 PM, Chander Kashyap wrote: > >> > >> Exynos5420 is octacore SoC from samsung. > > > > > > s/octacore/octa-core ? > > s/samsung/Samsung > > > > > >> Hence populate all the cpu

Re: [PATCH] PCI: exynos: missing clk_disable_unprepare() on error in exynos_pcie_probe()

2013-10-04 Thread Bjorn Helgaas
On Sun, Sep 29, 2013 at 10:29:11AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Add the missing clk_disable_unprepare() before return > from exynos_pcie_probe() in the error handling case. > > Signed-off-by: Wei Yongjun Applied with Jingoo's ack and Sylwester's subject line to pci/host-ex

Re: [PATCH 3/6] ARM: EXYNOS: add Exynos Dual Cluster Support

2013-10-04 Thread Nicolas Pitre
On Wed, 2 Oct 2013, Dave Martin wrote: > On Tue, Oct 01, 2013 at 08:17:04PM +0400, Vyacheslav Tyrtov wrote: > > +static int exynos_power_up(unsigned int cpu, unsigned int cluster) > > +{ > > + int ret; > > + local_irq_disable(); > > Should there be a local_fiq_disable() here also? No. I

RE: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-04 Thread Inki Dae
> -Original Message- > From: Sean Paul [mailto:seanp...@chromium.org] > Sent: Saturday, October 05, 2013 12:05 AM > To: Inki Dae > Cc: Kukjin Kim; DRI mailing list; linux-samsung-soc; Linux ARM Kernel; > Linux Kernel Mailing List; linux-...@vger.kernel.org; > devicet...@vger.kernel.org; D

Re: [PATCH 4/6] thermal: exynos: Replace SOC_ARCH_EXYNOS with SOC_ARCH_EXYNOS5250

2013-10-04 Thread Eduardo Valentin
On 04-10-2013 06:47, Bartlomiej Zolnierkiewicz wrote: > On Friday, October 04, 2013 12:23:30 PM Lukasz Majewski wrote: >> Hi Eduardo, >> >>> On 24-09-2013 04:08, Lukasz Majewski wrote: The TMU data definition is now separated to Exynos4412 and Exynos5250. Now SOC_ARCH_EXYNOS onl

Re: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-04 Thread Sean Paul
On Fri, Oct 4, 2013 at 11:01 AM, Inki Dae wrote: > > >> -Original Message- >> From: Sean Paul [mailto:seanp...@chromium.org] >> Sent: Friday, October 04, 2013 11:17 PM >> To: Inki Dae >> Cc: Kukjin Kim; DRI mailing list; linux-samsung-soc@vger.kernel.org; >> linux-arm-ker...@lists.infradea

RE: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-04 Thread Inki Dae
> -Original Message- > From: Sean Paul [mailto:seanp...@chromium.org] > Sent: Friday, October 04, 2013 11:17 PM > To: Inki Dae > Cc: Kukjin Kim; DRI mailing list; linux-samsung-soc@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; linux-ker...@vger.kernel.org; linux- > d...@vger.ke

Re: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-04 Thread Sean Paul
On Fri, Oct 4, 2013 at 12:18 AM, Inki Dae wrote: > 2013/10/4 Sean Paul : >> On Thu, Oct 3, 2013 at 10:29 PM, Inki Dae wrote: >>> 2013/10/4 Sean Paul : This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver will ini

[PATCH] thermal: EXYNOS: always register TMU driver with core thermal framework

2013-10-04 Thread Bartlomiej Zolnierkiewicz
There is little sense in having separate config option for registering EXYNOS TMU driver with the core thermal framework. Fix it by integrating EXYNOS_THERMAL_CORE config option with EXYNOS_THERMAL one. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park --- drivers/thermal/sa

[PATCH] thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined

2013-10-04 Thread Bartlomiej Zolnierkiewicz
Menu for Samsung thermal support is visible on all Samsung platforms while thermal drivers are currently available only for EXYNOS SoCs. Fix it by replacing PLAT_SAMSUNG dependency with ARCH_EXYNOS one. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park --- drivers/thermal/Kc

[PATCH v4 3/4] [media] exynos-scaler: Add m2m functionality for the SCALER driver

2013-10-04 Thread Shaik Ameer Basha
This patch adds the Makefile and memory to memory (m2m) interface functionality for the SCALER driver. Signed-off-by: Shaik Ameer Basha --- drivers/media/platform/Kconfig|8 + drivers/media/platform/Makefile |1 + drivers/media/platform/exynos-scaler

[PATCH v4 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER

2013-10-04 Thread Shaik Ameer Basha
This patch adds support for SCALER device which is a new device for scaling, blending, color fill and color space conversion on EXYNOS5410 and EXYNOS5420 SoCs. This device supports the followings as key feature. input image format - YCbCr420 2P(UV/VU), 3P - YCbCr422 1P(YUYV/UY

[PATCH v4 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver

2013-10-04 Thread Shaik Ameer Basha
This patch adds the core functionality for the SCALER driver. Signed-off-by: Shaik Ameer Basha --- drivers/media/platform/exynos-scaler/scaler.c | 1238 + drivers/media/platform/exynos-scaler/scaler.h | 375 2 files changed, 1613 insertions(+) create mode 10064

[PATCH v4 4/4] [media] exynos-scaler: Add DT bindings for SCALER driver

2013-10-04 Thread Shaik Ameer Basha
This patch adds the DT binding documentation for the Exynos5420/5410 based SCALER device driver. Signed-off-by: Shaik Ameer Basha --- .../devicetree/bindings/media/exynos5-scaler.txt | 22 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bind

[PATCH v4 0/4] Exynos5 Series SCALER Driver

2013-10-04 Thread Shaik Ameer Basha
This patch adds support for SCALER device which is a new device for scaling, blending, color fill and color space conversion on EXYNOS5410/5420 SoCs. This device supports the following as key features. input image format - YCbCr420 2P(UV/VU), 3P - YCbCr422 1P(YUYV/UYVY/YVYU),

Re: [PATCH 4/6] thermal: exynos: Replace SOC_ARCH_EXYNOS with SOC_ARCH_EXYNOS5250

2013-10-04 Thread Bartlomiej Zolnierkiewicz
On Friday, October 04, 2013 12:23:30 PM Lukasz Majewski wrote: > Hi Eduardo, > > > On 24-09-2013 04:08, Lukasz Majewski wrote: > > > The TMU data definition is now separated to Exynos4412 and > > > Exynos5250. > > > > > > Now SOC_ARCH_EXYNOS only refers to Exynos5250. Hence the name > > > SOC_ARC

Re: [PATCH 4/6] thermal: exynos: Replace SOC_ARCH_EXYNOS with SOC_ARCH_EXYNOS5250

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The TMU data definition is now separated to Exynos4412 and > > Exynos5250. > > > > Now SOC_ARCH_EXYNOS only refers to Exynos5250. Hence the name > > SOC_ARCH_EXYNOS has been changed to SOC_ARCH_EXYNOS5250. > > > > How about merging t

Re: [PATCH 3/6] thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The commit d0a0ce3e77c795258d47f9163e92d5031d0c5221 ("thermal: > > exynos: Add missing definations and code cleanup") has removed > > setting of test MUX address value at TMU configuration setting. > > > > This field is not present on

Re: [PATCH 4/6] thermal: exynos: Replace SOC_ARCH_EXYNOS with SOC_ARCH_EXYNOS5250

2013-10-04 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, October 03, 2013 06:08:45 PM Eduardo Valentin wrote: > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The TMU data definition is now separated to Exynos4412 and Exynos5250. > > > > Now SOC_ARCH_EXYNOS only refers to Exynos5250. Hence the name > > SOC_ARCH_EXYNOS has been change

Re: [PATCH 2/6] thermal: exynos: Provide separate TMU data for Exynos4412

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, > Lukasz, > > Just minor comments. > > On 24-09-2013 04:08, Lukasz Majewski wrote: > > Up till now Exynos5250 and Exynos4412 had the same definitions for > > TMU data. Following commit changes that, by introducing separate > > exynos4412_default_tmu_data structure. > > > > Since Exy

Re: [PATCH 1/6] thermal: exynos: fix: Return from exynos_report_trigger() when therm_dev is NULL

2013-10-04 Thread Lukasz Majewski
Hi Eduardo, Thanks for reply. > On 24-09-2013 04:08, Lukasz Majewski wrote: > > The commit 4de0bdaa9677d11406c9becb70c60887c957e1f0 > > ("thermal: exynos: Add support for instance based > > register/unregister") broke check for presence of therm_dev at > > global thermal zone in exynos_report_tri