[PATCH v3 7/8] MAINTAINERS: add maintainers entry for drivers/soc/samsung

2015-10-13 Thread Pankaj Dubey
This patch adds maintainers entry for new driver folder drivers/soc/samsung Signed-off-by: Pankaj Dubey <pankaj.du...@samsung.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7ba7ab7..262bba6 100644 --- a/MAINTAINERS +++ b/MAINT

[PATCH v2 5/7] ARM: dts: add SROM device node for exynos4

2015-08-24 Thread Pankaj Dubey
Add device node of SROM controller for exynos4. CC: Rob Herring robh...@kernel.org CC: Mark Rutland mark.rutl...@arm.com CC: Ian Campbell ijc+devicet...@hellion.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 5 + 1 file changed, 5 insertions

[PATCH v2 6/7] ARM: dts: add SROM device node for exynos5

2015-08-24 Thread Pankaj Dubey
Add SROM controller device node for exynos5. CC: Rob Herring robh...@kernel.org CC: Mark Rutland mark.rutl...@arm.com CC: Ian Campbell ijc+devicet...@hellion.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi | 5 + 1 file changed, 5 insertions

[PATCH v2 0/7] Add support for Exynos SROM Controller driver

2015-08-24 Thread Pankaj Dubey
. - Addressed review comments from Krzysztof Kozlowski. - Add two new patches for minor cleanup in exynos.c and map.h Pankaj Dubey (7): ARM: EXYNOS: remove unused static mapping of CMU for exynos5 ARM: EXYNOS: code cleanup in map.h drivers: soc: add support for exynos SROM driver ARM: EXYNOS

[PATCH v2 1/7] ARM: EXYNOS: remove unused static mapping of CMU for exynos5

2015-08-24 Thread Pankaj Dubey
Remove unused static mapping of exynos5 CMU and related code. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/exynos.c | 5 - arch/arm/mach-exynos/include/mach/map.h | 1 - 2 files changed, 6 deletions(-) diff --git a/arch/arm/mach-exynos/exynos.c b

[PATCH v2 3/7] drivers: soc: add support for exynos SROM driver

2015-08-24 Thread Pankaj Dubey
This patch adds Exynos SROM controller driver which will handle save restore of SROM registers during S2R. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/soc/Kconfig | 1 + drivers/soc/Makefile | 1 + drivers/soc/samsung/Kconfig | 13

[PATCH v2 4/7] ARM: EXYNOS: Remove SROM related register settings from mach-exynos

2015-08-24 Thread Pankaj Dubey
As now we have dedicated driver for SROM controller, it will take care of saving register banks during S2R so we can safely remove these settings from mach-exynos. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Kconfig | 2 ++ arch/arm/mach-exynos

[PATCH v2 2/7] ARM: EXYNOS: code cleanup in map.h

2015-08-24 Thread Pankaj Dubey
Remove unused exynos5440 uart offset macro. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/include/mach/map.h | 4 1 file changed, 4 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h index a2acba3

Re: [PATCH 3/5] ARM: EXYNOS: DTS: add SROM device node for exynos4

2015-08-20 Thread Pankaj Dubey
Hi, On Wednesday 27 May 2015 05:32 PM, Krzysztof Kozlowski wrote: W dniu 29.04.2015 o 17:38, Pankaj Dubey pisze: Add SROM device node for exynos4. Subject prefix: ARM: dts: Ok. CC: Rob Herring robh...@kernel.org CC: Mark Rutland mark.rutl...@arm.com CC: Ian Campbell ijc+devicet

Re: [PATCH 2/5] ARM: EXYNOS: Remove SROM related register settings from mach-exynos

2015-08-20 Thread Pankaj Dubey
Hi Krzysztof, On Wednesday 27 May 2015 05:26 PM, Krzysztof Kozlowski wrote: W dniu 29.04.2015 o 17:38, Pankaj Dubey pisze: As now we have dedicated driver for SROM controller, it will take care of saving register banks during S2R so we can safely remove these settings from mach-exynos. Signed

Re: [PATCH 1/5] drivers: soc: add support for exynos SROM driver

2015-08-20 Thread Pankaj Dubey
Hi Krzysztof, Sorry for delay in reply, as I got busy in some other official assignments and could not take this series further at that time. On Wednesday 27 May 2015 05:22 PM, Krzysztof Kozlowski wrote: W dniu 29.04.2015 o 17:38, Pankaj Dubey pisze: This patch adds Exynos SROM controller

Re: [PATCH 5/5] Documentation: dt-bindings: add exynos-srom binding information

