From: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
To: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org,
uclinux-dist-devel-ZG0+EudsQA8dtHy/vicBwGD2FQJk+8+b@public.gmane.org
Subject: Re: Removing deprecated drivers from drivers/i2c/chips
Date: Thu, 10 Sep 2009 12:49:37 +0200 [thread overview]
Message-ID: <20090910124937.7b3df062@hyperion.delvare> (raw)
In-Reply-To: <1252531371-14866-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Hi Wolfram,
On Wed, 9 Sep 2009 23:22:47 +0200, Wolfram Sang wrote:
> continuing the quest to clean up and ultimately remove the drivers/i2c/chips
> directory, this patch series removes three drivers for GPIO-expanders which are
> obsoleted and marked as deprecated for more than a year. The newer (and better)
> drivers can be found in drivers/gpio.
>
> As it is ensured that the newer drivers cover the same i2c_device_ids, all
> platform_devices will still match. Some defconfig updates may be necessary
> though, but according to [1] this is left to the arch|platform-maintainers
> (also as most defconfigs are quite outdated). For that reason, I put the
> relevant arch-mailing-lists to Cc. Comments are welcome.
Looks very good, I'll apply the 3 patches removing the legacy drivers.
Not sure about the patch to drivers/gpio/pcf857x.c, as there is no gpio
tree and no maintainer either AFAIK, I guess I shall pick it too?
Thanks,
--
Jean Delvare
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Wolfram Sang <w.sang@pengutronix.de>
Cc: linux-i2c@vger.kernel.org, linuxppc-dev@ozlabs.org,
linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org,
uclinux-dist-devel@blackfin.uclinux.org
Subject: Re: Removing deprecated drivers from drivers/i2c/chips
Date: Thu, 10 Sep 2009 12:49:37 +0200 [thread overview]
Message-ID: <20090910124937.7b3df062@hyperion.delvare> (raw)
In-Reply-To: <1252531371-14866-1-git-send-email-w.sang@pengutronix.de>
Hi Wolfram,
On Wed, 9 Sep 2009 23:22:47 +0200, Wolfram Sang wrote:
> continuing the quest to clean up and ultimately remove the drivers/i2c/chips
> directory, this patch series removes three drivers for GPIO-expanders which are
> obsoleted and marked as deprecated for more than a year. The newer (and better)
> drivers can be found in drivers/gpio.
>
> As it is ensured that the newer drivers cover the same i2c_device_ids, all
> platform_devices will still match. Some defconfig updates may be necessary
> though, but according to [1] this is left to the arch|platform-maintainers
> (also as most defconfigs are quite outdated). For that reason, I put the
> relevant arch-mailing-lists to Cc. Comments are welcome.
Looks very good, I'll apply the 3 patches removing the legacy drivers.
Not sure about the patch to drivers/gpio/pcf857x.c, as there is no gpio
tree and no maintainer either AFAIK, I guess I shall pick it too?
Thanks,
--
Jean Delvare
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <khali@linux-fr.org>
To: Wolfram Sang <w.sang@pengutronix.de>
Cc: linuxppc-dev@ozlabs.org, uclinux-dist-devel@blackfin.uclinux.org,
linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mips@linux-mips.org
Subject: Re: Removing deprecated drivers from drivers/i2c/chips
Date: Thu, 10 Sep 2009 12:49:37 +0200 [thread overview]
Message-ID: <20090910124937.7b3df062@hyperion.delvare> (raw)
In-Reply-To: <1252531371-14866-1-git-send-email-w.sang@pengutronix.de>
Hi Wolfram,
On Wed, 9 Sep 2009 23:22:47 +0200, Wolfram Sang wrote:
> continuing the quest to clean up and ultimately remove the drivers/i2c/chips
> directory, this patch series removes three drivers for GPIO-expanders which are
> obsoleted and marked as deprecated for more than a year. The newer (and better)
> drivers can be found in drivers/gpio.
>
> As it is ensured that the newer drivers cover the same i2c_device_ids, all
> platform_devices will still match. Some defconfig updates may be necessary
> though, but according to [1] this is left to the arch|platform-maintainers
> (also as most defconfigs are quite outdated). For that reason, I put the
> relevant arch-mailing-lists to Cc. Comments are welcome.
Looks very good, I'll apply the 3 patches removing the legacy drivers.
Not sure about the patch to drivers/gpio/pcf857x.c, as there is no gpio
tree and no maintainer either AFAIK, I guess I shall pick it too?
Thanks,
--
Jean Delvare
WARNING: multiple messages have this Message-ID (diff)
From: khali@linux-fr.org (Jean Delvare)
To: linux-arm-kernel@lists.infradead.org
Subject: Removing deprecated drivers from drivers/i2c/chips
Date: Thu, 10 Sep 2009 12:49:37 +0200 [thread overview]
Message-ID: <20090910124937.7b3df062@hyperion.delvare> (raw)
In-Reply-To: <1252531371-14866-1-git-send-email-w.sang@pengutronix.de>
Hi Wolfram,
On Wed, 9 Sep 2009 23:22:47 +0200, Wolfram Sang wrote:
> continuing the quest to clean up and ultimately remove the drivers/i2c/chips
> directory, this patch series removes three drivers for GPIO-expanders which are
> obsoleted and marked as deprecated for more than a year. The newer (and better)
> drivers can be found in drivers/gpio.
>
> As it is ensured that the newer drivers cover the same i2c_device_ids, all
> platform_devices will still match. Some defconfig updates may be necessary
> though, but according to [1] this is left to the arch|platform-maintainers
> (also as most defconfigs are quite outdated). For that reason, I put the
> relevant arch-mailing-lists to Cc. Comments are welcome.
Looks very good, I'll apply the 3 patches removing the legacy drivers.
Not sure about the patch to drivers/gpio/pcf857x.c, as there is no gpio
tree and no maintainer either AFAIK, I guess I shall pick it too?
Thanks,
--
Jean Delvare
next prev parent reply other threads:[~2009-09-10 10:49 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-09 21:22 Removing deprecated drivers from drivers/i2c/chips Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
[not found] ` <1252531371-14866-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-09-09 21:22 ` [PATCH 1/4] gpio/pcf857x: copy i2c_device_id from old pcf8574-driver Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` [PATCH 2/4] i2c/chips: Remove deprecated pcf8575-driver Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
[not found] ` <1252531371-14866-3-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-09-10 10:52 ` Bart Van Assche
2009-09-10 10:52 ` Bart Van Assche
2009-09-10 10:52 ` Bart Van Assche
2009-09-10 10:52 ` Bart Van Assche
2009-09-10 11:04 ` Wolfram Sang
2009-09-10 11:04 ` Wolfram Sang
2009-09-10 11:04 ` Wolfram Sang
2009-09-10 11:04 ` Wolfram Sang
2009-09-09 21:22 ` [PATCH 3/4] i2c/chips: Remove deprecated pca9539-driver Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
[not found] ` <1252531371-14866-4-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-09-09 23:28 ` Ben Gardner
2009-09-09 23:28 ` Ben Gardner
2009-09-09 23:28 ` Ben Gardner
2009-09-09 23:28 ` Ben Gardner
2009-09-09 21:22 ` [PATCH 4/4] i2c/chips: Remove deprecated pcf8574-driver Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang
2009-09-09 23:54 ` [Uclinux-dist-devel] Removing deprecated drivers from drivers/i2c/chips Mike Frysinger
2009-09-09 23:54 ` Mike Frysinger
2009-09-09 23:54 ` Mike Frysinger
2009-09-09 23:54 ` Mike Frysinger
2009-09-09 23:54 ` Mike Frysinger
[not found] ` <8bd0f97a0909091654h290180e5ob79178583aca143f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-09-10 6:26 ` Wolfram Sang
2009-09-10 6:26 ` Wolfram Sang
2009-09-10 6:26 ` Wolfram Sang
2009-09-10 6:26 ` Wolfram Sang
[not found] ` <20090910062609.GA26454-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-09-10 7:55 ` Mike Frysinger
2009-09-10 7:55 ` Mike Frysinger
2009-09-10 7:55 ` Mike Frysinger
2009-09-10 7:55 ` Mike Frysinger
2009-09-10 7:55 ` Mike Frysinger
2009-09-10 10:49 ` Jean Delvare [this message]
2009-09-10 10:49 ` Jean Delvare
2009-09-10 10:49 ` Jean Delvare
2009-09-10 10:49 ` Jean Delvare
[not found] ` <20090910124937.7b3df062-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-09-10 11:07 ` Wolfram Sang
2009-09-10 11:07 ` Wolfram Sang
2009-09-10 11:07 ` Wolfram Sang
2009-09-10 11:07 ` Wolfram Sang
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=20090910124937.7b3df062@hyperion.delvare \
--to=khali-puyad+kwke1g9huczpvpmw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org \
--cc=linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org \
--cc=uclinux-dist-devel-ZG0+EudsQA8dtHy/vicBwGD2FQJk+8+b@public.gmane.org \
--cc=w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
/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.