RE: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-05-26 Thread Jain Priyanka-B32167
zu...@towertech.it; p_gortma...@yahoo.com > Subject: Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip. > > On Thu, 10 Mar 2011 11:06:27 + > Jain Priyanka-B32167 wrote: > > > Hi Wolfram, > > > > > > > -Original Message- > > > From: Wol

Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-05-25 Thread Andrew Morton
tc-li...@googlegroups.com; linuxppc-dev@lists.ozlabs.org; > > a.zu...@towertech.it; p_gortma...@yahoo.com; a...@linux-foundation.org > > Subject: Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip. > > > > Hi Priyanka, > > > > > Though register-set look

RE: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-03-10 Thread Jain Priyanka-B32167
oo.com; a...@linux-foundation.org > Subject: Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip. > > Hi Priyanka, > > > Though register-set looks identical but features were different. > > Can you tell what exactly is different? I will check both the devices data sheets

Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-03-10 Thread Wolfram Sang
Hi Priyanka, > Though register-set looks identical but features were different. Can you tell what exactly is different? > And also manufacturer is different. That does not matter. If you look at ds_type, there are already different manufacturers. They will be correctly distinguished by i2c_devi

RE: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-03-09 Thread Jain Priyanka-B32167
March 03, 2011 2:53 PM > To: rtc-li...@googlegroups.com > Cc: linuxppc-dev@lists.ozlabs.org; a.zu...@towertech.it; > p_gortma...@yahoo.com; a...@linux-foundation.org; Jain Priyanka-B32167 > Subject: Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip. > > Hi, > >

Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-03-08 Thread Wolfram Sang
On Tue, Mar 08, 2011 at 04:55:31PM -0800, Andrew Morton wrote: > On Thu, 3 Mar 2011 10:22:39 +0100 > Wolfram Sang wrote: > > > Hi, > > > > > +/* > > > + * This file provides Date & Time support (no alarms) for PT7C4338 chip. > > > + * > > > + * This file is based on drivers/rtc/rtc-ds1307.c > >

Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-03-08 Thread Andrew Morton
On Thu, 3 Mar 2011 10:22:39 +0100 Wolfram Sang wrote: > Hi, > > > +/* > > + * This file provides Date & Time support (no alarms) for PT7C4338 chip. > > + * > > + * This file is based on drivers/rtc/rtc-ds1307.c > > Please explain why you can't use rtc-ds1307 directly (or with slight > modificat

Re: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-03-03 Thread Wolfram Sang
Hi, > +/* > + * This file provides Date & Time support (no alarms) for PT7C4338 chip. > + * > + * This file is based on drivers/rtc/rtc-ds1307.c Please explain why you can't use rtc-ds1307 directly (or with slight modifications). I might have missed something but the register-set looks identical