2015-08-20 Thread Pankaj Dubey
Hi Krzysztof, On Wednesday 27 May 2015 04:51 PM, Krzysztof Kozlowski wrote: 2015-04-29 17:38 GMT+09:00 Pankaj Dubey pankaj.du...@samsung.com: This patch adds exynos-srom binding information for SROM Controller driver on Exynos SoCs. CC: Rob Herring robh...@kernel.org CC: Mark Rutland

Re: [2/2] ARM: dts: Add missing irq pinctrl for max77686 on smdk5250

2015-08-18 Thread Pankaj Dubey
Hi Krzysztof, On Monday 17 August 2015 11:20 AM, Krzysztof Kozlowski wrote: 2015-05-02 14:49 GMT+09:00 Krzysztof Kozlowski k.kozlowsk...@gmail.com: W dniu 28.04.2015 o 20:02, Pankaj Dubey pisze: Hi Kukjin, Any updated for this patch. Without this PMIC RTC is not working on SMDK5250. Could

[PATCHi v2] ARM: dts: Fix bootup issue on smdk5250

2015-08-18 Thread Pankaj Dubey
to latest kgene tree] Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Tested-by: Pankaj Dubey pankaj.du...@samsung.com --- Resending this patch after rebasing. Previous discussion can be found here [1] [1]: http://www.spinics.net/lists/linux-samsung-soc/msg39100.html Changes since v1: - Rebased

Re: [2/2] ARM: dts: Add missing irq pinctrl for max77686 on smdk5250

2015-08-18 Thread Pankaj Dubey
Hi Krzysztof, On Monday 17 August 2015 11:20 AM, Krzysztof Kozlowski wrote: 2015-05-02 14:49 GMT+09:00 Krzysztof Kozlowski k.kozlowsk...@gmail.com: W dniu 28.04.2015 o 20:02, Pankaj Dubey pisze: Hi Kukjin, Any updated for this patch. Without this PMIC RTC is not working on SMDK5250. Could

Re: [1/4] clk: samsung: exynos3250: Add UART2 clock

2015-08-16 Thread Pankaj Dubey
/pipermail/linux-arm-kernel/2014-September/291239.html Thanks, Pankaj Dubey On Tuesday 11 August 2015 09:16 AM, Chanwoo Choi wrote: This patch add the UART2 clocks (mux, divider, gate) of Exynos3250 SoC. Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off

Re: [3/4] ARM: dts: Add UART2 dt node for Exynos3250 SoC

2015-08-16 Thread Pankaj Dubey
Hi Chanwoo, Similar patch was posted here[1]. [1]: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/291023.html Thanks, Pankaj Dubey On Tuesday 11 August 2015 09:16 AM, Chanwoo Choi wrote: This patch add the uart2 devicetree node for Exynos3250 SoC. Cc: Kukjin Kim kg

[PATCH 1/5] drivers: soc: add support for exynos SROM driver

2015-04-29 Thread Pankaj Dubey
This patch adds Exynos SROM controller driver which will handle save restore of SROM registers during S2R. Change-Id: Iaddaaebc1d7090c9889e948e68e886519562c43c Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/soc/Kconfig | 1 + drivers/soc/Makefile

[PATCH 2/5] ARM: EXYNOS: Remove SROM related register settings from mach-exynos

2015-04-29 Thread Pankaj Dubey
As now we have dedicated driver for SROM controller, it will take care of saving register banks during S2R so we can safely remove these settings from mach-exynos. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Kconfig | 2 + arch/arm/mach-exynos

[PATCH 0/5] Add support for Exynos SROM Controller driver

2015-04-29 Thread Pankaj Dubey
updated exynos4 and exynos5 dtsi files for with device node for srom, and added binding documentation for the same. Pankaj Dubey (5): drivers: soc: add support for exynos SROM driver ARM: EXYNOS: Remove SROM related register settings from mach-exynos ARM: EXYNOS: DTS: add SROM device node

[PATCH 3/5] ARM: EXYNOS: DTS: add SROM device node for exynos4

2015-04-29 Thread Pankaj Dubey
Add SROM device node for exynos4. CC: Rob Herring robh...@kernel.org CC: Mark Rutland mark.rutl...@arm.com CC: Ian Campbell ijc+devicet...@hellion.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH 4/5] ARM: EXYNOS: DTS: add SROM device node for exynos5

2015-04-29 Thread Pankaj Dubey
Add SROM device node for exynos5. CC: Rob Herring robh...@kernel.org CC: Mark Rutland mark.rutl...@arm.com CC: Ian Campbell ijc+devicet...@hellion.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH 5/5] Documentation: dt-bindings: add exynos-srom binding information

2015-04-29 Thread Pankaj Dubey
This patch adds exynos-srom binding information for SROM Controller driver on Exynos SoCs. CC: Rob Herring robh...@kernel.org CC: Mark Rutland mark.rutl...@arm.com CC: Ian Campbell ijc+devicet...@hellion.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- .../devicetree/bindings/arm

