From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH 2/3] pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions Date: Thu, 2 Feb 2017 19:05:58 +0200 Message-ID: <20170202170558.g6f4wwwz3gwaho5g@kozik-lap> References: <1484718141-28785-1-git-send-email-pankaj.dubey@samsung.com> <1484718141-28785-3-git-send-email-pankaj.dubey@samsung.com> <20170118141935.eu7wmki7jnjdarkw@kozik-lap> <7a0d543f-37e8-98e9-15b4-7d3f808f8516@samsung.com> <20170127144123.slmwxorx7cjxwtcr@kozik-lap> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org To: Linus Walleij Cc: Sylwester Nawrocki , Pankaj Dubey , linux-samsung-soc , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Kukjin Kim , Rob Herring , sanath@samsung.com, Javier Martinez Canillas , root List-Id: devicetree@vger.kernel.org On Wed, Feb 01, 2017 at 01:51:00PM +0100, Linus Walleij wrote: > On Fri, Jan 27, 2017 at 3:41 PM, Krzysztof Kozlowski wrote: > > On Fri, Jan 27, 2017 at 01:25:42PM +0100, Sylwester Nawrocki wrote: > >> On 01/18/2017 03:19 PM, Krzysztof Kozlowski wrote: > >> > On Wed, Jan 18, 2017 at 11:12:20AM +0530, Pankaj Dubey wrote: > >> >> Exynos7 SoC pinctrl configurations are similar to existing Exynos4/5 except > >> >> for FSYS1 pinctrl drive strengths. So adding Exynos7 specific FSYS1 blocks > >> >> pinctrl driver strength related macros which will be used in Exynos7 > >> >> DTSi files. > >> >> > >> >> Signed-off-by: Pankaj Dubey > >> >> --- > >> >> include/dt-bindings/pinctrl/samsung.h | 8 ++++++++ > >> >> 1 file changed, 8 insertions(+) > >> >> > >> > > >> > Acked-by: Krzysztof Kozlowski > >> > > >> > I will need this header, so Sylwester if it is okay with you, could you > >> > provide a tag with it (or ack it)? > >> > >> Acked-by: Sylwester Nawrocki > >> > >> I don't have pinctrl/samsung git tree, Linus applies patches directly. > > > > Oh, my mistake. > > > > Linus, > > This is similar case as "pinctrl: dt-bindings: samsung: add drive > > strength macros for Exynos5433" [1]. > > OK > Acked-by: Linus Walleij > > I expect that you take it through ARM SoC and/or send me a pull > request for it on an immutable branch, whatever is best. Yes, I'll include them in my pull request to arm-soc. Below is stable tag if you need it: The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-pinctrl-4.11 for you to fetch changes up to 860ac88abecab5d3d0e07306365f55cbc690c220: pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions (2017-02-02 18:59:49 +0200) ---------------------------------------------------------------- Defines for GPIO drive strengths on Exynos5433 and Exynos7, used in Device Tree sources. ---------------------------------------------------------------- Andi Shyti (1): pinctrl: dt-bindings: samsung: add drive strength macros for Exynos5433 Pankaj Dubey (1): pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions include/dt-bindings/pinctrl/samsung.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Thu, 2 Feb 2017 19:05:58 +0200 Subject: [PATCH 2/3] pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions In-Reply-To: References: <1484718141-28785-1-git-send-email-pankaj.dubey@samsung.com> <1484718141-28785-3-git-send-email-pankaj.dubey@samsung.com> <20170118141935.eu7wmki7jnjdarkw@kozik-lap> <7a0d543f-37e8-98e9-15b4-7d3f808f8516@samsung.com> <20170127144123.slmwxorx7cjxwtcr@kozik-lap> Message-ID: <20170202170558.g6f4wwwz3gwaho5g@kozik-lap> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 01, 2017 at 01:51:00PM +0100, Linus Walleij wrote: > On Fri, Jan 27, 2017 at 3:41 PM, Krzysztof Kozlowski wrote: > > On Fri, Jan 27, 2017 at 01:25:42PM +0100, Sylwester Nawrocki wrote: > >> On 01/18/2017 03:19 PM, Krzysztof Kozlowski wrote: > >> > On Wed, Jan 18, 2017 at 11:12:20AM +0530, Pankaj Dubey wrote: > >> >> Exynos7 SoC pinctrl configurations are similar to existing Exynos4/5 except > >> >> for FSYS1 pinctrl drive strengths. So adding Exynos7 specific FSYS1 blocks > >> >> pinctrl driver strength related macros which will be used in Exynos7 > >> >> DTSi files. > >> >> > >> >> Signed-off-by: Pankaj Dubey > >> >> --- > >> >> include/dt-bindings/pinctrl/samsung.h | 8 ++++++++ > >> >> 1 file changed, 8 insertions(+) > >> >> > >> > > >> > Acked-by: Krzysztof Kozlowski > >> > > >> > I will need this header, so Sylwester if it is okay with you, could you > >> > provide a tag with it (or ack it)? > >> > >> Acked-by: Sylwester Nawrocki > >> > >> I don't have pinctrl/samsung git tree, Linus applies patches directly. > > > > Oh, my mistake. > > > > Linus, > > This is similar case as "pinctrl: dt-bindings: samsung: add drive > > strength macros for Exynos5433" [1]. > > OK > Acked-by: Linus Walleij > > I expect that you take it through ARM SoC and/or send me a pull > request for it on an immutable branch, whatever is best. Yes, I'll include them in my pull request to arm-soc. Below is stable tag if you need it: The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-pinctrl-4.11 for you to fetch changes up to 860ac88abecab5d3d0e07306365f55cbc690c220: pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions (2017-02-02 18:59:49 +0200) ---------------------------------------------------------------- Defines for GPIO drive strengths on Exynos5433 and Exynos7, used in Device Tree sources. ---------------------------------------------------------------- Andi Shyti (1): pinctrl: dt-bindings: samsung: add drive strength macros for Exynos5433 Pankaj Dubey (1): pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions include/dt-bindings/pinctrl/samsung.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)