Re: [PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control

2017-02-02 Thread Krzysztof Kozlowski
On Mon, Jan 30, 2017 at 09:43:29PM +0200, Krzysztof Kozlowski wrote:
> On Mon, Jan 30, 2017 at 01:38:22PM +0100, Marek Szyprowski wrote:
> > Add PMU defines related to pad retention control. Will be later used
> > by the Exynos pin controller driver.
> > 
> > Signed-off-by: Marek Szyprowski 
> > ---
> >  include/linux/soc/samsung/exynos-regs-pmu.h | 16 
> >  1 file changed, 16 insertions(+)
> > 
> 
> Thanks Marek.
>

I applied this one (with fix of typo) and I will provide a stable tag
with the header.

Best regards,
Krzysztof



Re: [PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control

2017-02-02 Thread Krzysztof Kozlowski
On Mon, Jan 30, 2017 at 09:43:29PM +0200, Krzysztof Kozlowski wrote:
> On Mon, Jan 30, 2017 at 01:38:22PM +0100, Marek Szyprowski wrote:
> > Add PMU defines related to pad retention control. Will be later used
> > by the Exynos pin controller driver.
> > 
> > Signed-off-by: Marek Szyprowski 
> > ---
> >  include/linux/soc/samsung/exynos-regs-pmu.h | 16 
> >  1 file changed, 16 insertions(+)
> > 
> 
> Thanks Marek.
>

I applied this one (with fix of typo) and I will provide a stable tag
with the header.

Best regards,
Krzysztof



Re: [PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control

2017-01-30 Thread Krzysztof Kozlowski
On Mon, Jan 30, 2017 at 01:38:22PM +0100, Marek Szyprowski wrote:
> Add PMU defines related to pad retention control. Will be later used
> by the Exynos pin controller driver.
> 
> Signed-off-by: Marek Szyprowski 
> ---
>  include/linux/soc/samsung/exynos-regs-pmu.h | 16 
>  1 file changed, 16 insertions(+)
> 

Thanks Marek.

Initially I thought that this should go through samsung-soc to limit
conflicts but I sent already my pull requests and I am not sure if I
will be getting more patches for next cycle. We'll see.

However, the point is, I do not want to block this patchset, so if
someone would like to take it before me, feel free:
Acked-by: Krzysztof Kozlowski 

Best regards,
Krzysztof



Re: [PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control

2017-01-30 Thread Krzysztof Kozlowski
On Mon, Jan 30, 2017 at 01:38:22PM +0100, Marek Szyprowski wrote:
> Add PMU defines related to pad retention control. Will be later used
> by the Exynos pin controller driver.
> 
> Signed-off-by: Marek Szyprowski 
> ---
>  include/linux/soc/samsung/exynos-regs-pmu.h | 16 
>  1 file changed, 16 insertions(+)
> 

Thanks Marek.

Initially I thought that this should go through samsung-soc to limit
conflicts but I sent already my pull requests and I am not sure if I
will be getting more patches for next cycle. We'll see.

However, the point is, I do not want to block this patchset, so if
someone would like to take it before me, feel free:
Acked-by: Krzysztof Kozlowski 

Best regards,
Krzysztof



[PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control

2017-01-30 Thread Marek Szyprowski
Add PMU defines related to pad retention control. Will be later used
by the Exynos pin controller driver.

Signed-off-by: Marek Szyprowski 
---
 include/linux/soc/samsung/exynos-regs-pmu.h | 16 
 1 file changed, 16 insertions(+)

diff --git a/include/linux/soc/samsung/exynos-regs-pmu.h 
b/include/linux/soc/samsung/exynos-regs-pmu.h
index 9786c62d7159..49df0a01a2cc 100644
--- a/include/linux/soc/samsung/exynos-regs-pmu.h
+++ b/include/linux/soc/samsung/exynos-regs-pmu.h
@@ -631,4 +631,20 @@
 | EXYNOS5420_KFC_USE_STANDBY_WFI2  \
 | EXYNOS5420_KFC_USE_STANDBY_WFI3)
 
+/* For EXYNOS5433 */
+#define EXYNOS5433_PAD_RETENTION_AUD_OPTION(0x3028)
+#define EXYNOS5433_PAD_RETENTION_MMC2_OPTION   (0x30C8)
+#define EXYNOS5433_PAD_RETENTION_TOP_OPTION(0x3108)
+#define EXYNOS5433_PAD_RETENTION_UART_OPTION   (0x3128)
+#define EXYNOS5433_PAD_RETENTION_MMC0_OPTION   (0x3148)
+#define EXYNOS5433_PAD_RETENTION_MMC1_OPTION   (0x3168)
+#define EXYNOS5433_PAD_RETENTION_EBIA_OPTION   (0x3188)
+#define EXYNOS5433_PAD_RETENTION_EBIB_OPTION   (0x31A8)
+#define EXYNOS5433_PAD_RETENTION_SPI_OPTION(0x31C8)
+#define EXYNOS5433_PAD_RETENTION_MIF_OPTION(0x31E8)
+#define EXYNOS5433_PAD_RETENTION_USBXTI_OPTION (0x3228)
+#define EXYNOS5433_PAD_RETENTION_BOOTLDO_OPTION(0x3248)
+#define EXYNOS5433_PAD_RETENTION_UFS_OPTION(0x3268)
+#define EXYNOS5433_PAD_RETENTION_FSYSGENIO_OPTION  (0x32A8)
+
 #endif /* __LINUX_SOC_EXYNOS_REGS_PMU_H */
-- 
1.9.1



[PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control

2017-01-30 Thread Marek Szyprowski
Add PMU defines related to pad retention control. Will be later used
by the Exynos pin controller driver.

Signed-off-by: Marek Szyprowski 
---
 include/linux/soc/samsung/exynos-regs-pmu.h | 16 
 1 file changed, 16 insertions(+)

diff --git a/include/linux/soc/samsung/exynos-regs-pmu.h 
b/include/linux/soc/samsung/exynos-regs-pmu.h
index 9786c62d7159..49df0a01a2cc 100644
--- a/include/linux/soc/samsung/exynos-regs-pmu.h
+++ b/include/linux/soc/samsung/exynos-regs-pmu.h
@@ -631,4 +631,20 @@
 | EXYNOS5420_KFC_USE_STANDBY_WFI2  \
 | EXYNOS5420_KFC_USE_STANDBY_WFI3)
 
+/* For EXYNOS5433 */
+#define EXYNOS5433_PAD_RETENTION_AUD_OPTION(0x3028)
+#define EXYNOS5433_PAD_RETENTION_MMC2_OPTION   (0x30C8)
+#define EXYNOS5433_PAD_RETENTION_TOP_OPTION(0x3108)
+#define EXYNOS5433_PAD_RETENTION_UART_OPTION   (0x3128)
+#define EXYNOS5433_PAD_RETENTION_MMC0_OPTION   (0x3148)
+#define EXYNOS5433_PAD_RETENTION_MMC1_OPTION   (0x3168)
+#define EXYNOS5433_PAD_RETENTION_EBIA_OPTION   (0x3188)
+#define EXYNOS5433_PAD_RETENTION_EBIB_OPTION   (0x31A8)
+#define EXYNOS5433_PAD_RETENTION_SPI_OPTION(0x31C8)
+#define EXYNOS5433_PAD_RETENTION_MIF_OPTION(0x31E8)
+#define EXYNOS5433_PAD_RETENTION_USBXTI_OPTION (0x3228)
+#define EXYNOS5433_PAD_RETENTION_BOOTLDO_OPTION(0x3248)
+#define EXYNOS5433_PAD_RETENTION_UFS_OPTION(0x3268)
+#define EXYNOS5433_PAD_RETENTION_FSYSGENIO_OPTION  (0x32A8)
+
 #endif /* __LINUX_SOC_EXYNOS_REGS_PMU_H */
-- 
1.9.1