Re: [2/2] ARM: dts: Add missing irq pinctrl for max77686 on smdk5250

2015-04-28 Thread Pankaj Dubey
Hi Kukjin, Any updated for this patch. Without this PMIC RTC is not working on SMDK5250. Thanks, Pankaj Dubey On Tuesday 18 November 2014 05:38 PM, Yadwinder Singh Brar wrote: This patch adds pinctrl configuration for using configuring gpx3-2 as an external interrupt from max77686. Though

Re: [1/2] ARM: dts: Fix bootup issue on smdk5250

2015-04-28 Thread Pankaj Dubey
Hi Kukjin, On Saturday 22 November 2014 08:55 AM, Kukjin Kim wrote: Pankaj Dubey wrote: Hi, Hi, Yadwinder, please don't miss [PATCH 1/2] in subject, so that my e-mail client can't filter wrong ;) On Tuesday 18 November 2014 05:38 PM, Yadwinder Singh Brar wrote: With default config

Re: [PATCH v5 0/2] irqchip: Move Exynos PM to use stacked domains

2015-02-24 Thread Pankaj Dubey
+++-- 6 files changed, 146 insertions(+), 19 deletions(-) I tested and verified S2R functionality on Exynos5250 based SMDK5250 board, and suspend-resume working fine. For testing on SMDK5250 you can add my tested-by. Tested-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey

Re: [v3,2/9] clk: samsung: exynos5433: Add clocks for CMU_ATLAS domain

2015-02-05 Thread Pankaj Dubey
Figa tomasz.f...@gmail.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com Verified clock tree, clock register and bitfields against UM. Patch look OK to me. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from

Re: [PATCH v3 3/3] ARM: EXYNOS: Remove left over 'extra_save'

2015-02-05 Thread Pankaj Dubey
so get rid of it making also 'exynos_pm_data' const everywhere. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

Re: [v3,3/9] clk: samsung: exynos5433: Add clocks for CMU_MSCL domain

2015-02-05 Thread Pankaj Dubey
- 3 files changed, 245 insertions(+), 1 deletion(-) Verified clock tree, clock register and bitfield settings against UM. Changes looks OK to me. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc

Re: [PATCH v3 1/3] ARM: EXYNOS: Add missing static to file-scope declarations

2015-02-05 Thread Pankaj Dubey
'exynos5420_release_ret_regs' was not declared. Should it be static? Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [v3,1/9] clk: samsung: exynos5433: Add clocks for CMU_APOLLO domain

2015-02-04 Thread Pankaj Dubey
, pclk_pmu_sysreg_apollo, Isn't pclk_pmu_sysreg_apollo be named as pclk_sysreg_apollo to match with UM? Rest changes in this file are OK. I confirmed clock tree and clock bits against UM. Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc

Re: [v2,3/3] ARM: EXYNOS: Remove left over 'extra_save'

2015-02-04 Thread Pankaj Dubey
sleep_save *extra_save; int num_extra_save; 'num_extra_save' can be removed at the same time. Rest changes looks ok. Thanks, Pankaj Dubey -- 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

Re: [v2,2/3] ARM: EXYNOS: Constify exynos_pm_data and of_device_id array

2015-02-04 Thread Pankaj Dubey
Hi Krzysztof, On Tuesday 03 February 2015 04:36 PM, Krzysztof Kozlowski wrote: The 'exynos5420_pm_data' and of_device_id array are not modified and can be made const. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks

Re: [PATCH v4 15/21] ARM: exynos4/5: convert pmu wakeup to stacked domains

2015-01-19 Thread Pankaj Dubey
}, { .compatible = samsung,exynos5410-pmu }, - { .compatible = samsung,exynos5420-pmu }, { /*sentinel*/ }, }; Thanks, Pankaj Dubey -- 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

Re: [v3,15/21] ARM: exynos4/5: convert pmu wakeup to stacked domains

2015-01-14 Thread Pankaj Dubey
no longer affine to CPU1 [ 257.850922] CPU1: shutdown Thanks, Pankaj Dubey -- 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

Re: [PATCH v5 1/2] soc: samsung: add exynos chipid driver support

2015-01-12 Thread Pankaj Dubey
Hi Arnd, Sorry for late reply. On Friday 12 December 2014 05:01 PM, Arnd Bergmann wrote: On Friday 12 December 2014 13:15:43 Pankaj Dubey wrote: + +static void __iomem *exynos_chipid_base; + +struct exynos_chipid_info exynos_soc_info; +EXPORT_SYMBOL(exynos_soc_info); The soc_device already

[PATCH v2 6/6] drivers: soc: Add support for Exynos PMU driver

2015-01-06 Thread Pankaj Dubey
swar...@nvidia.com CC: Andy Gross agr...@codeaurora.org CC: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Kconfig | 1 + arch/arm/mach-exynos

