From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine =?iso-8859-1?Q?T=E9nart?= Subject: Re: [PATCH RESEND 1/5] pinctrl: allows not to define the get_group_pins operation Date: Tue, 22 Apr 2014 17:58:45 +0200 Message-ID: <20140422155845.GB19762@kwain> References: <1397135274-10764-1-git-send-email-antoine.tenart@free-electrons.com> <1397135274-10764-2-git-send-email-antoine.tenart@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Walleij Cc: Sebastian Hesselbarth , Alexandre Belloni , zmxu-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org, Jisheng Zhang , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: devicetree@vger.kernel.org Linus, On Tue, Apr 22, 2014 at 02:48:04PM +0200, Linus Walleij wrote: > On Thu, Apr 10, 2014 at 3:07 PM, Antoine T=E9nart > wrote: >=20 > > When using a group only pinctrl driver, which does not have any > > information on the pins it is useless to define a get_group_pins > > always returning an empty list of pins. > > > > When not using get_group_pin[1], a driver must implement it so > > pins =3D NULL and num_pins =3D 0. This patch makes it the default > > behaviour if not defined in the pinctrl driver when used in > > pinmux enable and disable funtions and in pinctrl_groups_show. > > > > It also adds a check in pinctrl_get_group_pins and return -EINVAL i= f > > not defined. This function is called in the gpiolib when adding whe= n > > pingroup range. It cannot be used if no group is defined, so this s= eams > > reasonable. > > > > [1] get_group_pin(struct pinctrl_dev *pctldev, > > unsigned selector, > > const unsigned **pins, > > unsigned *num_pins); > > > > Signed-off-by: Antoine T=E9nart >=20 > OK makes perfect sense. >=20 > Patch applied. Thanks! > Can you please check the Documentation/pinctrl.txt to see > if anything needs to be updated due to this? I just checked and did not see needed updates due to this patch. Antoine --=20 Antoine T=E9nart, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- 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