From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751920AbcBEBg2 (ORCPT ); Thu, 4 Feb 2016 20:36:28 -0500 Received: from mailout2.w1.samsung.com ([210.118.77.12]:19933 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751761AbcBEBg0 (ORCPT ); Thu, 4 Feb 2016 20:36:26 -0500 X-AuditID: cbfec7f5-f79b16d000005389-2b-56b3fc986e2a Subject: Re: [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs To: Alim Akhtar , Catalin Marinas References: <1446787654-18306-1-git-send-email-alim.akhtar@samsung.com> <20151106163743.GA7637@e104818-lin.cambridge.arm.com> <56B2CD46.6070607@samsung.com> Cc: olof@lixom.net, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, linux-kernel@vger.kernel.org From: Krzysztof Kozlowski X-Enigmail-Draft-Status: N1110 Message-id: <56B3FC94.9090205@samsung.com> Date: Fri, 05 Feb 2016 10:36:20 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-version: 1.0 In-reply-to: <56B2CD46.6070607@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrJLMWRmVeSWpSXmKPExsVy+t/xy7oz/mwOM+htZrN4MG8bm8XfScfY Ld4v62G0eP3C0GLT42usFpd3zWGzOHX9M5sDu8eaeWsYPX7/msTosXlJvceVE02sHn1bVjF6 fN4kF8AWxWWTkpqTWZZapG+XwJVx9uhe1oId3BV/l+g1MC7n7GLk5JAQMJE41XSPHcIWk7hw bz1bFyMXh5DAUkaJrT/b2CGcp4wSjZ1rmECqhAUCJO43T2UFsUUEwiTaejezQBQ9Z5ToWfQD LMEskC5x8HwDI4jNJmAssXn5EjaIFXISvd2TWEBsXgEtiYvXNoDVswioSlw4cwasXlQgQuJw Zxc7RI2gxI/J98DqOQW0JS60HgOq5wCarydx/6IWxCp5ic1r3jJPYBSchaRjFkLVLCRVCxiZ VzGKppYmFxQnpeca6RUn5haX5qXrJefnbmKERMDXHYxLj1kdYhTgYFTi4c1YvTlMiDWxrLgy 9xCjBAezkgjvlrtAId6UxMqq1KL8+KLSnNTiQ4zSHCxK4rwzd70PERJITyxJzU5NLUgtgsky cXBKNTAqSzTy6z/7IxPQd3PHBDG54BXXZrDkqsxg3+j90nrNundlz7fcVsl79H1Cxar6pJa3 7sUndnuzeq8LfizUvrupWKTLabvixKNrSvT1HV6taPN9H2119vijwp97AnVi31i+zG+ZsurT XoddJ8selb9rDHP7F9U3+67alUbOgwpy/36lbHcVD/FVYinOSDTUYi4qTgQA+IwArnwCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04.02.2016 13:02, Alim Akhtar wrote: > On 11/06/2015 10:07 PM, Catalin Marinas wrote: >> On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote: >>> 2015-11-06 14:27 GMT+09:00 Alim Akhtar : >>>> Exynos7 based espresso board uses S2MPS15, a multifunction device. >>>> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers >>>> utilized by >>>> the same. >>>> >>>> Signed-off-by: Alim Akhtar >>>> --- >>>> Changes since v1: >>>> * updated the comment message to describe which platfrom uses it. >>>> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block. >>>> >>>> arch/arm64/configs/defconfig | 4 ++++ >>>> 1 file changed, 4 insertions(+) >>> >>> Reviewed-by: Krzysztof Kozlowski >>> >>> Catalin, >>> >>> Are you usually taking such arm64 defconfig changes or should they go >>> through arm-soc? >> >> Usually arm-soc but I don't mind either way. >> > Looks like this patch is not merged...because of this 4.5-rc1 on > exynos7-esspreso does not boot to user space. > Do I need to resend this patch? Yes, please resend. I reviewed it on the list archives (from different email) but for applying I need to get the patch delivered to my mail box. Unfortunately you didn't put Samsung SoC guys on recipients list and at the same time patchwork does not work in company network. Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Fri, 05 Feb 2016 10:36:20 +0900 Subject: [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs In-Reply-To: <56B2CD46.6070607@samsung.com> References: <1446787654-18306-1-git-send-email-alim.akhtar@samsung.com> <20151106163743.GA7637@e104818-lin.cambridge.arm.com> <56B2CD46.6070607@samsung.com> Message-ID: <56B3FC94.9090205@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04.02.2016 13:02, Alim Akhtar wrote: > On 11/06/2015 10:07 PM, Catalin Marinas wrote: >> On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote: >>> 2015-11-06 14:27 GMT+09:00 Alim Akhtar : >>>> Exynos7 based espresso board uses S2MPS15, a multifunction device. >>>> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers >>>> utilized by >>>> the same. >>>> >>>> Signed-off-by: Alim Akhtar >>>> --- >>>> Changes since v1: >>>> * updated the comment message to describe which platfrom uses it. >>>> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block. >>>> >>>> arch/arm64/configs/defconfig | 4 ++++ >>>> 1 file changed, 4 insertions(+) >>> >>> Reviewed-by: Krzysztof Kozlowski >>> >>> Catalin, >>> >>> Are you usually taking such arm64 defconfig changes or should they go >>> through arm-soc? >> >> Usually arm-soc but I don't mind either way. >> > Looks like this patch is not merged...because of this 4.5-rc1 on > exynos7-esspreso does not boot to user space. > Do I need to resend this patch? Yes, please resend. I reviewed it on the list archives (from different email) but for applying I need to get the patch delivered to my mail box. Unfortunately you didn't put Samsung SoC guys on recipients list and at the same time patchwork does not work in company network. Best regards, Krzysztof