[PATCH] ARM: dts: correct the dw-mshc timing properties as per binding

2013-01-07 Thread Alim Akhtar
As per the current exynos-dw-mshc bindings, dw-mshc-sdr-timing and dw-mshc-ddr-timing properties are having only two cells, these properties are wrongly set for exynos5250 based cros5250 and smdk5250 platfroms. This patch corrects above timing propreties for above platfroms Signed-off-by: Alim

Re: [PATCH] ARM: dts: correct the dw-mshc timing properties as per binding

2013-01-08 Thread Alim Akhtar
Hi Doug, On Tue, Jan 8, 2013 at 12:34 AM, Doug Anderson diand...@chromium.org wrote: Alim, On Mon, Jan 7, 2013 at 3:19 AM, Alim Akhtar alim.akh...@samsung.com wrote: As per the current exynos-dw-mshc bindings, dw-mshc-sdr-timing and dw-mshc-ddr-timing properties are having only two cells

Re: [PATCH] ARM: DTS: exynos5250-arndale: Add initial board support file

2013-01-23 Thread Alim Akhtar
Hi Tushar, On Thu, Jan 24, 2013 at 11:46 AM, Tushar Behera tushar.beh...@linaro.org wrote: From: Girish K S ks.g...@samsung.com Arndale is a low cost board based on the Samsung Exynos5250 SoC. This patch adds initial device tree support for this board. Signed-off-by: Girish K S

Re: [PATCH V2] ARM: DTS: exynos5250-arndale: Add initial board support file

2013-01-24 Thread Alim Akhtar
{ + status = disabled; + }; +}; -- 1.7.4.1 with the above fix fill free to add Reviewed-by: Alim Akhtar alim.akh...@samsung.com -- Regards, Alim -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org

[PATCH] regulator: s2mps11: fix incorrect register for buck10

2013-01-30 Thread Alim Akhtar
For BUCK10 the control registers are wrongly set as buck9 control register This patch corrects the control registers for buck10 Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/regulator/s2mps11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

Re: Boot failure on Origen board using latest kernel

2013-03-01 Thread Alim Akhtar
On Sat, Mar 2, 2013 at 10:26 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Alim, On 2 March 2013 10:18, Alim Akhtar alim.akh...@gmail.com wrote: Hi Sachin, Looks like exynos4 is not yet moved to the generic dma binding recently merged. Could you try out below: I forgot to mention

Re: [PATCH 3/4] clk: samsung: always allocate the clk_table

2013-03-12 Thread Alim Akhtar
Hi All On Tue, Mar 12, 2013 at 7:54 PM, Thomas Abraham thomas.abra...@linaro.org wrote: On 12 March 2013 19:18, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 03/12/2013 12:46 PM, Thomas Abraham wrote: And, you mentioned Exynos4 will be dt-only from 3.10. Does that mean we just drop

Re: [PATCH v3 02/16] clk: exynos5420: add clocks for ISP block

2014-04-24 Thread Alim Akhtar
), + GATE(0, sclk_isp_sensor2, dout_isp_sensor2, + GATE_TOP_SCLK_ISP, 12, 0, 0), Over all looks good. Reviewed-by: Alim Akhtar alim.akh...@samsung.com /* SSS */ GATE(CLK_SSS, sss, aclk266_g2d, GATE_IP_G2D, 2, 0, 0), -- 1.7.9.5

Re: [PATCH v3 03/16] clk: exynos5420: update clocks for GSCL and MSCL blocks

2014-04-28 Thread Alim Akhtar
...@samsung.com --- Looks ok Reviewed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk-exynos5420.c | 41 +--- include/dt-bindings/clock/exynos5420.h |2 +- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/drivers/clk/samsung

Re: [PATCH v3 04/16] clk: exynos5420: correct clock parents for mscl sysmmu

2014-04-28 Thread Alim Akhtar
Hi Shaik, On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- Reviewed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk-exynos5420.c

Re: [PATCH v3 01/16] clk: exynos5420: rename parent clocks

2014-04-30 Thread Alim Akhtar
--- This looks good. Mostly renaming is done here. For this you have my Reviewed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk-exynos5420.c | 359 ++ 1 file changed, 187 insertions(+), 172 deletions(-) mode change 100644 = 100755 drivers/clk

Re: [PATCH v3 07/16] clk: exynos5420: update clocks for PERIC block

2014-04-30 Thread Alim Akhtar
HI shaik, On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: This patch includes, 1] renaming of the HSI2C clocks 2] renaming of spi clocks according to the datasheet 3] fixes for child-parent relationships 4] adding of more clocks related to

