I think this got dropped during the conversion to the new probe signature.

>From the Kconfig...

config RTC_DRV_PCF8563
        tristate "Philips PCF8563/Epson RTC8564"
        help
          If you say yes here you get support for the
          Philips PCF8563 RTC chip. The Epson RTC8564
          should work as well.

          This driver can also be built as a module. If so, the module
          will be called rtc-pcf8563.



---------- Forwarded message ----------
From: Jean Delvare <[EMAIL PROTECTED]>
Date: Jun 11, 2008 3:04 AM
Subject: Re: [i2c] rtc pfc8563 driver lost a chip id
To: Jon Smirl <[EMAIL PROTECTED]>
Cc: Linux I2C <[email protected]>


Hi Jon,


 On Tue, 10 Jun 2008 18:22:50 -0400, Jon Smirl wrote:
 > It does the rtc8564 too.
 >
 > diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c
 > index 0fc4c36..748a502 100644
 > --- a/drivers/rtc/rtc-pcf8563.c
 > +++ b/drivers/rtc/rtc-pcf8563.c
 > @@ -302,6 +302,7 @@ static int pcf8563_remove(struct i2c_client *client)
 >
 >  static const struct i2c_device_id pcf8563_id[] = {
 >         { "pcf8563", 0 },
 > +       { "rtc8564", 0 },
 >         { }
 >  };
 >  MODULE_DEVICE_TABLE(i2c, pcf8563_id);


Please check MAINTAINERS for the right person and list to send this
 patch to.

 --

Jean Delvare


-- 
Jon Smirl
[EMAIL PROTECTED]

_______________________________________________
i2c mailing list
[email protected]
http://lists.lm-sensors.org/mailman/listinfo/i2c

Reply via email to