From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Sun, 25 Jan 2015 15:55:54 +0000 Subject: Re: [PATCH v2 2/4] sh-pfc: Add emev2 pinmux support Message-Id: <3985874.o1XzLz2DsM@avalon> List-Id: References: <1421583604-27256-1-git-send-email-niso@kth.se> <1564701.sT8vso17XV@avalon> <20150125134823.GA26657@bigcity.berto.se> In-Reply-To: <20150125134823.GA26657-ofJ5d6taAgLV0csKaCxRng@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Niklas =?ISO-8859-1?Q?S=F6derlund?= Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Hi Niklas, On Sunday 25 January 2015 14:48:23 Niklas S=F6derlund wrote: > Hi Laurent, >=20 > Thanks for your comments. >=20 > As note in your comments I have not grouped pins in groups where I have > been uncertain if they can be used independently or not. I have read > your input and made a v3 of the patch which address better grouping. >=20 > I am a bit uncertain on how to best submit the updated patch. I will > send just v3 of 2/4 to this thread. If you wish for me to send the > complete series fresh let me. I'll review 2/4 v3, but the usual practice is to resend the whole series,=20 especially when it's small. > If I am to send the complete series once more do I add the 'Acked-by' to = 1/4 > and 3/4 or not? Yes, please collect the Acked-by lines in your tree and include them when y= ou=20 resend patches or send a pull request. --=20 Regards, Laurent Pinchart From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753087AbbAYPzW (ORCPT ); Sun, 25 Jan 2015 10:55:22 -0500 Received: from galahad.ideasonboard.com ([185.26.127.97]:35019 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631AbbAYPzV convert rfc822-to-8bit (ORCPT ); Sun, 25 Jan 2015 10:55:21 -0500 From: Laurent Pinchart To: Niklas =?ISO-8859-1?Q?S=F6derlund?= Cc: linux-kernel@vger.kernel.org, linus.walleij@linaro.org, devicetree@vger.kernel.org, linux-sh@vger.kernel.org, magnus.damm@gmail.com Subject: Re: [PATCH v2 2/4] sh-pfc: Add emev2 pinmux support Date: Sun, 25 Jan 2015 17:55:54 +0200 Message-ID: <3985874.o1XzLz2DsM@avalon> User-Agent: KMail/4.14.3 (Linux/3.17.7-gentoo; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20150125134823.GA26657@bigcity.berto.se> References: <1421583604-27256-1-git-send-email-niso@kth.se> <1564701.sT8vso17XV@avalon> <20150125134823.GA26657@bigcity.berto.se> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Niklas, On Sunday 25 January 2015 14:48:23 Niklas Söderlund wrote: > Hi Laurent, > > Thanks for your comments. > > As note in your comments I have not grouped pins in groups where I have > been uncertain if they can be used independently or not. I have read > your input and made a v3 of the patch which address better grouping. > > I am a bit uncertain on how to best submit the updated patch. I will > send just v3 of 2/4 to this thread. If you wish for me to send the > complete series fresh let me. I'll review 2/4 v3, but the usual practice is to resend the whole series, especially when it's small. > If I am to send the complete series once more do I add the 'Acked-by' to 1/4 > and 3/4 or not? Yes, please collect the Acked-by lines in your tree and include them when you resend patches or send a pull request. -- Regards, Laurent Pinchart From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH v2 2/4] sh-pfc: Add emev2 pinmux support Date: Sun, 25 Jan 2015 17:55:54 +0200 Message-ID: <3985874.o1XzLz2DsM@avalon> References: <1421583604-27256-1-git-send-email-niso@kth.se> <1564701.sT8vso17XV@avalon> <20150125134823.GA26657@bigcity.berto.se> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20150125134823.GA26657-ofJ5d6taAgLV0csKaCxRng@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Niklas =?ISO-8859-1?Q?S=F6derlund?= Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Niklas, On Sunday 25 January 2015 14:48:23 Niklas S=F6derlund wrote: > Hi Laurent, >=20 > Thanks for your comments. >=20 > As note in your comments I have not grouped pins in groups where I ha= ve > been uncertain if they can be used independently or not. I have read > your input and made a v3 of the patch which address better grouping. >=20 > I am a bit uncertain on how to best submit the updated patch. I will > send just v3 of 2/4 to this thread. If you wish for me to send the > complete series fresh let me. I'll review 2/4 v3, but the usual practice is to resend the whole serie= s,=20 especially when it's small. > If I am to send the complete series once more do I add the 'Acked-by'= to 1/4 > and 3/4 or not? Yes, please collect the Acked-by lines in your tree and include them wh= en you=20 resend patches or send a pull request. --=20 Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html