Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328726

Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver

From Alexandre Courbot <gnurou@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver
Date 2016-02-08 04:00 +0100
Message-ID <qZKds-77A-9@gated-at.bofh.it> (permalink)
References <qW0JP-8ef-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Jan 29, 2016 at 4:44 AM, Alban Bedel <albeu@free.fr> wrote:
> Drop most of the code in favor of the generic MMIO GPIO driver.
> As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig
> entry to make the driver optional.
>
> We leave the base pointer and lock in the data struct because they are
> needed for the IRQ support.
>
> Signed-off-by: Alban Bedel <albeu@free.fr>
> ---
>  drivers/gpio/Kconfig      |   9 ++++
>  drivers/gpio/Makefile     |   2 +-
>  drivers/gpio/gpio-ath79.c | 126 ++++++----------------------------------------
>  3 files changed, 24 insertions(+), 113 deletions(-)

Nice, much less code!

Acked-by: Alexandre Courbot <acourbot@nvidia.com>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/5] gpio: ath79: Move to the generic GPIO driver Alban Bedel <albeu@free.fr> - 2016-01-28 20:50 +0100
  [PATCH 5/5] gpio: ath79: Update the copyright notice Alban Bedel <albeu@free.fr> - 2016-01-28 20:50 +0100
  [PATCH 3/5] gpio: ath79: Make the driver removable Alban Bedel <albeu@free.fr> - 2016-01-28 20:50 +0100
    Re: [PATCH 3/5] gpio: ath79: Make the driver removable Alexandre Courbot <gnurou@gmail.com> - 2016-02-08 04:10 +0100
  Re: [PATCH 1/5] gpio: ath79: Move to the generic GPIO driver Alexandre Courbot <gnurou@gmail.com> - 2016-02-08 04:00 +0100

csiph-web