Re: [Uclinux-dist-devel] Removing deprecated drivers from drivers/i2c/chips

2009-09-10 Thread Wolfram Sang
 the Blackfin defconfigs refer to an input driver for the PCF8574, not
 the I2C client driver

Yup, I am aware of that. With the exception of:

blackfin/configs/PNAV-10_defconfig:773:CONFIG_SENSORS_PCF8574=m

Regards,

   Wolfram

-- 
Pengutronix e.K.   | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/  |


signature.asc
Description: Digital signature
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [Uclinux-dist-devel] Removing deprecated drivers from drivers/i2c/chips

2009-09-10 Thread Mike Frysinger
On Thu, Sep 10, 2009 at 02:26, Wolfram Sang wrote:
 the Blackfin defconfigs refer to an input driver for the PCF8574, not
 the I2C client driver

 Yup, I am aware of that. With the exception of:

 blackfin/configs/PNAV-10_defconfig:773:CONFIG_SENSORS_PCF8574=m

thanks for double checking.  i'm not sure this board even has this
device.  i'll review the hardware.
-mike
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: Removing deprecated drivers from drivers/i2c/chips

2009-09-10 Thread Jean Delvare
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
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: Removing deprecated drivers from drivers/i2c/chips

2009-09-10 Thread Wolfram Sang

 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?

I'd say so. An Ack from David Brownell would be nice, though.

Regards,

   Wolfram

-- 
Pengutronix e.K.   | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/  |


signature.asc
Description: Digital signature
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Removing deprecated drivers from drivers/i2c/chips

2009-09-09 Thread Wolfram Sang
Hi,

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.

Regards,

   Wolfram

[1] http://lkml.org/lkml/2009/5/7/34

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: [Uclinux-dist-devel] Removing deprecated drivers from drivers/i2c/chips

2009-09-09 Thread Mike Frysinger
On Wed, Sep 9, 2009 at 17:22, 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.

the Blackfin defconfigs refer to an input driver for the PCF8574, not
the I2C client driver
-mike
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev