I have just finished building a RTC using the ds1339AU+ chip. The system sees this device as evidenced by running i2cdetect, but I don't have a mod to load into the kernel to speak to it. Now the specs on the ds1339AU are almost identical to the ds1307 that many bought rtc modules use. Where can I get the driver I need to speak to this device?
When I have it all working I'll post my design(schematic/board) to a website where all can get to it and download if they wish to build their own instead of buying a ready built module.
Any help would be greatly appreciated!
Oh and this is the 4th

board I've built for the RPI, the first is an IO board with basic pin protection, the second is just 8 LEDs(used for learning to control the gpio pins through python and the last is a simple temp sensor for a 1wire system. All these device work perfectly and I'm more then willing to post the info for those designs as if anyone is interested.

have fun RPIing
OK found this on the net, the ds1337 driver mod should work for reading and writing, so now where can I download this driver from and will it need to be ported to arm?