From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH V5 1/1] dt-bindings: pinctrl: extend the pinmux property to support integers array Date: Thu, 29 Jun 2017 14:35:49 +0200 Message-ID: References: <1498046395-30001-2-git-send-email-aisheng.dong@nxp.com> <1498142940-7982-1-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1498142940-7982-1-git-send-email-aisheng.dong-3arQi8VN3Tc@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dong Aisheng Cc: "linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Shawn Guo , Stefan Agner , Bai Ping , Andy Duan , Sascha Hauer , Jacopo Mondi , Rob Herring , Mark Rutland , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-gpio@vger.kernel.org On Thu, Jun 22, 2017 at 4:49 PM, Dong Aisheng wrote: > Some platforms may need more than one integer to represent a complete > pinmux binding, so let's extend the pinmux property to allow to accept > integer array instead of only a single integer. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: Linus Walleij > Cc: Shawn Guo > Signed-off-by: Jacopo Mondi > Signed-off-by: Dong Aisheng > > --- > ChangeLog: > v4->v5: > * doc improvement Patch applied with Rob's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Thu, 29 Jun 2017 14:35:49 +0200 Subject: [PATCH V5 1/1] dt-bindings: pinctrl: extend the pinmux property to support integers array In-Reply-To: <1498142940-7982-1-git-send-email-aisheng.dong@nxp.com> References: <1498046395-30001-2-git-send-email-aisheng.dong@nxp.com> <1498142940-7982-1-git-send-email-aisheng.dong@nxp.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 22, 2017 at 4:49 PM, Dong Aisheng wrote: > Some platforms may need more than one integer to represent a complete > pinmux binding, so let's extend the pinmux property to allow to accept > integer array instead of only a single integer. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: devicetree at vger.kernel.org > Cc: Linus Walleij > Cc: Shawn Guo > Signed-off-by: Jacopo Mondi > Signed-off-by: Dong Aisheng > > --- > ChangeLog: > v4->v5: > * doc improvement Patch applied with Rob's ACK. Yours, Linus Walleij