Re: [PATCH v3 08/16] clk: exynos5420: update clocks for PERIS and GEN blocks

2014-04-30 Thread Alim Akhtar
-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- Looks Good. Reviewed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk-exynos5420.c | 70 include/dt-bindings/clock/exynos5420.h |5 +++ 2 files changed, 48 insertions(+), 27 deletions

Re: [PATCH v3 09/16] clk: exynos5420: update clocks for WCORE block

2014-04-30 Thread Alim Akhtar
Hi Shaik, On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: This patch adds missing clocks from WCORE block. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- Reviewed-by: Alim Akhtar alim.akh

Re: [PATCH v3 11/16] clk: exynos5420: correct sysmmu-mfc parent clocks

2014-04-30 Thread Alim Akhtar
, especially after across a suspend/resume cycles. This looks ok. Reviewed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk-exynos5420.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk

Re: [PATCH v3 12/16] clk: exynos5420: fix register offset for sclk_bpll

2014-04-30 Thread Alim Akhtar
Hi shaik, On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: This patch fixes the wrong register offset for sclk_bpll clock. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- Reviwed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk

Re: [PATCH v3 16/16] clk: exynos5420: add more registers to restore list

2014-04-30 Thread Alim Akhtar
Hi Shaik On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: This patch adds more register offsets to the restore list. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- Reviewed-by: Alim Akhtar alim.akh...@samsung.com drivers/clk/samsung/clk

Re: [PATCH v3 15/16] clk: exynos5420: create clock ID for mout_sclk_vpll

2014-04-30 Thread Alim Akhtar
Hi Shaik On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: This patch adds clock ID for mout_sclk_vpll clock Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/clk/samsung/clk-exynos5420.c |2 +- include/dt-bindings/clock/exynos5420.h

Re: [PATCH V3 1/3] ARM: EXYNOS5: PMU support for 5420

2014-05-11 Thread Alim Akhtar
HI On Thu, May 8, 2014 at 4:22 PM, Vikas Sajjan vikas.saj...@samsung.com wrote: Add intial PMU settings for exynos5420. This is required for future S2R and Switching support. Signed-off-by: Thomas Abraham thomas...@samsung.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com

Re: Enabling 8 cores on 5420

2014-06-22 Thread Alim Akhtar
Hi PTAL https://patchwork.kernel.org/patch/4315711/ I hope your tree already includes http://www.gossamer-threads.com/lists/linux/kernel/1940123 Regards, Alim On Mon, Jun 23, 2014 at 2:32 AM, Andreas Färber afaer...@suse.de wrote: Am 30.05.2014 11:25, schrieb Daniel Lezcano: Hi all, I am