[PATCH v2 0/6] samsung: pmu: split up SoC specific PMU data

2015-01-06 Thread Pankaj Dubey
in future. 6: ARM: EXYNOS: Remove i2c sys configuration related code http://www.spinics.net/lists/linux-samsung-soc/msg40671.html Amit Daniel Kachhap (1): ARM: EXYNOS: Move pmu specific headers under linux/soc/samsung Pankaj Dubey (5): ARCH: EXYNOS: split up exynos3250 SoC specific PMU data

[PATCH v2 5/6] ARCH: EXYNOS: split up exynos5420 SoC specific PMU data

2015-01-06 Thread Pankaj Dubey
This patch splits up mach-exynos/pmu.c file, and moves exynos5420, PMU configuration data and functions handing data into exynos5420 SoC specific PMU file mach-exynos/exynos5420-pmu.c. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Makefile | 2 +- arch

[PATCH v2 4/6] ARCH: EXYNOS: split up exynos5250 SoC specific PMU data

2015-01-06 Thread Pankaj Dubey
This patch splits up mach-exynos/pmu.c file, and moves exynos5250, PMU configuration data and functions handing data into exynos5250 SoC specific PMU file mach-exynos/exynos5250-pmu.c. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Makefile | 4 +- arch

[PATCH v2 2/6] ARCH: EXYNOS: split up exynos3250 SoC specific PMU data

2015-01-06 Thread Pankaj Dubey
This patch splits up mach-exynos/pmu.c file, and moves exynos3250 PMU configuration data and functions handing those data into exynos3250 SoC specific PMU file mach-exynos/exynos3250-pmu.c. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Makefile | 2

[PATCH v2 3/6] ARCH: EXYNOS: split up exynos4 SoC specific PMU data

2015-01-06 Thread Pankaj Dubey
This patch splits up mach-exynos/pmu.c file, and moves exynos4210, exynos4412 and exynos4212 PMU configuration data and functions handing data into a common exynos4 SoC specific PMU file mach-exynos/exynos4-pmu.c. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos

[PATCH v2 1/6] ARM: EXYNOS: Move pmu specific headers under linux/soc/samsung

2015-01-06 Thread Pankaj Dubey
From: Amit Daniel Kachhap amit.dan...@samsung.com Moving Exynos PMU specific header file into include/linux/soc/samsung thus updated affected files under mach-exynos to use new location of these header files. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Amit Daniel Kachhap

[RESEND PATCH v6] ARM: EXYNOS: Remove i2c sys configuration related code

2015-01-05 Thread Pankaj Dubey
As all these code has been moved into i2c driver, now we can safely remove them from machine files. CC: Russell King li...@arm.linux.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- This patch is leftover patch from patch series [1], resending it after rebasing. It can be cleanly

Re: [PATCH] ARM: samsung: add exynos-chipid binding information

2015-01-05 Thread Pankaj Dubey
Gentle Ping. On Wednesday 03 December 2014 01:14 PM, Pankaj Dubey wrote: Exynos SoC's DT files are using Chipid device nodes, but it's binding information is missing. This patch adds exynos-chipid binding information. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- .../bindings/arm

Re: [PATCH] ARM: EXYNOS: do not try to map PMU for exynos5440

2015-01-05 Thread Pankaj Dubey
Hi, On Monday 05 January 2015 03:22 PM, Sjoerd Simons wrote: On Mon, 2015-01-05 at 14:44 +0530, Pankaj Dubey wrote: Commit id: 2e94ac42898f84d76e3c21dd91bc is not taking care of mapping of exynos5440 PMU register which will result in kernel panic on exynos5440. As exynos5440 DTS does not have

[PATCH] ARM: EXYNOS: do not try to map PMU for exynos5440

2015-01-05 Thread Pankaj Dubey
. Reported-by: Ming Lei tom.leim...@gmail.com Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/exynos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index c13d083..1891b8c 100644 --- a/arch

Re: media: platform: s5p-jpeg: jpeg-hw-exynos4: Remove some unused functions

2015-01-04 Thread Pankaj Dubey
~EXYNOS4_SYS_INT_EN, base + EXYNOS4_JPEG_CNTL_REG); -} - Above function will be needed for enabling JPEG support on Exynos7 SoC. There is already inflight patch [1] which will be using it. 1: https://patchwork.kernel.org/patch/5505391/ Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line

Re: kernel panic when booting on exynos 5440

2014-12-25 Thread Pankaj Dubey
: EXYNOS: do not try to map PMU for exynos5440 Commit id: 2e94ac42898f84d76e3c21dd91bc is not taking care of mapping of exynos5440 PMU register which will result in kernel panic. As of now let's avoid mapping of exynos5440 PMU. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach

