Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1490664
| From | Vesa Jääskeläinen <dachaac@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] gpio: Added zynq specific check for special pins on bank zero |
| Date | 2016-09-24 17:20 +0200 |
| Message-ID | <skWUa-2Ch-11@gated-at.bofh.it> (permalink) |
| References | <skyIa-4aO-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 23/09/2016 14.26, Nava kishore Manne wrote: > From: Nava kishore Manne <nava.manne@xilinx.com> > > This patch adds zynq specific check for bank 0 pins 7 and 8 > are special and cannot be used as inputs > > Signed-off-by: Nava kishore Manne <navam@xilinx.com> > Reported-by: Jonas Karlsson <Jonas.d.karlsson@gmail.com> > Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> > Acked-by: Michal Simek <michal.simek@xilinx.com> > --- > Changes for v3: > -Fixed some minor comments. > Changes for v2: > -Removed un-used quirks for zynqmp. > > drivers/gpio/gpio-zynq.c | 15 +++++++++++++-- > 1 file changed, 13 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpio/gpio-zynq.c b/drivers/gpio/gpio-zynq.c > index e72794e..6b4d10d 100644 > --- a/drivers/gpio/gpio-zynq.c > +++ b/drivers/gpio/gpio-zynq.c > @@ -96,6 +96,9 @@ > /* GPIO upper 16 bit mask */ > #define ZYNQ_GPIO_UPPER_MASK 0xFFFF0000 > > +/* For GPIO quirks */ > +#define ZYNQ_GPIO_QUIRK_FOO BIT(0) Should this be a bit more descriptive than FOO?
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v3] gpio: Added zynq specific check for special pins on bank zero Vesa Jääskeläinen <dachaac@gmail.com> - 2016-09-24 17:20 +0200
csiph-web