MMC regression with linux-next on Exynos5250

2014-06-18 Thread Sachin Kamat
Hi Jaehoon, I get the below crash on Exyos5250 based Arndale board with linux-next (20140618) kernel. Looks like the following patch is causing it Commit da118915cc72 mmc: dw_mmc: replace disable-wp from slot's quirk to host's quirk Reverting the above patch fixes the issue. The below changes

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Sachin Kamat
Hi Jaehoon, On Wed, Jun 18, 2014 at 3:50 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, Sachin. Did you check the below patch? https://patchwork.kernel.org/patch/4346781/ Thanks for the patch. But even with this patch, I continue to get the aforementioned crash. I will resend the

Re: MMC regression with linux-next on Exynos5250

2014-06-18 Thread Sachin Kamat
Hi Ulf, On Wed, Jun 18, 2014 at 4:43 PM, Ulf Hansson ulf.hans...@linaro.org wrote: On 18 June 2014 13:10, Sachin Kamat sachin.ka...@samsung.com wrote: Hi Jaehoon, On Wed, Jun 18, 2014 at 3:50 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, Sachin. Did you check the below patch

MMC error on Exynos4210 board

2014-06-18 Thread Sachin Kamat
Hi Tim, I see the below error on Exynos4210 based Origen board with linux-next (20140618). Reverting the below commit works fine. Commit: 8d02e775a6 mmc: sdhci: Use mmc core regulator infrastucture Any ideas? *** -- [2.068992] sdhci: Secure Digital Host Controller Interface

Re: MMC error on Exynos4210 board

2014-06-18 Thread Sachin Kamat
On Wed, Jun 18, 2014 at 7:41 PM, Tim Kryger tim.kry...@gmail.com wrote: On Wed, Jun 18, 2014 at 4:33 AM, Sachin Kamat spk.li...@gmail.com wrote: Hi Tim, I see the below error on Exynos4210 based Origen board with linux-next (20140618). Reverting the below commit works fine. Commit

Re: [PATCH] clk/exynos5250: fix bit number for tv sysmmu clock

2014-06-19 Thread Sachin Kamat
), + GATE_IP_DISP1, 9, 0, 0), SysMMU TV corresponds to bit 9 as per user manual of 5250. Reviewed-by: Sachin Kamat sachin.ka...@samsung.com -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH v2] ARM: dts: exynos4: fix pwm-cells in pwm node

2014-06-19 Thread Sachin Kamat
already reviewed this patch. Anyway, Reviewed-by: Sachin Kamat sachin.ka...@samsung.com -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: MMC error on Exynos4210 board

2014-06-19 Thread Sachin Kamat
+cc Some relevant guys from Samsung On Thu, Jun 19, 2014 at 2:12 PM, Tim Kryger tim.kry...@gmail.com wrote: On Wed, Jun 18, 2014 at 8:54 PM, Sachin Kamat spk.li...@gmail.com wrote: On Wed, Jun 18, 2014 at 4:33 AM, Sachin Kamat spk.li...@gmail.com wrote: I see the below error on Exynos4210

Re: MMC error on Exynos4210 board

2014-06-19 Thread Sachin Kamat
On Thu, Jun 19, 2014 at 2:40 PM, Tim Kryger tim.kry...@gmail.com wrote: On Thu, Jun 19, 2014 at 1:49 AM, Sachin Kamat spk.li...@gmail.com wrote: +cc Some relevant guys from Samsung On Thu, Jun 19, 2014 at 2:12 PM, Tim Kryger tim.kry...@gmail.com wrote: On Wed, Jun 18, 2014 at 8:54 PM, Sachin

Re: MMC error on Exynos4210 board

2014-06-19 Thread Sachin Kamat
On Thu, Jun 19, 2014 at 6:11 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 06/19/2014 07:40 PM, Sachin Kamat wrote: On Thu, Jun 19, 2014 at 2:40 PM, Tim Kryger tim.kry...@gmail.com wrote: On Thu, Jun 19, 2014 at 1:49 AM, Sachin Kamat spk.li...@gmail.com wrote: +cc Some relevant guys from

Re: [PATCH 1/4] Documentation: devicetree: Fix s2mps11 and s5m8767 typos

2014-06-22 Thread Sachin Kamat
+ - Example: LDO1, LDO2, LDO28 - BUCKn - valid values for n are 1 to 9. - Example: BUCK1, BUCK2, BUCK9 -- Very keen observation :) Reviewed-by: Sachin Kamat sachin.ka...@samsung.com -- To unsubscribe from this list: send the line