Re: kernel panic when booting on exynos 5440

2014-12-25 Thread Pankaj Dubey
On Thursday 25 December 2014 04:13 PM, Ming Lei wrote: On Thu, Dec 25, 2014 at 6:32 PM, Pankaj Dubey pankaj.du...@samsung.com wrote: +CC: Thomas Abraham Hi Ming, On Thursday 25 December 2014 02:18 PM, Ming Lei wrote: Hi Pankaj, In your commit fce9e5bb2(ARM: EXYNOS: Add support for mapping

Re: clk: samsung: exynos7: Add clocks for MSCL block

2014-12-22 Thread Pankaj Dubey
verified register settings and clock relationships are as per UM I have with me. So other than above nit, everything looks fine. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

[PATCH v5 0/2] Introducing Exynos ChipId driver

2014-12-11 Thread Pankaj Dubey
/soc.c provided infrastructure to make SoC specific information avaible to user space via sysfs entry, as suggested by Arnd. Pankaj Dubey (2): soc: samsung: add exynos chipid driver support ARM: EXYNOS: refactoring of mach-exynos to enable chipid driver arch/arm/mach-exynos/Kconfig

[PATCH v5 2/2] ARM: EXYNOS: refactoring of mach-exynos to enable chipid driver

2014-12-11 Thread Pankaj Dubey
This patch enables chipid driver for ARCH_EXYNOS and refactors machine code for using chipid driver for identification of SoC ID and SoC rev. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Kconfig | 2 + arch/arm/mach-exynos/common.h

[PATCH v5 1/2] soc: samsung: add exynos chipid driver support

2014-12-11 Thread Pankaj Dubey
: Linus Walleij linus.wall...@linaro.org Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/soc/Kconfig| 1 + drivers/soc/Makefile | 1 + drivers/soc/samsung/Kconfig| 14 +++ drivers/soc/samsung/Makefile | 1 + drivers/soc

Re: [PATCH v5 1/2] soc: samsung: add exynos chipid driver support

2014-12-11 Thread Pankaj Dubey
Hi Rob, On Thursday 11 December 2014 11:00 PM, Rob Herring wrote: On Thu, Dec 11, 2014 at 2:07 AM, Pankaj Dubey pankaj.du...@samsung.com wrote: Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to provide initialization code for all

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-10 Thread Pankaj Dubey
Hi Yadwinder, On Thursday 04 December 2014 11:56 PM, Yadwinder Singh Brar wrote: Hi Pankaj, On Wed, Dec 3, 2014 at 1:47 PM, Pankaj Dubey pankaj.du...@samsung.com mailto:pankaj.du...@samsung.com wrote: Exynos SoCs have Chipid, for identification of product IDs and SoC revisions

Re: [PATCH 02/19] clk: samsung: exynos5433: Add MUX clocks of CMU_TOP domain

2014-12-08 Thread Pankaj Dubey
Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Geunsik Lim geunsik@samsung.com --- Reviewed all registers and clock relationships w.r.t UM I have and all changes are OK. So Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj

Re: [PATCH 03/19] clk: samsung: exynos5433: Add clocks for CMU_PERIC domain

2014-12-08 Thread Pankaj Dubey
PERIC_NR_CLK 72 /* CMU_PERIS */ #define CLK_PCLK_HPM_APBIF 1 Thanks, Pankaj Dubey -- 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 04/19] clk: samsung: exynos5433: Add clocks for CMU_PERIS domain

2014-12-08 Thread Pankaj Dubey
| 33 +++- 2 files changed, 176 insertions(+), 3 deletions(-) Verified all registers and clock relationship against UM I have, and changes are OK. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH 05/19] clk: samsung: exynos5433: Add clocks for CMU_G2D domain

2014-12-08 Thread Pankaj Dubey
are OK. With small nit in commit message feel free to add: Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- 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 06/19] clk: samsung: exynos5433: Add clocks for CMU_MIF domain

2014-12-08 Thread Pankaj Dubey
(CLK_DOUT_MEM0_PLL, dout_mem0_pll, mout_mem0_pll, 1, 1, 0), +}; + Thanks, Pankaj Dubey -- 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: [PATCH 10/19] clk: samsung: exynos5433: Add missing clocks for CMU_FSYS domain

2014-12-08 Thread Pankaj Dubey
, + MUX_SEL_FSYS4, 0, 1), }; Thanks, Pankaj Dubey -- 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: [PATCH 09/19] clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domains

2014-12-08 Thread Pankaj Dubey
), + With these changes you can have: Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- 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

Re: [PATCH 08/19] clk: samsung: exynos5433: Add clocks for CMU_AUD domain

