All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: Re: [PATCH] gpio: remove VR41XX related gpio driver
Date: Fri, 15 Jul 2022 16:06:22 +0200	[thread overview]
Message-ID: <YtF0Xt0Ja9biwwnt@kroah.com> (raw)
In-Reply-To: <20220715135945.135351-1-tbogendoerfer@suse.de>

On Fri, Jul 15, 2022 at 03:59:44PM +0200, Thomas Bogendoerfer wrote:
> From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> 
> Commit d3164e2f3b0a ("MIPS: Remove VR41xx support") removed support
> for MIPS VR41xx platform, so remove exclusive drivers for this
> platform, too.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
> ---
>  drivers/char/Kconfig       |   5 -
>  drivers/char/Makefile      |   1 -
>  drivers/char/tb0219.c      | 358 ------------------------
>  drivers/gpio/Kconfig       |   6 -
>  drivers/gpio/Makefile      |   1 -
>  drivers/gpio/gpio-vr41xx.c | 541 -------------------------------------
>  6 files changed, 912 deletions(-)
>  delete mode 100644 drivers/char/tb0219.c
>  delete mode 100644 drivers/gpio/gpio-vr41xx.c

This should be 2 patches, one for the char driver and one for the gpio
driver.

thanks,

greg k-h

  reply	other threads:[~2022-07-15 14:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 13:59 [PATCH] gpio: remove VR41XX related gpio driver Thomas Bogendoerfer
2022-07-15 14:06 ` Greg Kroah-Hartman [this message]
2022-07-15 14:31   ` Thomas Bogendoerfer

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=YtF0Xt0Ja9biwwnt@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=arnd@arndb.de \
    --cc=brgl@bgdev.pl \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tbogendoerfer@suse.de \
    --cc=tsbogend@alpha.franken.de \
    /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.