Re: [PATCH 2/4] Documentation: devicetree: Fix s2mps11 example syntax

2014-06-22 Thread Sachin Kamat
{ compatible = samsung,s2mps11-clk; - #clock-cells = 1; + #clock-cells = 1; clock-output-names = xx, yy, zz; }; -- 1.9.3 Reviewed-by: Sachin Kamat sachin.ka...@samsung.com -- To unsubscribe from this list

Re: MMC error on Exynos4210 board

2014-06-22 Thread Sachin Kamat
Hi Tim, On Sat, Jun 21, 2014 at 2:31 AM, Tim Kryger tim.kry...@gmail.com wrote: On Thu, Jun 19, 2014 at 8:33 PM, Sachin Kamat spk.li...@gmail.com wrote: On Thu, Jun 19, 2014 at 6:11 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 06/19/2014 07:40 PM, Sachin Kamat wrote: On Thu, Jun 19

Re: [PATCH v2 Resend 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode

2014-06-22 Thread Sachin Kamat
On Fri, May 30, 2014 at 11:49 PM, Andreas Färber afaer...@suse.de wrote: Am 28.05.2014 06:13, schrieb Sachin Kamat: Almost all Exynos-series of SoCs that run in secure mode don't need additional offset for every CPU, with Exynos4412 being the only exception. Tested on Origen-Quad (Exynos4412

[PATCH 1/1] ARM: EXYNOS: Remove unused code in common.h

2014-06-23 Thread Sachin Kamat
PINCTRL_EXYNOS is always selected by Exynos platform in its machine Kconfig. Thus the code in the else part is never used. Remove it. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com --- arch/arm/mach-exynos/common.h |4 1 file changed, 4 deletions(-) diff --git a/arch/arm/mach

[PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform

2014-06-25 Thread Sachin Kamat
All Exynos5 platforms have HSI2C controllers and are needed by various IPs connected to the boards based on these SoCs. Thus select this by default for Exynos5 platforms. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Doug Anderson diand...@chromium.org --- drivers/i2c/busses/Kconfig

Re: [PATCH 2/2] i2c: exynos5: fix minor styling nits

2014-06-25 Thread Sachin Kamat
Hi Naveen, On Wed, Jun 25, 2014 at 4:08 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch removes an extra line and fixes a styling nit in exynos5_i2c_message_start() Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- drivers/i2c/busses/i2c-exynos5.c |

[PATCH 2/2] usb: dwc3: Kconfig: Select PHY drivers for Exynos DWC3

2014-06-25 Thread Sachin Kamat
of ARCH_EXYNOS as this IP is available only on Exynos5 platforms. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Kishon Vijay Abraham I kis...@ti.com --- drivers/phy/Kconfig |8 +--- drivers/usb/dwc3/Kconfig |3 ++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git

[PATCH 1/2] usb: host: Kconfig: Select PHY drivers for Exynos EHCI/OHCI

2014-06-25 Thread Sachin Kamat
for Exynos 5420 SoC too. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Kishon Vijay Abraham I kis...@ti.com --- drivers/phy/Kconfig | 37 +++-- drivers/usb/host/Kconfig | 10 ++ 2 files changed, 13 insertions(+), 34 deletions(-) diff

Re: [PATCH 1/2] usb: host: Kconfig: Select PHY drivers for Exynos EHCI/OHCI

2014-06-26 Thread Sachin Kamat
Hi Vivek, On Thu, Jun 26, 2014 at 1:39 PM, Vivek Gautam gautam.vi...@samsung.com wrote: Hi Sachin, On Thu, Jun 26, 2014 at 11:09 AM, Sachin Kamat sachin.ka...@samsung.com wrote: EHCI and OHCI drivers on Exynos platforms do not work without their corresponding SoC specific phy drivers

Re: [PATCH 1/2] usb: host: Kconfig: Select PHY drivers for Exynos EHCI/OHCI

2014-06-26 Thread Sachin Kamat
Hi Vivek, On Thu, Jun 26, 2014 at 1:55 PM, Sachin Kamat sachin.ka...@samsung.com wrote: Hi Vivek, On Thu, Jun 26, 2014 at 1:39 PM, Vivek Gautam gautam.vi...@samsung.com wrote: Hi Sachin, On Thu, Jun 26, 2014 at 11:09 AM, Sachin Kamat sachin.ka...@samsung.com wrote: EHCI and OHCI

Re: [PATCH 1/2] usb: host: Kconfig: Select PHY drivers for Exynos EHCI/OHCI

2014-06-26 Thread Sachin Kamat
Hi Kishon, On Thu, Jun 26, 2014 at 2:19 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Sachin, On Thursday 26 June 2014 11:09 AM, Sachin Kamat wrote: EHCI and OHCI drivers on Exynos platforms do not work without their corresponding SoC specific phy drivers. Hence it makes no sense

Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-06-26 Thread Sachin Kamat
cpu_boot_reg() again. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Thanks for the patch. Reviewed-by: Sachin Kamat sachin.ka...@samsung.com Regards, Sachin. -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

[PATCH] ARM: EXYNOS4: Enable MFC on Origen

2011-09-30 Thread Sachin Kamat
This patch enables multi-format codec (MFC) support on Origen board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- PD related code in KConfig and header are added only because for-next branch of Kgene's tree does not have it enabled yet. --- arch/arm/mach-exynos4/Kconfig |2

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-25 Thread Sachin Kamat
Hi Kamil, On 9 December 2011 21:34, Kamil Debski k.deb...@samsung.com wrote: Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  arch/arm/mach-exynos/Kconfig     |    1 +  arch/arm/mach-exynos/mach-nuri.c |    1 +  2 files changed, 2

[PATCH 2/4] ARM: S5PV210: Enable MFC on SMDKC110

2011-12-26 Thread Sachin Kamat
This patch adds MFC support on SMDKC110 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-smdkc110.c | 11 +++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210

[PATCH 3/4] ARM: S5PV210: Enable FIMC on SMDKV210

2011-12-26 Thread Sachin Kamat
This patch adds support for FIMC 0, 1 and 2 on SMDKV210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |3 +++ arch/arm/mach-s5pv210/mach-smdkv210.c |3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

Re: [PATCH 3/4] ARM: S5PV210: Enable FIMC on SMDKV210

2011-12-26 Thread Sachin Kamat
Hi Mark, Thank you for your review comments. On 26 December 2011 17:24, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Mon, Dec 26, 2011 at 03:30:12PM +0530, Sachin Kamat wrote: This patch adds support for FIMC 0, 1 and 2 on SMDKV210 board. Why does this not also apply

Re: [PATCH 3/4] ARM: S5PV210: Enable FIMC on SMDKV210

2011-12-26 Thread Sachin Kamat
s5p_device_fimc_md in the device list. Thanks and regards Sachin On 26 December 2011 21:57, Sylwester Nawrocki snj...@gmail.com wrote: Hi Sachin, thanks for the patch. On 12/26/2011 11:00 AM, Sachin Kamat wrote: This patch adds support for FIMC 0, 1 and 2 on SMDKV210 board. Signed-off-by: Sachin

Re: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2011-12-26 Thread Sachin Kamat
Hi Kukjin, Please pick up the MFC patches (patches 1 2) from this series. I will post a separate patch series for FIMC related changes. Regards Sachin On 26 December 2011 15:30, Sachin Kamat sachin.ka...@linaro.org wrote: This patch series adds support for MFC and FIMC on SMDK C110 and V210

Re: [PATCH 0/3] Samsung S5P platform modification required for G2D driver

2011-12-28 Thread Sachin Kamat
Debski k.deb...@samsung.com wrote: Hi, This series of patches contains necessary platform modification required by the G2D driver. G2D is a 2D-graphics acceleration engine present in the S5PC110 and Exynos4 Samsung SoCs. I have fixed the errors pointed out by Kukjin Kim an Sachin Kamat

[PATCH] ARM: EXYNOS: Enable G2D on Origen

2011-12-28 Thread Sachin Kamat
This patch enables G2D support on Origen board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm

[PATCH] ARM: S5PV210: Enable FIMC on SMDKV210

2011-12-28 Thread Sachin Kamat
This patch enables FIMC 0,1,2 and media device(md) on SMDKV210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |3 +++ arch/arm/mach-s5pv210/mach-smdkv210.c |4 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH] ARM: S5PV210: Enable FIMC on SMDKC110

2011-12-28 Thread Sachin Kamat
This patch enables FIMC 0,1,2 and media device (md) on SMDKC110 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |3 +++ arch/arm/mach-s5pv210/mach-smdkc110.c |4 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH 0/3] ARM: EXYNOS/S5PV210: Add missing FIMC media device

2011-12-28 Thread Sachin Kamat
FIMC media device (md) registers all required video nodes. This is required for functioning of FIMC devices. Thanks to Sylwester Nawrocki for pointing this out. This patchset is based on the latest for-next branch of Kukjin Kim's tree. Sachin Kamat (3): ARM: S5PV210: Add missing FIMC media

[PATCH 1/3] ARM: S5PV210: Add missing FIMC media device to Aquila

2011-12-28 Thread Sachin Kamat
FIMC media device (md) registers all required video nodes. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/mach-aquila.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach

[PATCH 2/3] ARM: EXYNOS: Add missing FIMC media device to SMDKV310

2011-12-28 Thread Sachin Kamat
FIMC media device (md) registers all required video nodes. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/mach-smdkv310.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach

[PATCH 3/3] ARM: EXYNOS: Add missing FIMC media device to Origen

2011-12-28 Thread Sachin Kamat
FIMC media device (md) registers all required video nodes. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/mach-origen.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c

Re: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2012-01-29 Thread Sachin Kamat
PM To: 'Sachin Kamat'; linux-samsung-soc@vger.kernel.org Cc: jtp.p...@samsung.com Subject: RE: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards Sachin Kamat wrote: Hi Kukjin, Please pick up the MFC patches (patches 1 2) from this series. I will post

Re: [PATCH 0/3] ARM: EXYNOS/S5PV210: Add missing FIMC media device

2012-01-29 Thread Sachin Kamat
Hi Kukjin, Please let me know your comments about this series as well as other FIMC and G2D enablement patches submitted by me. Regards Sachin On 29 December 2011 11:59, Sachin Kamat sachin.ka...@linaro.org wrote: FIMC media device (md) registers all required video nodes. This is required

Re: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2012-01-30 Thread Sachin Kamat
Hi Kukjin, On 31 January 2012 09:47, Kukjin Kim kgene@samsung.com wrote: On 01/30/12 14:15, Sachin Kamat wrote: Hi Kukjin, Ping. Hi Sachin, I looked at your reply on Sylwester's comments, PATCH 3/4. I'd like to apply all of this series after your re-submitting. I have already re

Re: [PATCH] ARM: S5PV210: Add G2D to mach-s5pv210

2012-01-30 Thread Sachin Kamat
Ping Kukjin... On 2 January 2012 15:01, Sachin Kamat sachin.ka...@linaro.org wrote: Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---  arch/arm/mach-s5pv210/include/mach/map.h |    3 +++  1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/include/mach

Re: [PATCH] ARM: EXYNOS: Enable G2D on SMDKV310

2012-02-12 Thread Sachin Kamat
ping On 2 January 2012 13:55, Sachin Kamat sachin.ka...@linaro.org wrote: This patch enables G2D support on SMDKV310 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---  arch/arm/mach-exynos/Kconfig         |    1 +  arch/arm/mach-exynos/mach-smdkv310.c |    1 +  2 files changed

[PATCH-RESEND 0/4] ARM: S5PV210: Enable FIMC MFC on SMDKC110 V210 boards

2012-02-12 Thread Sachin Kamat
Re-sending the patch series rebased onto next/board-samsung branch of Kukjin Kim's tree: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Sachin Kamat (4): ARM: S5PV210: Enable MFC on SMDKV210 ARM: S5PV210: Enable MFC on SMDKC110 ARM: S5PV210: Enable FIMC on SMDKV210

[PATCH-RESEND 1/4] ARM: S5PV210: Enable MFC on SMDKV210

2012-02-12 Thread Sachin Kamat
Add MFC support on SMDKV210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-smdkv210.c | 10 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch

[PATCH-RESEND 2/4] ARM: S5PV210: Enable MFC on SMDKC110

2012-02-12 Thread Sachin Kamat
Add MFC support on SMDKC110 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-smdkc110.c | 10 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch

[PATCH-RESEND 3/4] ARM: S5PV210: Enable FIMC on SMDKV210

2012-02-12 Thread Sachin Kamat
Enable FIMC 0,1,2 and media device(md) on SMDKV210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |3 +++ arch/arm/mach-s5pv210/mach-smdkv210.c |4 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

[PATCH-RESEND 4/4] ARM: S5PV210: Enable FIMC on SMDKC110

2012-02-12 Thread Sachin Kamat
Enable FIMC 0,1,2 and media device (md) on SMDKC110 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |3 +++ arch/arm/mach-s5pv210/mach-smdkc110.c |4 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

Re: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2012-02-12 Thread Sachin Kamat
Hi Kukjin, On 9 February 2012 18:57, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Hi Kukjin, Hi, On 31 January 2012 09:47, Kukjin Kim kgene@samsung.com wrote: On 01/30/12 14:15, Sachin Kamat wrote: Hi Kukjin, Ping. Hi Sachin, I looked at your reply

[PATCH] ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure

2012-02-14 Thread Sachin Kamat
Add G2D power domain (PD) to generic power domain infrastructure. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/pm_domains.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos

ARM: Exynos: Mismatch in BogoMIPS values

2012-02-21 Thread Sachin Kamat
Hi, The mismatch in BogoMIPS value between two cores (992 and 1992) is not specific to Origen board. The same is observed on SMDKV310 board as well. It looks like a common Exynos machine problem. Including the mailing list for wider dissemination. On 21/02/2012, Sangwook Lee

Re: Exynos: Mismatch in BogoMIPS values

2012-02-22 Thread Sachin Kamat
Hi Kukjin, Thanks for the patch. With this, the BogoMIPS value for both cores is the same (1992) (tested on Origen board). Regards, Sachin On 22/02/2012, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Hi, Hi, The mismatch in BogoMIPS value between two cores (992 and 1992

Re: [PATCH 2/2] ARM: Exynos: Register JPEG on nuri

2012-02-23 Thread Sachin Kamat
Hi Andrzej, Tried applying this patch on the for-next branch of Kukjin Kim's tree [1]. It fails to apply error: patch failed: arch/arm/mach-exynos/Kconfig:274 [Patch 1/2] applies cleanly though. [1] git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Regards Sachin On

[PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210

2012-02-29 Thread Sachin Kamat
/lists/linux-samsung-soc/msg09475.html http://www.spinics.net/lists/linux-samsung-soc/msg09554.html Sachin Kamat (4): ARM: EXYNOS: Enable JPEG on SMDKV310 ARM: EXYNOS: Enable JPEG on Origen ARM: S5PV210: Add JPEG board definition ARM: S5PV210: Enable JPEG on SMDKV210 arch/arm/mach-exynos

[PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310

2012-02-29 Thread Sachin Kamat
Enables JPEG support on SMDKV310 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdkv310.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm

[PATCH 3/4] ARM: S5PV210: Add JPEG board definition

2012-02-29 Thread Sachin Kamat
Adds JPEG board definition to S5PV210 machine Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/clock.c|5 + arch/arm/mach-s5pv210/include/mach/map.h |4 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210

[PATCH 2/4] ARM: EXYNOS: Enable JPEG on Origen

2012-02-29 Thread Sachin Kamat
Enables JPEG support on Origen board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach

[PATCH 4/4] ARM: S5PV210: Enable JPEG on SMDKV210

2012-02-29 Thread Sachin Kamat
Enables JPEG support on SMDKV210 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-smdkv210.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm

[PATCH] ARM: EXYNOS: Fix compilation error.

2012-03-06 Thread Sachin Kamat
. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/clock-exynos4.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c index d72a1fe..bcb59e7 100644 --- a/arch/arm/mach

Re: [PATCH-RESEND 0/4] ARM: S5PV210: Enable FIMC MFC on SMDKC110 V210 boards

2012-03-08 Thread Sachin Kamat
Hi Kukjin, Could not find this series applied on any of your branches. Please check the same. Regards Sachin On 16/02/2012, Kukjin Kim kgene@samsung.com wrote: On 02/13/12 14:18, Sachin Kamat wrote: Re-sending the patch series rebased onto next/board-samsung branch of Kukjin Kim's tree

Re: [PATCH] ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure

2012-03-08 Thread Sachin Kamat
Hi Kukjin, This patch is also missed in your tree. Other G2D patches in arch/arm are already there. Please check. Regards Sachin On 16/02/2012, Kukjin Kim kgene@samsung.com wrote: On 02/15/12 13:01, Sachin Kamat wrote: Add G2D power domain (PD) to generic power domain infrastructure

Re: [PATCH] ARM: EXYNOS: Enable G2D on SMDKV310

2012-03-08 Thread Sachin Kamat
Hi Kukjin, This patch is missing in your tree. Please check. Regards Sachin On 16/02/2012, Kukjin Kim kgene@samsung.com wrote: On 01/02/12 17:25, Sachin Kamat wrote: This patch enables G2D support on SMDKV310 board. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- arch/arm

Re: [PATCH 2/3] ARM: Exynos: Add DRM core device support for Universal C210 board

2012-03-12 Thread Sachin Kamat
Hi Marek, Thanks for the patch. On 09/03/2012, Marek Szyprowski m.szyprow...@samsung.com wrote: Add core DRM device and alternative platform device data for FIMD DRM subdriver. Based on the initial patch by Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Marek Szyprowski

Re: [PATCH 3/3] ARM: Exynos: Add DRM core support for NURI board

2012-03-12 Thread Sachin Kamat
Hi Marek, On 09/03/2012, Marek Szyprowski m.szyprow...@samsung.com wrote: Add core DRM device and alternative platform device data for FIMD DRM subdriver. Based on the initial patch by Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com

[PATCH] ARM: EXYNOS: Fix compilation warning in common.c

2012-03-13 Thread Sachin Kamat
The following warning is fixed in common.c file: warning: unused variable ‘ret’ [-Wunused-variable] Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/common.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/common.c b/arch

[PATCH] ARM: EXYNOS: Fix compilation warning in dma.c

2012-03-13 Thread Sachin Kamat
The following warning is fixed in dma.c file: warning: ‘dma_dmamask’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/dma.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/dma.c b

[PATCH 1/2] ARM: EXYNOS: Add DRM device to Origen

2012-03-26 Thread Sachin Kamat
DRM core device and FIMD DRM platform device support is added to Origen board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c | 31 +++ 2 files changed, 32 insertions(+), 0

[PATCH 2/2] ARM: EXYNOS: Add DRM device to SMDKV310

2012-03-26 Thread Sachin Kamat
DRM core device and FIMD DRM platform device support is added to SMDKV310 board. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdkv310.c | 30 ++ 2 files changed, 31 insertions(+), 0

[PATCH] ARM: EXYNOS: Fix compiler warning in dma.c file

2012-04-03 Thread Sachin Kamat
Fixes the following warning: warning: ‘dma_dmamask’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/dma.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/dma.c b/arch/arm/mach

[PATCH] ARM: S5PV210: Fix compiler warning in dma.c file

2012-04-08 Thread Sachin Kamat
Fixes the following warning: warning: ‘dma_dmamask’ defined but not used [-Wunused-variable] Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/dma.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach

Re: [PATCH 0/2] ARM: EXYNOS: Add DRM device to Origen and SMDKV310

2012-04-10 Thread Sachin Kamat
ping... On 27/03/2012, Sachin Kamat sachin.ka...@linaro.org wrote: This patch series adds DRM core device and FIMD DRM platform device support to Origen and SMDKV310 boards. This series depends on the following patch: http://www.spinics.net/lists/arm-kernel/msg164762.html Sachin Kamat (2

[PATCH] ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine files

2012-04-11 Thread Sachin Kamat
Add config dependency for Exynos4 and Exynos5 device tree enabled machine files on config options ARCH_EXYNOS4 and ARCH_EXYNOS5 respectively. Enabling machine support without proper ARCH support enabled is incorrect. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos

Re: [PATCH 0/2] ARM: EXYNOS: Add DRM device to Origen and SMDKV310

2012-05-02 Thread Sachin Kamat
Hi Kukjin, Can you please review these patches and let me know your comments. On 11/04/2012, Sachin Kamat sachin.ka...@linaro.org wrote: ping... On 27/03/2012, Sachin Kamat sachin.ka...@linaro.org wrote: This patch series adds DRM core device and FIMD DRM platform device support to Origen

[PATCH 1/2] ARM: EXYNOS: Add MFC device to SMDK4X12

2012-05-03 Thread Sachin Kamat
MFC (multi-format codec) device is added to SMDK4212 and SMDK4412 boards. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdk4x12.c | 11 +++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] ARM: EXYNOS: Add FIMC device to SMDK4X12

2012-05-03 Thread Sachin Kamat
Enable FIMC 0,1,2,3 and media device (md) support on SMDK4X12 boards. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |4 arch/arm/mach-exynos/mach-smdk4x12.c |5 + 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch

Re: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files

2013-09-12 Thread Sachin Kamat
On 12 September 2013 13:37, Youngmin Nam youngmin@samsung.com wrote: This patch removes '_' from early_prink on Exynos5440 DTS files in according to kernel-parameters document. Signed-off-by: Youngmin Nam youngmin@samsung.com Good catch. Reviewed-by: Sachin Kamat sachin.ka

Re: [PATCH] DT: if dt is available don't use s3c_arch_init

2013-09-23 Thread Sachin Kamat
Hi Mateusz, On 23 September 2013 15:44, Mateusz Krawczuk m.krawc...@partner.samsung.com wrote: It prevents from executing platform code, when booting from device tree. Signed-off-by: Mateusz Krawczuk m.krawc...@partner.samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [RFC/PATCH] spi: s3c64xx: Enable Word transfer

2013-09-24 Thread Sachin Kamat
+cc: Mark On 24 September 2013 19:30, Rajeshwari S Shinde rajeshwar...@samsung.com wrote: This patch enables word transfer for s3c64xx spi driver. User can set bits_per_word to 32 before calling spi_setup, which would enable the word transfer mode. + if(sdd-cur_bpw == 32) { Space

Re: [PATCH 1/2] cpufreq: exynos4x12: Use the common clock framework to set APLL clock rate

2013-09-25 Thread Sachin Kamat
Hi Lukasz, On 25 September 2013 16:52, Lukasz Majewski l.majew...@samsung.com wrote: static void exynos4x12_set_apll(unsigned int index) { - unsigned int tmp, pdiv; + unsigned int tmp, freq = apll_freq_4x12[index].freq; nit: It is better to put the 'freq' assignment on a new

[PATCH 1/2] ARM: dts: Update display clock frequency for Origen-4210

2013-09-25 Thread Sachin Kamat
(vsync) = 653 Target pixel clock rate for refresh rate @60 Hz = 1152 * 653 * 60 = 47208960 Hz ~ 47.5 MHz Signed-off-by: Tushar Behera tushar.beh...@linaro.org Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210-origen.dts |2 +- 1 file changed, 1

[PATCH 2/2] ARM: dts: Update display clock frequency for Origen-4412

2013-09-25 Thread Sachin Kamat
for refresh rate @60 Hz = 1152 * 653 * 60 = 47208960 Hz ~ 47.5 MHz Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts

Re: [PATCH 1/2] ARM: dts: exynos4210-origen: Add fixed voltage regulator to simple bus

2013-09-25 Thread Sachin Kamat
Hi Kukjin, On 26 July 2013 16:00, Sachin Kamat sachin.ka...@linaro.org wrote: This has been done for Arndale board vide commit aa3edb65 (ARM: dts: Put Arndale fixed voltage regulators on a simple-bus). Replicate here for consistency and correctness. Signed-off-by: Sachin Kamat sachin.ka

Re: [PATCH 1/2] ARM: dts: exynos4210-origen: Add fixed voltage regulator to simple bus

2013-09-27 Thread Sachin Kamat
of September 2013 10:32:01 Sachin Kamat wrote: + regulators { + compatible = simple-bus; + #address-cells = 1; + #size-cells = 0; + + mmc_reg: voltage-regulator { For consistency and correctness, since this is a bus, even

[PATCH v2 1/3] ARM: dts: exynos4210-origen: Add fixed voltage regulator to simple bus

2013-09-27 Thread Sachin Kamat
This has been done for Arndale board vide commit aa3edb65 (ARM: dts: Put Arndale fixed voltage regulators on a simple-bus). Replicate here for consistency and correctness. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on Kukjin's for-next branch. Changes since v1: * Added reg

[PATCH v2 2/3] ARM: dts: exynos4412-origen: Add fixed voltage regulator to simple bus

2013-09-27 Thread Sachin Kamat
This has been done for Arndale board vide commit aa3edb65 (ARM: dts: Put Arndale fixed voltage regulators on a simple-bus). Replicate here for consistency and correctness. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on Kukjin's for-next branch. Changes since v1: * Added reg

[PATCH 3/3] ARM: dts: Add reg property to regulator nodes in exynos5250-arndale

2013-09-27 Thread Sachin Kamat
-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos5250-arndale.dts |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index cee55fa..0c42547 100644 --- a/arch/arm/boot/dts

Re: [PATCH V2 4/4] ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node

2013-09-27 Thread Sachin Kamat
Hi Leela, On 27 September 2013 15:46, Leela Krishna Amudala l.kris...@samsung.com wrote: watchdog@101D { - compatible = samsung,s3c2410-wdt; - reg = 0x101D 0x100; + compatible = samsung,s3c5250-wdt; + reg = 0x101D

Re: [PATCH V2 3/4] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses

2013-09-27 Thread Sachin Kamat
On 27 September 2013 15:46, Leela Krishna Amudala l.kris...@samsung.com wrote: This patch parses the watchdog node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com ---

Re: ARM: EXYNOS: implement pm_power_off for EXYNOS5440

2013-09-28 Thread Sachin Kamat
On 28 September 2013 10:37, Jungseok Lee jays@samsung.com wrote: +static void exynos5440_power_off(void) +{ + struct device_node *np; + void __iomem *addr; + + np = of_find_compatible_node(NULL, NULL, samsung,exynos5440-clock); + + addr = of_iomap(np, 0) +

Re: [PATCH V2] ARM: EXYNOS: implement pm_power_off for EXYNOS5440

2013-09-29 Thread Sachin Kamat
On 30 September 2013 07:02, Jungseok Lee jays@samsung.com wrote: + /* turn off all power domains */ + addr = of_iomap(np, 0) + 0x14; + __raw_writel(0x1, addr); Actually my comment was more about mentioning what these above values especially 0x14 represented? Either using

Re: [PATCH V2] ARM: EXYNOS: implement pm_power_off for EXYNOS5440

2013-09-30 Thread Sachin Kamat
On 30 September 2013 12:55, Kukjin Kim kg...@kernel.org wrote: I think current patch looks good to me, and in this case I don't have any idea why we should macro for just one time usage. It is not the question of one time usage, it is just to make the code more readable. -- With warm

Re: [PATCH 3/3] ARM: dts: Enable ahci sata and sata phy

2013-10-01 Thread Sachin Kamat
Hi Yuvaraj, On 1 October 2013 12:03, Yuvaraj Kumar C D yuvaraj...@gmail.com wrote: This patch adds dt entry for ahci sata controller and its corresponding phy controller.phy node has been added w.r.t new generic phy framework. [snip] + + sata-phy { Shouldn't this be

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-01 Thread Sachin Kamat
Hi Yuvaraj, On 1 October 2013 12:03, Yuvaraj Kumar C D yuvaraj...@gmail.com wrote: Exynos5250 contains one Synopsys AHCI SATA controller.The avalaible ahci_platform driver is not sufficient to handle the AHCI PHY and PHY clock related initialization. +err_out: +

Re: [PATCH 2/3] Phy: Exynos: Add Exynos5250 sata phy driver

2013-10-01 Thread Sachin Kamat
Hi Yuvaraj, On 1 October 2013 12:03, Yuvaraj Kumar C D yuvaraj...@gmail.com wrote: +static int exynos_sata_i2c_remove(struct i2c_client *client) +{ + dev_info(client-adapter-dev, + detached %s from i2c adapter successfully\n, + client-name); + +

Re: [PATCH 3/3] ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12

2013-10-09 Thread Sachin Kamat
On 10 October 2013 06:00, Chanwoo Choi cw00.c...@samsung.com wrote: This patch maudio/gps_alive power domain to exynos4x12.dtsi. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ 1

Re: [RESEND] [PATCH] ARM: dts: exynos5: add pwm DT nodes to Exynos5250 and Exynos5420

2013-10-09 Thread Sachin Kamat
Hi Leela, On 10 October 2013 11:12, Leela Krishna Amudala l.kris...@samsung.com wrote: Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420 Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Olof Johansson ol...@chromium.org Signed-off-by:

Re: [PATCH 3/5] USB: ehci-exynos: Remove non-DT support

2013-10-10 Thread Sachin Kamat
Hi Jingoo, On 10 October 2013 12:01, Jingoo Han jg1@samsung.com wrote: The non-DT for EXYNOS SoCs is not supported from v3.11. Thus, there is no need to support non-DT for Exynos EHCI driver. The 'include/linux/platform_data/usb-ehci-exynos.h' file has been used for non-DT support. Thus,

Re: [RFC/PATCH V2] spi: s3c64xx: Enable Word transfer

2013-10-10 Thread Sachin Kamat
On 10 October 2013 16:11, Rajeshwari S Shinde rajeshwar...@samsung.com wrote: + if(sdd-cur_bpw == 32) { + /* For word transfer we need to swap bytes */ + u32 swapcfg = (S3C64XX_SPI_SWAP_TX_EN | S3C64XX_SPI_SWAP_TX_BYTE | +

Re: [PATCH 1/2] ARM: dts: Update display clock frequency for Origen-4210

2013-10-10 Thread Sachin Kamat
Kukjin, Without these patches display is broken on these boards. Please add them. On 26 September 2013 10:20, Sachin Kamat sachin.ka...@linaro.org wrote: From: Tushar Behera tushar.beh...@linaro.org As per the timing information for supported panel, the value should be between 47.2 MHz

[PATCH 1/1] irqchip: exynos: Remove hardcoded irqbase

2013-10-17 Thread Sachin Kamat
Now that Exynos platforms are DT only, hard-coded irqbase is not necessary. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/irqchip/exynos-combiner.c |9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/irqchip/exynos-combiner.c b/drivers

<    1   2   3   4   5   6   7   8   >