2014-12-08 Thread Pankaj Dubey
, 0, 1), + + /* MUX_SEL_AUD1 */ + MUX(CLK_MOUT_SCLK_AUD_PCM, mout_sclk_aud_pcm, mout_sclk_aud_pcm_p, + MUX_SEL_AUD1, 8, 1), + MUX(CLK_MOUT_SCLK_AUD_I2S, mout_sclk_aud_i2s, mout_sclk_aud_i2s_p, + MUX_SEL_AUD1, 0, 1), +}; + Thanks, Pankaj

Re: [PATCH 07/19] clk: samsung: exynos5433: Add clocks for CMU_DISP domain

2014-12-08 Thread Pankaj Dubey
, sclk_decon_vclk, + 1, 2, 0), + FFACTOR(CLK_SCLK_RGB_TV_VCLK, sclk_rgb_tv_vclk, sclk_decon_tv_vclk, + 1, 2, 0), +}; + Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

Re: [PATCH 03/19] clk: samsung: exynos5433: Add clocks for CMU_PERIC domain

2014-12-08 Thread Pankaj Dubey
On Tuesday 09 December 2014 06:42 AM, Chanwoo Choi wrote: Hi Pankaj, On 12/08/2014 08:31 PM, Pankaj Dubey wrote: Hi Chanwoo, On Tuesday 02 December 2014 02:19 PM, Chanwoo Choi wrote: This patch adds missing divider/gate clocks of CMU_PERIC domain which includes I2S/PCM/SPDIF/PWM/SLIMBUS

Re: [PATCH 11/19] clk: samsung: exynos5433: Add clocks for CMU_G3D domain

2014-12-08 Thread Pankaj Dubey
Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Geunsik Lim geunsik@samsung.com Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message

Re: [PATCH 12/19] clk: samsung: exynos5433: Add clocks for CMU_GSCL domain

2014-12-08 Thread Pankaj Dubey
, + aclk_gscl_333_user_p, MUX_SEL_GSCL, 4, 1), aclk_gscl_333_user mux clock has a shift of '0'. +}; + Thanks, Pankaj Dubey -- 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

[PATCH v4 0/2] Introducing Exynos ChipId driver

2014-12-03 Thread Pankaj Dubey
infrastructure to make SoC specific information avaible to user space via sysfs entry, as suggested by Arnd. Pankaj Dubey (2): soc: samsung: add exynos chipid driver support ARM: EXYNOS: refactoring of mach-exynos to enable chipid driver arch/arm/mach-exynos/Kconfig

[PATCH v4 2/2] ARM: EXYNOS: refactoring of mach-exynos to enable chipid driver

2014-12-03 Thread Pankaj Dubey
This patch enables chipid driver for ARCH_EXYNOS and refactors machine code for using chipid driver for identification of SoC ID and SoC rev. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/Kconfig |2 + arch/arm/mach-exynos/common.h

[PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Pankaj Dubey
-chipid. CC: Grant Likely grant.lik...@linaro.org CC: Rob Herring robh...@kernel.org CC: Linus Walleij linus.wall...@linaro.org Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/soc/Kconfig|1 + drivers/soc/Makefile |1 + drivers/soc

[PATCH v3 0/3] Few cleanups for samsung clock

2014-12-03 Thread Pankaj Dubey
by not removing syscore_ops.h from clk.h. Changes since v1: - Added patch commit message description to patch 1/3 and 2/3. Pankaj Dubey (3): clk: samsung: Spelling s/bwtween/between/ clk: samsung: remove unnecessary CONFIG_OF from clk.c clk: samsung: remove unnecessary inclusion of header files from

[PATCH v3 1/3] clk: samsung: Spelling s/bwtween/between/

2014-12-03 Thread Pankaj Dubey
Fix a typo in comment section of struct samsung_clk_provider. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/clk/samsung/clk.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h index 3f471e9..101a43b

[PATCH v3 2/3] clk: samsung: remove unnecessary CONFIG_OF from clk.c

2014-12-03 Thread Pankaj Dubey
Remove unnecessary CONFIG_OF from samsung/clk.c. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/clk/samsung/clk.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c index dd1f7c9..1b4cf3b 100644 --- a/drivers/clk

[PATCH v3 3/3] clk: samsung: remove unnecessary inclusion of header files from clk.h

2014-12-03 Thread Pankaj Dubey
Let's remove unnecessary include of header files from clk.h and add required one in clk.c Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- drivers/clk/samsung/clk.c |1 + drivers/clk/samsung/clk.h |4 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/clk

Re: [PATCH] soc: samsung: pmu: split up SoC specific PMU data

2014-12-03 Thread Pankaj Dubey
On Wednesday 03 December 2014 11:04 AM, jonghwa3@samsung.com wrote: On 2014년 12월 01일 01:16, Pankaj Dubey wrote: This patch splits up exynos-pmu.c file, and moves PMU configuration data and functions handing those data into SoC specific PMU files, keeping driver structure and common

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Pankaj Dubey
these information to userspace. This driver usese existing binding for exnos-chipid. Nice! Thanks for review. On Wednesday 03 December 2014 13:47:37 Pankaj Dubey wrote: + soc_dev_attr-soc_id = exynos_product_id_to_name(soc_product_id); + + soc_dev = soc_device_register(soc_dev_attr

[PATCH] ARM: samsung: add exynos-chipid binding information

2014-12-02 Thread Pankaj Dubey
Exynos SoC's DT files are using Chipid device nodes, but it's binding information is missing. This patch adds exynos-chipid binding information. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- .../bindings/arm/samsung/exynos-chipid.txt | 12 1 file changed, 12

Re: [PATCH V2] drm/exynos: Add DECON driver

2014-12-01 Thread Pankaj Dubey
= decon_probe, + .remove = decon_remove, + .driver = { + .name = exynos-decon, + .owner = THIS_MODULE, This is no more required. + .of_match_table = decon_driver_dt_match, + }, +}; -- Thanks, Pankaj

Re: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-30 Thread Pankaj Dubey
. Note: In this patch some static declarations lines are over 80 characters per line for easy redability. Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Eunseok Choi es10.c...@samsung.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Amit Daniel Kachhap

Re: [01/19] pinctrl: exynos: Add support for Exynos5433

2014-11-27 Thread Pankaj Dubey
. Exynos5433 SoC includes + * four gpio/pin-mux/pinconfig controllers. four? I can see you added 10. Thanks, Pankaj Dubey + */ +struct samsung_pin_ctrl exynos5433_pin_ctrl[] = { + { + /* pin-controller instance 0 data */ + .pin_banks = exynos5433_pin_banks0

Re: [03/19] clk: samsung: exynos5433: Add clocks using common clock framework

2014-11-27 Thread Pankaj Dubey
Hi Chanwoo, On Thursday 27 November 2014 01:05 PM, Chanwoo Choi wrote: This patch adds the support for CMU (Clock Management Units) of Exynos5433 which is 64bit SoC and has Octa-cores. This patch supports necessary clocks for kernel boot as following: - PLL/MMC/UART/MCT/I2C/SPI Cc: Sylwester

Re: [PATCH] drm/exynos: Add DECON driver

2014-11-27 Thread Pankaj Dubey
; either version 2 of the License, or (at your + * option) any later version. + */ + +/* VIDCON0 */ +#define VIDCON0(0x00) For whole of this file, '()' across register offsets are not required. Thanks, Pankaj Dubey + +#define VIDCON0_SWRESET

Re: [RESEND,2/7] ARM: Exynos: add support for sub-power domains

2014-11-26 Thread Pankaj Dubey
to make such attempt and some discussion are happening on this thread, so that we can come up with single approach for all such needs. [1]: https://patchwork.kernel.org/patch/5366171/ Thanks, Pankaj Dubey Node of a device using power domains must have a samsung,power-domain property defined

Re: [PATCH v6 1/2] i2c: s3c2410: add Sysreg phandle to i2c device nodes

2014-11-26 Thread Pankaj Dubey
On Thursday 27 November 2014 12:13 AM, Kukjin Kim wrote: On 11/24/14 17:47, Pankaj Dubey wrote: This patch adds syscon based phandle to i2c device nodes of exynos5250 and exynos5420. These phandles will be used to save restore i2c sysreg configuration register during s2r from i2c driver. CC

Re: [PATCH v2 1/2] Input: add regulator haptic driver

2014-11-25 Thread Pankaj Dubey
minor fixes please feel free to add: Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com Thanks, Pankaj Dubey -- 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

RE: [PATCH v2 0/3] Some cleanup for samsung clock

2014-11-25 Thread Pankaj Dubey
Hi Sylwester, On Thursday, October 23, 2014 10:58 PM, Sylwester Nawrocki Wrote: To: Pankaj Dubey; linux-arm-ker...@lists.infradead.org; linux-samsung- s...@vger.kernel.org; tomasz.f...@gmail.com Cc: kgene@samsung.com; mturque...@linaro.org; naus...@samsung.com Subject: Re: [PATCH v2 0/3

Re: [PATCH] ARM: EXYNOS: use u8 for val[] in struct exynos_pmu_conf

2014-11-25 Thread Pankaj Dubey
tree. Thanks, Pankaj Dubey --- arch/arm/mach-exynos/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h index b850db4..55ff019 100644 --- a/arch/arm/mach-exynos/common.h +++ b/arch/arm/mach-exynos/common.h

[PATCH v6] i2c: s3c2410: Handle i2c sys_cfg register in i2c driver

2014-11-24 Thread Pankaj Dubey
driver. CC: Wolfram Sang w...@the-dreams.de CC: linux-...@vger.kernel.org Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- This patch is created from following patch series V5(1/2). https://patchwork.kernel.org/patch/5354131/ DT and machine (mach-exynos) changes will be posted separately

[PATCH v6 2/2] ARM: EXYNOS: Remove i2c sys configuration related code

2014-11-24 Thread Pankaj Dubey
As all these code has been moved into i2c driver, now we can safely remove them from machine files. CC: Russell King li...@arm.linux.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/exynos.c | 39 ++- arch/arm/mach

[PATCH v6 1/2] i2c: s3c2410: add Sysreg phandle to i2c device nodes

2014-11-24 Thread Pankaj Dubey
...@arm.linux.org.uk CC: devicet...@vger.kernel.org CC: linux-...@vger.kernel.org Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- .../devicetree/bindings/i2c/i2c-s3c2410.txt|1 + arch/arm/boot/dts/exynos5250.dtsi |4 arch/arm/boot/dts/exynos5420.dtsi

Re: [PATCH v4 1/2] i2c: s3c2410: Handle i2c sys_cfg register in i2c driver

2014-11-24 Thread Pankaj Dubey
Thanks, Pankaj Dubey Thanks, Kukjin -- 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: [PATCH v4 1/2] i2c: s3c2410: Handle i2c sys_cfg register in i2c driver

2014-11-21 Thread Pankaj Dubey
On Friday 21 November 2014 12:55 PM, Wolfram Sang wrote: On Thu, Oct 30, 2014 at 01:34:29PM +0530, Pankaj Dubey wrote: Let's handle i2c interrupt re-configuration in i2c driver. This will help us in removing some soc specific checks from machine files and will help in removing static iomapping

[PATCH v5 0/2] Move i2c sys_cfg register configuration to i2c driver

2014-11-21 Thread Pankaj Dubey
to make SoC specific information avaible to user space via sysfs entry, as suggested by Arnd. Pankaj Dubey (2): i2c: s3c2410: Handle i2c sys_cfg register in i2c driver ARM: EXYNOS: Remove i2c sys configuration related code .../devicetree/bindings/i2c/i2c-s3c2410.txt|1 + arch/arm

[PATCH v5 1/2] i2c: s3c2410: Handle i2c sys_cfg register in i2c driver

2014-11-21 Thread Pankaj Dubey
: devicet...@vger.kernel.org CC: linux-...@vger.kernel.org CC: linux-...@vger.kernel.org Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- .../devicetree/bindings/i2c/i2c-s3c2410.txt|1 + arch/arm/boot/dts/exynos5250.dtsi |4 +++ arch/arm/boot/dts/exynos5420.dtsi

[PATCH v5 2/2] ARM: EXYNOS: Remove i2c sys configuration related code

2014-11-21 Thread Pankaj Dubey
As all these code has been moved into i2c driver, now we can safely remove them from machine files. CC: Russell King li...@arm.linux.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/exynos.c | 39 ++- arch/arm/mach

Re: [PATCH v5 1/2] clk: samsung: exynos5440: move restart code into clock driver

2014-11-21 Thread Pankaj Dubey
Hi Kukjin, On Thursday 20 November 2014 11:18 PM, Sylwester Nawrocki wrote: On 19/11/14 04:37, Pankaj Dubey wrote: +static int exynos5440_clk_restart_notify(struct notifier_block *this, + unsigned long code, void *unused) +{ + u32 val, status; + + status

Re: [RFC PATCH 1/1] drm/exynos: Move platform drivers registration to module init

2014-11-20 Thread Pankaj Dubey
merged with above git hash. Great, it should be good to know what caused: On linux-samsung tree the only patch that's missing apart from dptx-phy patches is the syscon patch from Pankaj Dubey: b784b98 mfd: syscon: Decouple syscon interface from platform devices This patch has landed in mfd

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Pankaj Dubey
= THIS_MODULE, .owner is no more required for drivers using module_platform_driver() Thanks, Pankaj Dubey + .of_match_table = regulator_haptic_dt_match, + .pm = regulator_haptic_pm_ops, + }, +}; +module_platform_driver(regulator_haptic_driver

RE: [PATCH v4] ARM: EXYNOS: add Exynos3250 PMU support

2014-11-19 Thread Pankaj Dubey
On Tuesday, November 18, 2014 11:05 PM, Bartlomiej Zolnierkiewicz Wrote: This patch prepares the PMU code for the future: - suspend/resume (S2R) support - cpuidle AFTR/W-AFTR modes support on Exynos3250. Cc: Pankaj Dubey pankaj.du...@samsung.com Cc: Vikas Sajjan vikas.saj...@samsung.com

<    1   2   3   4   5   >