Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-19 Thread johan . adolfsson
Support for DS1302 is available in the CRIS port. A patch for 2.4.3 (and a lot of other stuff you don't need) is available in http://developer.axis.com/download/devboard_lx/R1_0_0/ /Johan - Original Message - From: Grant Erickson <[EMAIL PROTECTED]> To: Linux I2C Mailing List <[EMAIL

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-19 Thread johan . adolfsson
Support for DS1302 is available in the CRIS port. A patch for 2.4.3 (and a lot of other stuff you don't need) is available in http://developer.axis.com/download/devboard_lx/R1_0_0/ /Johan - Original Message - From: Grant Erickson [EMAIL PROTECTED] To: Linux I2C Mailing List [EMAIL

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-18 Thread Wolfgang Denk
Dear Grant, in message <[EMAIL PROTECTED]> you wrote: > > >From the looks of drivers/char/rtc.c it would appear that this kernel > driver only supports bus-attached RTCs such as the mentioned MC146818. Is > this correct? This is correct; however, you can replace this driver by one of your own

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-18 Thread Gabriel Paubert
On Wed, 18 Apr 2001, Grant Erickson wrote: > >From the looks of drivers/char/rtc.c it would appear that this kernel > driver only supports bus-attached RTCs such as the mentioned MC146818. Is > this correct? I think so. > > What is the correct access method / kernel tie-in for supporting

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-18 Thread Gabriel Paubert
On Wed, 18 Apr 2001, Grant Erickson wrote: From the looks of drivers/char/rtc.c it would appear that this kernel driver only supports bus-attached RTCs such as the mentioned MC146818. Is this correct? I think so. What is the correct access method / kernel tie-in for supporting such an

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-18 Thread Wolfgang Denk
Dear Grant, in message [EMAIL PROTECTED] you wrote: From the looks of drivers/char/rtc.c it would appear that this kernel driver only supports bus-attached RTCs such as the mentioned MC146818. Is this correct? This is correct; however, you can replace this driver by one of your own (see