From: Tien Hock Loh <thloh@altera.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-gpio@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] gpio: altera: kill bogus dependency on GPIO_GENERIC
Date: Thu, 25 Jun 2015 20:15:01 -0700 [thread overview]
Message-ID: <1435288501.22927.1.camel@ubuntu> (raw)
In-Reply-To: <CAK7LNAS=TeGSM9QD=kRhUDgDf85O0+GWjQ9YBvBa+oZ+6o6JpA@mail.gmail.com>
Acked-by: Tien Hock Loh <thloh@altera.com>
On Sun, 2015-06-21 at 08:48 +0900, Masahiro Yamada wrote:
> Adding Tien.
>
>
> 2015-06-19 20:31 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> > The driver gpio-altera.c does not depend on gpio-generic.c at all.
> > Drop unneeded "select GPIO_GENERIC".
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> >
> > drivers/gpio/Kconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> > index caefe80..25c232e 100644
> > --- a/drivers/gpio/Kconfig
> > +++ b/drivers/gpio/Kconfig
> > @@ -113,7 +113,6 @@ config GPIO_74XX_MMIO
> > config GPIO_ALTERA
> > tristate "Altera GPIO"
> > depends on OF_GPIO
> > - select GPIO_GENERIC
> > select GPIOLIB_IRQCHIP
> > help
> > Say Y or M here to build support for the Altera PIO device.
> > --
> > 1.9.1
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > Please read the FAQ at http://www.tux.org/lkml/
>
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Tien Hock Loh <thloh@altera.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: <linux-gpio@vger.kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] gpio: altera: kill bogus dependency on GPIO_GENERIC
Date: Thu, 25 Jun 2015 20:15:01 -0700 [thread overview]
Message-ID: <1435288501.22927.1.camel@ubuntu> (raw)
In-Reply-To: <CAK7LNAS=TeGSM9QD=kRhUDgDf85O0+GWjQ9YBvBa+oZ+6o6JpA@mail.gmail.com>
Acked-by: Tien Hock Loh <thloh@altera.com>
On Sun, 2015-06-21 at 08:48 +0900, Masahiro Yamada wrote:
> Adding Tien.
>
>
> 2015-06-19 20:31 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> > The driver gpio-altera.c does not depend on gpio-generic.c at all.
> > Drop unneeded "select GPIO_GENERIC".
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> >
> > drivers/gpio/Kconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> > index caefe80..25c232e 100644
> > --- a/drivers/gpio/Kconfig
> > +++ b/drivers/gpio/Kconfig
> > @@ -113,7 +113,6 @@ config GPIO_74XX_MMIO
> > config GPIO_ALTERA
> > tristate "Altera GPIO"
> > depends on OF_GPIO
> > - select GPIO_GENERIC
> > select GPIOLIB_IRQCHIP
> > help
> > Say Y or M here to build support for the Altera PIO device.
> > --
> > 1.9.1
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > Please read the FAQ at http://www.tux.org/lkml/
>
>
>
next prev parent reply other threads:[~2015-06-26 3:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-19 11:31 [PATCH 1/2] gpio: altera: kill bogus dependency on GPIO_GENERIC Masahiro Yamada
2015-06-19 11:31 ` Masahiro Yamada
2015-06-19 11:31 ` [PATCH 2/2] gpio: mvebu: " Masahiro Yamada
2015-06-19 11:31 ` Masahiro Yamada
2015-06-20 23:54 ` Masahiro Yamada
2015-06-20 23:54 ` Masahiro Yamada
2015-06-29 12:25 ` Gregory CLEMENT
2015-07-15 9:47 ` Linus Walleij
2015-06-20 23:48 ` [PATCH 1/2] gpio: altera: " Masahiro Yamada
2015-06-20 23:48 ` Masahiro Yamada
2015-06-26 3:15 ` Tien Hock Loh [this message]
2015-06-26 3:15 ` Tien Hock Loh
2015-07-15 8:26 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435288501.22927.1.camel@ubuntu \
--to=thloh@altera.com \
--cc=gnurou@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.