Re: [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-12-07 Thread Alim Akhtar
...@linaro.org wrote: On Wed, Sep 28, 2011 at 7:50 AM, Alim Akhtar alim.akh...@samsung.com wrote: This patch modifies the amba-pl08x driver for s3c64xx. The DMA controller of S3C64XX is a variant of PrimeCell pl080 DMAC. S3C64xx contents extra register to hold the TransferSize. Alim what

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Alim Akhtar
in exynos5420 changes since V1: 1.avoid code duplication by calling dw_mci_exynos_priv_init in resume path. Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/mmc/host/dw_mmc-exynos.c | 29

[PATCH] ARM: EXYNOS4: Add ARMLEX4210 Board support file

2011-03-02 Thread ALIM AKHTAR
This patch is based on 'for-next' branch of kgene tree. This patch adds Samsung ARMLEX4210 board support file which is based on Exynos4210. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- arch/arm/mach-exynos4/Kconfig | 13 ++ arch/arm/mach-exynos4/Makefile |1

Re: [PATCH 5/7] ARM: EXYNOS4: Use generic DMA PL330 driver

2011-07-05 Thread Alim Akhtar
On Mon, Jul 4, 2011 at 5:48 PM, Kukjin Kim kgene@samsung.com wrote: From: Boojin Kim boojin@samsung.com This patch makes EXYNOS4 use DMA PL330 driver on DMADEVICE. EXYNOS4 uses DMA generic API instead of SAMSUNG specific S3C-PL330 API. Signed-off-by: Boojin Kim

Re: [PATCH 1/7] DMA: PL330: Add support runtime PM for PL330 DMAC

2011-07-05 Thread Alim Akhtar
Hi, On Mon, Jul 4, 2011 at 5:48 PM, Kukjin Kim kgene@samsung.com wrote: From: Boojin Kim boojin@samsung.com Signed-off-by: Boojin Kim boojin@samsung.com Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams dan.j.willi...@intel.com Signed-off-by: Kukjin Kim kgene@samsung.com

Re: [PATCH 12/15] spi/s3c64xx: Add support DMA engine API

2011-08-08 Thread Alim Akhtar
On Mon, Aug 8, 2011 at 11:17 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 27, 2011 at 11:01 AM, Boojin Kim boojin@samsung.com wrote: This patch adds to support DMA generic API to transfer raw SPI data. Basiclly the spi driver uses DMA generic API if architecture supports it.

[PATCH 0/3] ARM: SAMSUNG: register the second instance of PL330 DMAC

2011-08-16 Thread alim akhtar
From: Alim Akhtar alim.akh...@samsung.com Two instance of platform data is provided for PL330 but only one PL330 DMAC instance is registered with amba_device. These patch sets registers the second instance with amba_device. These patches are based on kgene's tree next/topic-dma-pl330 branch

[PATCH 1/3] ARM: EXYNOS4: register the second instance of pl330 DMAC

2011-08-16 Thread alim akhtar
From: Alim Akhtar alim.akh...@samsung.com Platform data is provided for two instance of pl330 DMAC, but only one DMAC is register with amba_device. This patch register the second instance. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- arch/arm/mach-exynos4/dma.c |1 + 1 files

[PATCH 2/3] ARM: S5PV210: register the second instance of pl330 DMAC

2011-08-16 Thread alim akhtar
From: Alim Akhtar alim.akh...@samsung.com Platform data is provided for two instance of pl330 DMAC, but only one DMAC is register with amba_device. This patch register the second instance. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- arch/arm/mach-s5pv210/dma.c |1 + 1 files

[PATCH 3/3] ARM: S5PC100: register the second instance of pl330 DMAC

2011-08-16 Thread alim akhtar
From: Alim Akhtar alim.akh...@samsung.com Platform data is provided for two instance of pl330 DMAC, but only one DMAC is register with amba_device. This patch register the second instance. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- arch/arm/mach-s5pc100/dma.c |1 + 1 files

Re: Re: [PATCH 0/3] ARM: SAMSUNG: register the second instance of PL330 DMAC

2011-08-17 Thread ALIM AKHTAR
, 2011 14:37 (GMT+09:00) Title : Re: [PATCH 0/3] ARM: SAMSUNG: register the second instance of PL330 DMAC   Does it also need to provide the mdma? On Wed, Aug 17, 2011 at 1:06 PM, alim akhtar wrote: From: Alim Akhtar Two instance of platform data is provided for PL330 but only one PL330 DMAC

Re: [PATCH 12/15] spi/s3c64xx: Add support DMA engine API

2011-08-19 Thread Alim Akhtar
On Tue, Aug 9, 2011 at 9:43 AM, Alim Akhtar alim.akh...@gmail.com wrote: On Mon, Aug 8, 2011 at 11:17 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Wed, Jul 27, 2011 at 11:01 AM, Boojin Kim boojin@samsung.com wrote: This patch adds to support DMA generic API to transfer raw SPI data

[PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-09-27 Thread Alim Akhtar
| - Changes since v1: - Rebased with samsung_dma branch of http://git.infradead.org/users/vkoul/slave-dma.git - Addressed review comments from linus.walleij http://www.spinics.net/lists/arm-kernel/msg135411.html Alim Akhtar (1): dmaengine/amba-pl08x: Add

[PATCH V2 1/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-09-27 Thread Alim Akhtar
Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/dma/amba-pl08x.c | 135 ++ 1 files changed, 112 insertions(+), 23 deletions(-) diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index cd8df7f..501540f 100644 --- a/drivers

Re: [PATCH V2 1/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-09-28 Thread Alim Akhtar
Hi Viresh, Thanks for reviewing the patch. On Wed, Sep 28, 2011 at 1:15 PM, Viresh Kumar viresh.ku...@st.com wrote: On 9/28/2011 11:20 AM, Alim Akhtar wrote: Signed-off-by: Alim Akhtar alim.akh...@samsung.com ---  drivers/dma/amba-pl08x.c |  135

Re: [PATCH V2 1/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-09-28 Thread Alim Akhtar
HI Linus, Thanks for reviewing again. On Wed, Sep 28, 2011 at 1:31 PM, Linus Walleij linus.wall...@linaro.org wrote: Sorry if I missed a few nitpicks last time, anyway it's looking much better now: On Wed, Sep 28, 2011 at 7:50 AM, Alim Akhtar alim.akh...@samsung.com wrote

Re: [PATCH V2 1/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC

2011-09-28 Thread Alim Akhtar
On Wed, Sep 28, 2011 at 3:24 PM, Viresh Kumar viresh.ku...@st.com wrote: On 9/28/2011 2:20 PM, Alim Akhtar wrote: The main difference between Primecell PL080 and samsung variant is in LLI control register bit [0:11] is reserved in case of samsung pl080 and one extra register is add to hold

Re: [PATCH] ARM: dts: Remove mau_pd node for Exynos5420

2014-04-22 Thread Alim Akhtar
Hi Tushar On Tue, Apr 22, 2014 at 11:09 AM, Tushar Behera tushar.beh...@linaro.org wrote: MAU powerdomain provides clocks for Audio sub-system block. This block comprises of the I2S audio controller, audio DMA blocks and Audio sub-system clock registers. Right now, there is no way to hook up

Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-04-22 Thread Alim Akhtar
Hi Yuvaraj, On Mon, Mar 24, 2014 at 10:12 AM, Yuvaraj Kumar yuvaraj...@gmail.com wrote: On Mon, Mar 24, 2014 at 9:59 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, Yuvaraj. NACK. we can use mmc_of_parese(). Thanks Jaehoon for the pointer.I will use mmc_of_parse(). Are you planning to

[PATCH] tty/serial: samsung: Add earlycon support

2014-09-16 Thread Alim Akhtar
Add earlycon support for the samsung serial port. This allows enabling the samsung serial port for console when early_params are parse and processed. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- Documentation/kernel-parameters.txt |6 ++ drivers/tty/serial/Kconfig

Re: Re: [PATCH v4 6/8] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-09-18 Thread ALIM AKHTAR
: From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Chatradhi Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/Kconfig | 12 Please update

Re: [PATCH 4/4] arm64: dts: Add initial pinctrl support to EXYNOS7

2014-09-20 Thread Alim Akhtar
Hi Abhilash, On Sat, Sep 13, 2014 at 2:20 PM, Abhilash Kesavan a.kesa...@samsung.com wrote: From: Naveen Krishna Chatradhi ch.nav...@samsung.com Add intial pin configuration nodes for EXYNOS7. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Abhilash Kesavan

Re: [PATCH 0/4] Add initial support for pinctrl on Exynos7

2014-09-20 Thread Alim Akhtar
|1 + 8 files changed, 788 insertions(+), 11 deletions(-) create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi With the nit fix in patch-4 of this series, feel free to add Reviewed-by: Alim Akhtar alim.akh...@samsung.com -- 1.7.9.5 -- To unsubscribe from

Re: [PATCH] tty/serial: samsung: Add earlycon support

2014-09-20 Thread Alim Akhtar
Just realized that linux-arm-kernel email-id was wrongly typed. CCing the correct linux-arm-kernel email-id now. Sorry for the noise. On Tue, Sep 16, 2014 at 5:02 PM, Alim Akhtar alim.akh...@samsung.com wrote: Add earlycon support for the samsung serial port. This allows enabling the samsung

Re: [PATCH] tty/serial: samsung: Add earlycon support

2014-09-21 Thread Alim Akhtar
Hi Tomasz, Thanks for your valuable feedback on this patch. Please see my comments inline. On Sat, Sep 20, 2014 at 7:09 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Alim, Please see my comments inline. On 16.09.2014 13:32, Alim Akhtar wrote: Add earlycon support for the samsung serial

Re: [PATCH] tty/serial: samsung: Add earlycon support

2014-09-21 Thread Alim Akhtar
Hi Tomasz, On Sun, Sep 21, 2014 at 10:54 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On 21.09.2014 16:36, Alim Akhtar wrote: Hi Tomasz, Thanks for your valuable feedback on this patch. You're welcome. diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt

Re: [PATCH] tty/serial: samsung: Add earlycon support

2014-09-22 Thread Alim Akhtar
Hi Tomasz, On Mon, Sep 22, 2014 at 4:49 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On 22.09.2014 01:10, Alim Akhtar wrote: [snip] As you said there is no support for ioremap on ARM, so this is not tested on ARM. Don't forget that this driver is primarily targeted for ARM platforms

Re: [PATCH/RFC 0/2] serial: samsung: add support for early console

2014-09-23 Thread Alim Akhtar
Hi Marek, On Mon, Sep 22, 2014 at 6:44 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, This patchset adds support for early console defined in device tree. As an example, DTS files for all Exynos4 based machines are updated with the correct value for common chosen/sdtout

Re: [PATCH/RFC 0/2] serial: samsung: add support for early console

2014-09-23 Thread Alim Akhtar
Hi Marek, On Tue, Sep 23, 2014 at 6:38 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On 2014-09-23 14:53, Alim Akhtar wrote: Hi Marek, On Mon, Sep 22, 2014 at 6:44 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, This patchset adds support for early console

Re: [PATCH/RFC 1/2] serial: samsung: Add support for of_earlycon

2014-09-24 Thread Alim Akhtar
Hi Marek On Mon, Sep 22, 2014 at 6:44 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: From: Tomasz Figa t.f...@samsung.com This patch adds support for early console initialized from device tree to all variants of Samsung serial driver. Signed-off-by: Tomasz Figa t.f...@samsung.com

Re: [PATCH/RFC 0/2] serial: samsung: add support for early console

2014-09-24 Thread Alim Akhtar
Hi Marek, On Mon, Sep 22, 2014 at 6:44 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, This patchset adds support for early console defined in device tree. As an example, DTS files for all Exynos4 based machines are updated with the correct value for common chosen/sdtout

Re: [PATCH v2 1/2] serial: samsung: Add support for early console

2014-09-26 Thread Alim Akhtar
Hi Marek, On Thu, Sep 25, 2014 at 3:24 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: From: Tomasz Figa t.f...@samsung.com This patch adds support for early console initialized from device tree and kernel command line to all variants of Samsung serial driver. Signed-off-by: Tomasz

Re: [PATCH v2 0/2] serial: samsung: add support for early console

2014-09-26 Thread Alim Akhtar
12 files changed, 129 insertions(+) Tested this on ARM64 based exynos7 platform, both command line and DT ways. Both works well. Compile tested on ARM. Not sure if my ACK matters here, but you certainly have my Reviewed-by: Alim Akhtar alim.akh...@samsung.com Tested-by: Alim Akhtar

Re: [PATCH v2 6/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog on Exynos7

2014-10-21 Thread Alim Akhtar
Hi Abhilash, On Tue, Oct 21, 2014 at 11:13 AM, Abhilash Kesavan a.kesa...@samsung.com wrote: Add nodes for 3 mmc channels, 12 i2c channels, rtc, and watchdog on Exynos7. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com ---

Re: [PATCH v2 6/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog on Exynos7

2014-10-21 Thread Alim Akhtar
Hi Tomasz, On Tue, Oct 21, 2014 at 7:30 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On 21.10.2014 15:52, Alim Akhtar wrote: +mmc_0 { + status = okay; + num-slots = 1; + broken-cd; + caps2-mmc-hs200-1_8v; Please use mmc_hs200-1_8v instead. I guess you mean mmc

Re: [PATCH] mmc: dw_mmc: exynos: Add support for exynos7

2014-11-11 Thread Alim Akhtar
Hi Jaehoon, As 64bit dependent patch for dw_mmc is already merged. Do you have any comments on this patch? This patch still apply cleanly on ulf's next and v3.18-rc4 kernel. Regards, Alim On Tue, Oct 21, 2014 at 1:50 PM, Vivek Gautam gautam.vi...@samsung.com wrote: On Tue, Oct 21, 2014 at 1:47

Re: [PATCH 01/11] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam gautam.vi...@samsung.com wrote: USB and Power regulator on Exynos7 require gpios available in BUS1 pin controller block. So adding the BUS1 pinctrl support. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com Signed-off-by:

Re: [PATCH 09/11] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam gautam.vi...@samsung.com wrote: BUS1 pinctrl provides gpios for usb and power regulator available on exynos7-espresso board. So add relevant device node for pinctrl-bus1. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com

Re: [PATCH V2 2/2] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-26 Thread Alim Akhtar
Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- Looks good to me. Reviewed-by: Alim Akhtar alim.akh...@samsung.com This patch was part of series: [PATCH 00/11] Exynos7: Adding USB 3.0 support https://lkml.org/lkml/2014/11/21/247 Changes since V1: - Added support for all pin banks

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-26 Thread Alim Akhtar
-by: Vivek Gautam gautam.vi...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org --- Looks good to me. Thanks! Reviewed-by: Alim Akhtar alim.akh...@samsung.com This patch was part of series: [PATCH 00/11] Exynos7: Adding USB 3.0 support https://lkml.org/lkml/2014/11/21/247 Changes since V1

[PATCH v3 0/4] mmc: dw_mmc: exynos: Add HS400 support

2014-12-30 Thread Alim Akhtar
This serise is second part of [1] which was posted by Seungwon Jeon few months back. This adds HS400 mode support for exynos dw_mmc host controller. Currently tested on Exynos5800-peach-pi platform and exynos7 platform for HS400 mode. Appreciate testing on other exynos5 platform which supports

[PATCH v3 1/4] mmc: dw_mmc: exynos: incorporate ciu_div into timing property

2014-12-30 Thread Alim Akhtar
-by: Alim Akhtar alim.akh...@samsung.com --- .../devicetree/bindings/mmc/exynos-dw-mshc.txt | 15 ++-- drivers/mmc/host/dw_mmc-exynos.c | 81 ++-- drivers/mmc/host/dw_mmc-exynos.h |1 + 3 files changed, 67 insertions(+), 30 deletions

[PATCH v3 2/4] mmc: dw_mmc: exynos: support eMMC's HS400 mode

2014-12-30 Thread Alim Akhtar
From: Seungwon Jeon tgih@samsung.com Implements HS400 support for exynos host driver. And this patch includes some updates as new mode is added. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- .../devicetree/bindings/mmc/exynos-dw

[PATCH v3 3/4] ARM: dts: drop dw-mshc-ciu-div property from Exynos

2014-12-30 Thread Alim Akhtar
From: Seungwon Jeon tgih@samsung.com As dw-mshc-ciu-div is strongly close to timing property, it is merged with each timing property. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- arch/arm/boot/dts/exynos3250-monk.dts

Re: [RFC V2 0/4] dw_mmc platform specific private data init

2013-08-27 Thread Alim Akhtar
on exynos5420. Tested-by: Alim Akhtar alim.akh...@samsung.com -- 1.7.9.5 -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Regards, Alim

Re: [PATCH] serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLE

2015-02-02 Thread Alim Akhtar
/tty/serial/samsung.c:2442: undefined reference to `uart_console_write' make: *** [vmlinux] Error 1 and $SUBJECT patch does resolve [1], So, Tested-by: Alim Akhtar alim.akh...@samsung.com but when I build arm64 _defconfig_ (with exynos7 enabled, manually) /wo CONFIG_SERIAL_SAMSUNG_CONSOLE, build

Re: [PATCH v4 1/2] mmc: dw_mmc: exynos: Support eMMC's HS400 mode

2015-01-21 Thread Alim Akhtar
Hi Jaehoon On Wed, Jan 21, 2015 at 4:32 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, This patch can be separated. When i tested on my board, it's not working fine. I think it depends on my timing, so i will check after change the timing. On 01/14/2015 07:30 PM, Alim Akhtar wrote

Re: [PATCH v4 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-01-21 Thread Alim Akhtar
hs400, as of now I am not sure if all the 5800-peach-pi boards are populated with emmc5.0 device or not. So I will enable HS400 after confirming this point. On 01/14/2015 07:30 PM, Alim Akhtar wrote: From: Seungwon Jeon tgih@samsung.com HS400 timing values are added for SMDK5420, exynos5420

[PATCH v5 0/2] mmc: dw_mmc: exynos: Add HS400 support

2015-01-28 Thread Alim Akhtar
This adds HS400 mode support for exynos dw_mmc host controller. Currently tested on Exynos5800-peach-pi and Exyons7 platform for HS400 mode. Tested HS200 mode with this series applied, HS200 still works. Appreciate testing on other exynos5/7 platform which supports emmc5.0 Changes in V5:

Re: [PATCH v4 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-01-28 Thread Alim Akhtar
Hi Jaehoon, Thanks for review. On Thu, Jan 22, 2015 at 11:28 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi. On 01/21/2015 11:12 PM, Alim Akhtar wrote: Hi Jaehoon On Wed, Jan 21, 2015 at 4:32 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, If you want to enable the hs400 mode

[PATCH V5 1/2] mmc: dw_mmc: exynos: Support eMMC's HS400 mode

2015-01-28 Thread Alim Akhtar
From: Seungwon Jeon tgih@samsung.com Implements HS400 mode support for exynos host driver. This also include some updates as new mode is added. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com [Alim: addressed review comments

[PATCH V5 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-01-28 Thread Alim Akhtar
to be set as input clock to controller. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com [Alim: addressed review comments] --- arch/arm/boot/dts/exynos5420-peach-pit.dts |4 +++- arch/arm/boot/dts/exynos5420-pinctrl.dtsi |7 +++ arch/arm

Re: [PATCH v3 1/4] mmc: dw_mmc: exynos: incorporate ciu_div into timing property

2015-01-12 Thread Alim Akhtar
Hi Doug, On Tue, Jan 6, 2015 at 6:37 AM, Doug Anderson diand...@chromium.org wrote: Alim, On Sun, Jan 4, 2015 at 2:43 PM, Alim Akhtar alim.akh...@gmail.com wrote: You are breaking backward compatibility here. If your change is merged then all old boards will instantly break. Since the dts

Re: [PATCH v3 1/4] mmc: dw_mmc: exynos: incorporate ciu_div into timing property

2015-01-12 Thread Alim Akhtar
Hi Jaehoon, On Thu, Jan 8, 2015 at 7:06 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, On 12/31/2014 03:43 PM, Alim Akhtar wrote: From: Seungwon Jeon tgih@samsung.com ciu_div may not be common value for all speed mode. So, it needs to be attached to CLKSEL timing. This also

[PATCH v4 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-01-14 Thread Alim Akhtar
From: Seungwon Jeon tgih@samsung.com 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. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh

[PATCH v4 0/2] mmc: dw_mmc: exynos: Add HS400 support

2015-01-14 Thread Alim Akhtar
This adds HS400 mode support for exynos dw_mmc host controller. Currently tested on Exynos5800-peach-pi platform for HS400 mode. Tested HS200 mode with this series applied, HS200 still works. Appreciate testing on other exynos5/7 platform which supports emmc5.0 Changes in V4: * drop the

[PATCH v4 1/2] mmc: dw_mmc: exynos: Support eMMC's HS400 mode

2015-01-14 Thread Alim Akhtar
From: Seungwon Jeon tgih@samsung.com Implements HS400 mode support for exynos host driver. This also include some updates as new mode is added. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com [Alim: addressed review comments

Re: [PATCH v3 1/4] mmc: dw_mmc: exynos: incorporate ciu_div into timing property

2015-01-04 Thread Alim Akhtar
Hi Doug, Thanks for looking into this series. On Fri, Jan 2, 2015 at 10:28 PM, Doug Anderson diand...@chromium.org wrote: Alim, On Tue, Dec 30, 2014 at 10:43 PM, Alim Akhtar alim.akh...@samsung.com wrote: From: Seungwon Jeon tgih@samsung.com ciu_div may not be common value for all speed

Re: [PATCH v3 2/4] mmc: dw_mmc: exynos: support eMMC's HS400 mode

2015-01-08 Thread Alim Akhtar
Hi Jaehoon, On Thu, Jan 8, 2015 at 7:16 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 12/31/2014 03:43 PM, Alim Akhtar wrote: From: Seungwon Jeon tgih@samsung.com Implements HS400 support for exynos host driver. And this patch includes some updates as new mode is added. Signed-off

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

2015-03-18 Thread Alim Akhtar
to be set as input clock to controller. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com [Alim: addressed review comments] Acked-by: Jaehoon Chung jh80.ch...@samsung.com --- Changes in V7: Add back bus1 pin, which was removed during rebase

Re: [PATCH V5 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-03-15 Thread Alim Akhtar
Ping? On Wed, Feb 25, 2015 at 12:05 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, Alim. Acked-by: Jaehoon Chung jh80.ch...@samsung.com Best Regards, Jaehoon Chung On 01/29/2015 11:41 AM, Alim Akhtar wrote: From: Seungwon Jeon tgih@samsung.com HS400 timing values are added

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

2015-03-17 Thread Alim Akhtar
to be set as input clock to controller. Signed-off-by: Seungwon Jeon tgih@samsung.com Signed-off-by: Alim Akhtar alim.akh...@samsung.com [Alim: addressed review comments] Acked-by: Jaehoon Chung jh80.ch...@samsung.com --- Changes in V6: Rebased on kukjin's for-next branch[0] (commit

Re: [PATCH V5 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-03-17 Thread Alim Akhtar
Thanks Kukjin for looking into this. I will rebase on top of your for-next and send again. On Tue, Mar 17, 2015 at 7:42 AM, Kukjin Kim kg...@kernel.org wrote: Alim Akhtar wrote: Ping? Alim, Can you please re-send it based on latest my tree? It would be helpful for me ;) Thanks, Kukjin

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 alim.akh...@samsung.com wrote: From: Seungwon Jeon tgih@samsung.com 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

Re: [PATCH V5 1/2] mmc: dw_mmc: exynos: Support eMMC's HS400 mode

2015-02-25 Thread Alim Akhtar
is required, I won't be able to do so until march 9th, hope you can take care of such changes. Thanks! Best Regards, Jaehoon Chung On 01/29/2015 11:41 AM, Alim Akhtar wrote: From: Seungwon Jeon tgih@samsung.com Implements HS400 mode support for exynos host driver. This also include some

[PATCH 1/4] clk: samsung: exynos7: Update CMU TOPC block clock

2015-08-24 Thread Alim Akhtar
This patch fixes some of the bit field and update the TOPC block clock as per the latest UM. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/clk/samsung/clk-exynos7.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/clk/samsung/clk

[PATCH 2/4] clk: samsung: exynos7: Update CMU TOP1 block

2015-08-24 Thread Alim Akhtar
This updates CMU TOP1 block clock as per latest UM. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/clk/samsung/clk-exynos7.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung

[PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-24 Thread Alim Akhtar
This patch correct the nr_clk_ids for fsys0 block which is wrongly set to TOP1 clk numbers. This also adjust the a gate clock order. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/clk/samsung/clk-exynos7.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1

2015-08-24 Thread Alim Akhtar
nr_clk_ids for FSYS1 block is wrongly set as TOP1 block, this patch correct the same. Signed-off-by: Alim Akhtar alim.akh...@samsung.com --- drivers/clk/samsung/clk-exynos7.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk

[PATCH 0/4] Improvements on exynos7 clock

2015-08-24 Thread Alim Akhtar
This patch series are minor improvement over the current exynos7 clock file. This fix some bugs and update the clock bits as per latest user manual. This serise is tested on exynos7-espresso board. Alim Akhtar (4): clk: samsung: exynos7: Update CMU TOPC block clock clk: samsung: exynos7

Re: [RFC PATCH v4 1/9] mmc: dw_mmc: Add external dma interface support

2015-08-10 Thread Alim Akhtar
Hi Shawn On Thu, Aug 6, 2015 at 12:14 PM, Shawn Lin shawn@rock-chips.com wrote: DesignWare MMC Controller can supports two types of DMA mode: external dma and internal dma. We get a RK312x platform integrated dw_mmc and ARM pl330 dma controller. This patch add edmac ops to support these

Re: [PATCH 2/4] clk: samsung: exynos7: Update CMU TOP1 block

2015-08-25 Thread Alim Akhtar
Hello Krzysztof, On Tue, Aug 25, 2015 at 12:35 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 24.08.2015 20:05, Alim Akhtar wrote: This updates CMU TOP1 block clock as per latest UM. I think description is not entirely correct. Some of the changes here were present in the first

Re: [PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-25 Thread Alim Akhtar
Hello Krzysztof, On Tue, Aug 25, 2015 at 12:46 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 24.08.2015 20:05, Alim Akhtar wrote: This patch correct the nr_clk_ids for fsys0 block s/correct/corrects/ which is wrongly set to TOP1 clk numbers. This also adjust the a gate clock

Re: [PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1

2015-08-25 Thread Alim Akhtar
Hello Krzysztof, On Tue, Aug 25, 2015 at 12:48 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 24.08.2015 20:05, Alim Akhtar wrote: nr_clk_ids for FSYS1 block is wrongly set as TOP1 block, this patch correct the same. s/correct the same/corrects it/ will update Reviewed

Re: [PATCH 1/4] clk: samsung: exynos7: Update CMU TOPC block clock

2015-08-25 Thread Alim Akhtar
Hello Krzysztof, On Tue, Aug 25, 2015 at 12:32 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 24.08.2015 20:05, Alim Akhtar wrote: This patch fixes some of the bit field and update the TOPC block clock as per the latest UM. Description is not entirely correct

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-21 Thread Alim Akhtar
Hi Javier, On Wed, Oct 21, 2015 at 6:53 PM, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Alim, > > On 10/21/2015 12:44 PM, Alim Akhtar wrote: > > [snip] > >>> >>> Can you please test following patch [0] on top of Alim's series? If th

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-21 Thread Alim Akhtar
Hi Javier, On Wed, Oct 21, 2015 at 3:46 PM, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Alim, > > On 10/21/2015 08:09 AM, Alim Akhtar wrote: > > [snip] > >>>>>> >>>>>> Hi Alim, >>>>>> >>>

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-21 Thread Alim Akhtar
On Wed, Oct 21, 2015 at 8:25 PM, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Alim, > > On 10/21/2015 04:50 PM, Alim Akhtar wrote: > > [snip] > >>> >>> [0]: >>> From c9b250ee03bae338339b70693e906145c719f783 Mon Sep 17 00

Re: [PATCH] mmc: pwrseq: Use highest priority for eMMC restart handler

2015-10-21 Thread Alim Akhtar
hw is reset before a system reboot. Signed-off-by: Javier Martinez Canillas <jav...@osg.samsung.com> Tested-by: Markus Reichl <m.rei...@fivetechno.de> Tested-by: Anand Moon <linux.am...@gmail.com> Reviewed-by: Alim Akhtar <alim.akh...@samsung.com> --- Hello, This patch was n

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-21 Thread Alim Akhtar
On 10/22/2015 05:47 AM, Krzysztof Kozlowski wrote: On 22.10.2015 00:01, Alim Akhtar wrote: On Wed, Oct 21, 2015 at 8:25 PM, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: Hello Alim, On 10/21/2015 04:50 PM, Alim Akhtar wrote: [snip] [0]:

  1   2   3   >