Re: Can someone Ack and queue a patch for RTC subsytem?

2013-12-19 Thread Alessandro Zummo
sysfs if you need. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ke

Re: [RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME

2013-12-19 Thread Alessandro Zummo
which has PNP0B0x devices present. Definitely agree. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kern

Re: [RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME

2013-12-19 Thread Alessandro Zummo
devices present. Definitely agree. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Can someone Ack and queue a patch for RTC subsytem?

2013-12-19 Thread Alessandro Zummo
regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [rtc-linux] Re: Can someone Ack and queue a patch for RTC subsytem?

2013-12-19 Thread Alessandro Zummo
. Most of them go thru subsystem's tree and, as far as I can see, I saw very relevant comments and fixes in all those years. I'd love to devote more time to Linux but I'd need to find someone that hires me just to do that the whole day :) -- Best regards, Alessandro Zummo, Tower

Re: Can someone Ack and queue a patch for RTC subsytem?

2013-12-19 Thread Alessandro Zummo
to send a v7 w/ the .proc helper removed or leave things as they are and Ack the patch as is? Unless absolutely needed, I'd prefer if you can remove them or move to sysfs. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from

Re: Can someone Ack and queue a patch for RTC subsytem?

2013-12-19 Thread Alessandro Zummo
are mvebu boards, I believe it is correct to route though that tree. imho. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: Can someone Ack and queue a patch for RTC subsytem?

2013-12-19 Thread Alessandro Zummo
arch/arm/, and to more readily see and remove code duplication by drivers. I meant in drivers/rtc but using another tree. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH 19/36] rtc: convert class code to use dev_groups

2013-07-28 Thread Alessandro Zummo
On Wed, 24 Jul 2013 15:05:22 -0700 Greg Kroah-Hartman wrote: > The dev_attrs field of struct class is going away soon, dev_groups > should be used instead. This converts the rtc class code to use the > correct field. > > Cc: Alessandro Zummo > Signed-off-by:

Re: [PATCH 19/36] rtc: convert class code to use dev_groups

2013-07-28 Thread Alessandro Zummo
On Wed, 24 Jul 2013 15:05:22 -0700 Greg Kroah-Hartman gre...@linuxfoundation.org wrote: The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the rtc class code to use the correct field. Cc: Alessandro Zummo a.zu...@towertech.it Signed

Re: Re-send of patch to broader audience

2013-06-06 Thread Alessandro Zummo
. Acked-by: Alessandro Zummo -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at htt

Re: Re-send of patch to broader audience

2013-06-06 Thread Alessandro Zummo
-by: Alessandro Zummo a.zu...@towertech.it -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [RFE PATCH 1/2] x86, rtc, ntp, Do full rtc synchronization with ntp

2013-02-25 Thread Alessandro Zummo
jection ;) looks reasonable. I prefer == 0 instead of !rtc_valid_tm(), but it's just a cosmetic issue. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [RFE PATCH 2/2] rtc, add write functionality to sysfs

2013-02-25 Thread Alessandro Zummo
it's useful, then just go for it. > OOC, Alessandro, why is the date & time split into two fields? because date and time are two different things and we expect sysfs to preferably have one value for each entry. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy

Re: [RFE PATCH 2/2] rtc, add write functionality to sysfs

2013-02-25 Thread Alessandro Zummo
, Alessandro, why is the date time split into two fields? because date and time are two different things and we expect sysfs to preferably have one value for each entry. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from

Re: [RFE PATCH 1/2] x86, rtc, ntp, Do full rtc synchronization with ntp

2013-02-25 Thread Alessandro Zummo
;) looks reasonable. I prefer == 0 instead of !rtc_valid_tm(tm), but it's just a cosmetic issue. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [RFE PATCH 2/2] rtc, add write functionality to sysfs

2013-02-23 Thread Alessandro Zummo
sn't any, its just not clear from your patch why this > is a good thing.) > > Also CC'ing Alessandro for his input. I'd like to keep the interfaces as simple as possible but I'm open to improvements if there are good use cases. -- Best regards, Alessandro Zummo Tower Technologi

Re: [RFE PATCH 2/2] rtc, add write functionality to sysfs

2013-02-23 Thread Alessandro Zummo
to improvements if there are good use cases. -- Best regards, Alessandro Zummo Tower Technologies-- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: rtc: vt8500: Fix year field in vt8500_rtc_set_time

2013-01-15 Thread Alessandro Zummo
up the patches directly from the rtc mailing list, unless there's an arch specific tree to carry it. This one seems fine so I'm sure it's just an overlook -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list

Re: rtc: vt8500: Fix year field in vt8500_rtc_set_time

2013-01-15 Thread Alessandro Zummo
the patches directly from the rtc mailing list, unless there's an arch specific tree to carry it. This one seems fine so I'm sure it's just an overlook -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send

Re: [PATCH 3/3 v2] iio: add rtc-driver for HID sensors of type time

2012-12-16 Thread Alessandro Zummo
to go in any arch's main tree, which is the suggested way as, with modern chipsets, the RTCs shares hw with many other drivers. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-k

Re: [PATCH 3/3 v2] iio: add rtc-driver for HID sensors of type time

2012-12-16 Thread Alessandro Zummo
is the suggested way as, with modern chipsets, the RTCs shares hw with many other drivers. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [GIT PATCH] scsi fixes for 2.6.25-rc2

2008-02-26 Thread Alessandro Zummo
> > been acked by Jean Delvare and David Brownell. Byron or Jean, can you > > try to submit it again? > > I'm not the driver author and RTC drivers aren't under my > responsibility. Ask Alessandro Zummo instead. I'm all ok for inclusion in 2.6.25. I believe the driver is in -

Re: [GIT PATCH] scsi fixes for 2.6.25-rc2

2008-02-26 Thread Alessandro Zummo
not the driver author and RTC drivers aren't under my responsibility. Ask Alessandro Zummo instead. I'm all ok for inclusion in 2.6.25. I believe the driver is in -mm right now, so Andrew might just throw it in? -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy

Re: [rtc-linux] Re: state of GEN_RTC vs rtc subsystem

2008-02-20 Thread Alessandro Zummo
54,0. I would eventually ack a patch that adds /dev/rtc at 10,135 as an alias for /dev/rtc0. however the best solution would be to upgrade hwclock. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send t

Re: [rtc-linux] state of GEN_RTC vs rtc subsystem

2008-02-20 Thread Alessandro Zummo
issue is related to the ntp synchronization mode and will be solved only when we can get rid of it :) -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: [rtc-linux] state of GEN_RTC vs rtc subsystem

2008-02-20 Thread Alessandro Zummo
mode and will be solved only when we can get rid of it :) -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [rtc-linux] Re: state of GEN_RTC vs rtc subsystem

2008-02-20 Thread Alessandro Zummo
at 10,135 as an alias for /dev/rtc0. however the best solution would be to upgrade hwclock. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [rtc-linux] [patch 2.6.24-git] rtc: avoid legacy drivers with generic framework

2008-02-11 Thread Alessandro Zummo
y drivers if they want (or need) to. > > Signed-off-by: David Brownell <[EMAIL PROTECTED]> Acked-by: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this l

Re: [rtc-linux] [patch 2.6.24-git] rtc: avoid legacy drivers with generic framework

2008-02-11 Thread Alessandro Zummo
[EMAIL PROTECTED] Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 0/4] PM: Do not destroy/create devices while suspended (rev. 2)

2008-01-02 Thread Alessandro Zummo
.c stuff should be removed on all systems? I'd say yes, but I think that would be dangerous to my own life :) -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH 0/4] PM: Do not destroy/create devices while suspended (rev. 2)

2008-01-02 Thread Alessandro Zummo
d be done outside of the kernel. given the mean accuracy of RTC chips and other sync factors, imho you haven't so much to gain with an in-kernel sync code. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this l

Re: [PATCH 0/4] PM: Do not destroy/create devices while suspended (rev. 2)

2008-01-02 Thread Alessandro Zummo
outside of the kernel. given the mean accuracy of RTC chips and other sync factors, imho you haven't so much to gain with an in-kernel sync code. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line

Re: [PATCH 0/4] PM: Do not destroy/create devices while suspended (rev. 2)

2008-01-02 Thread Alessandro Zummo
be dangerous to my own life :) -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [rtc-linux] Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
On Tue, 4 Dec 2007 11:56:54 -0500 "Mike Frysinger" <[EMAIL PROTECTED]> wrote: > On Dec 4, 2007 11:49 AM, Alessandro Zummo <[EMAIL PROTECTED]> wrote: > > On Tue, 4 Dec 2007 11:47:56 -0500 > > "Mike Frysinger" <[EMAIL PROTECTED]> wrote: > &

Re: [rtc-linux] Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
ilities > of the hardware > > sound about right ? yes, it is. I agree about deleting it. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [rtc-linux] Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
On Tue, 4 Dec 2007 11:29:11 -0500 "Mike Frysinger" <[EMAIL PROTECTED]> wrote: > > On Dec 4, 2007 11:26 AM, Alessandro Zummo <[EMAIL PROTECTED]> wrote: > > Bryan Wu <[EMAIL PROTECTED]> wrote: > > > > Hi, I fannly got some time to

Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
> stampit(); > - rtc->rtc_dev->irq_freq = freq; > - return 0; > + return -ENOTTY; > } .. why ENOTTY here? -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line &q

Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
(); - rtc-rtc_dev-irq_freq = freq; - return 0; + return -ENOTTY; } .. why ENOTTY here? -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [rtc-linux] Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
On Tue, 4 Dec 2007 11:29:11 -0500 Mike Frysinger [EMAIL PROTECTED] wrote: On Dec 4, 2007 11:26 AM, Alessandro Zummo [EMAIL PROTECTED] wrote: Bryan Wu [EMAIL PROTECTED] wrote: Hi, I fannly got some time to review the patches. Seems ok, the only question is... static int

Re: [rtc-linux] Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
about deleting it. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [rtc-linux] Re: [PATCH 1/7] Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz

2007-12-04 Thread Alessandro Zummo
On Tue, 4 Dec 2007 11:56:54 -0500 Mike Frysinger [EMAIL PROTECTED] wrote: On Dec 4, 2007 11:49 AM, Alessandro Zummo [EMAIL PROTECTED] wrote: On Tue, 4 Dec 2007 11:47:56 -0500 Mike Frysinger [EMAIL PROTECTED] wrote: the return of ENOTTY is to say changing of freq isnt supported

Re: [RESEND] [PATCH] RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag (was Re: RTC: convert mutex to bitfield)

2007-12-02 Thread Alessandro Zummo
gt; > Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]> missed it, sorry. Acked-by: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "

Re: [RESEND] [PATCH] RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag (was Re: RTC: convert mutex to bitfield)

2007-12-02 Thread Alessandro Zummo
. Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: RTC wakealarm write-only, still has 644 permissions

2007-11-29 Thread Alessandro Zummo
On Thu, 29 Nov 2007 10:10:12 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > > I think the right thing to do there is just insist that in the RTC > framework, alarms should always follow the one-shot model. /me agrees. -- Best regards, Alessandro Zummo, Tower Techno

Re: RTC wakealarm write-only, still has 644 permissions

2007-11-29 Thread Alessandro Zummo
On Thu, 29 Nov 2007 10:10:12 -0800 David Brownell [EMAIL PROTECTED] wrote: I think the right thing to do there is just insist that in the RTC framework, alarms should always follow the one-shot model. /me agrees. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy

Re: [rtc-linux] [patch] tweak driver documentation for rtc periodic

2007-11-09 Thread Alessandro Zummo
> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Acked-by: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [rtc-linux] [patch] tweak driver documentation for rtc periodic

2007-11-09 Thread Alessandro Zummo
[EMAIL PROTECTED] Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [rtc-linux] [PATCH] rtc: m48t59 fix section mismatch warning

2007-10-30 Thread Alessandro Zummo
t; > WARNING: vmlinux.o(.data+0x1b140): Section mismatch: reference to > .init.text:m48t59_rtc_probe (between 'm48t59_rtc_platdrv' and > 'm48t59_nvram_attr') > > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Thanks Randy! Signed-off-by: Alessandro Zummo <[EMAIL PROTEC

Re: [rtc-linux] [PATCH] rtc: m48t59 fix section mismatch warning

2007-10-30 Thread Alessandro Zummo
): Section mismatch: reference to .init.text:m48t59_rtc_probe (between 'm48t59_rtc_platdrv' and 'm48t59_nvram_attr') Signed-off-by: Randy Dunlap [EMAIL PROTECTED] Thanks Randy! Signed-off-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies

Re: [rtc-linux] Re: BUG: lock held when returning to user space

2007-10-29 Thread Alessandro Zummo
our patch and I'm happy to ack it. Thank you very much a thanks to Gabriel for the bug report! -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: BUG: lock held when returning to user space

2007-10-29 Thread Alessandro Zummo
->char_lock into bit operation. > > Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]> Acked-by: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send th

Re: [rtc-linux] Re: BUG: lock held when returning to user space

2007-10-29 Thread Alessandro Zummo
you very much a thanks to Gabriel for the bug report! -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: BUG: lock held when returning to user space

2007-10-29 Thread Alessandro Zummo
-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: 2.6.23-rc6-mm1

2007-09-20 Thread Alessandro Zummo
at. I'll try to code something as soon as I get back home. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More m

Re: 2.6.23-rc6-mm1

2007-09-20 Thread Alessandro Zummo
to code something as soon as I get back home. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [rtc-linux] Re: rtc max frequency setting

2007-08-06 Thread Alessandro Zummo
RUGO, rtc_sysfs_show_date, NULL), __ATTR(time, S_IRUGO, rtc_sysfs_show_time, NULL), __ATTR(since_epoch, S_IRUGO, rtc_sysfs_show_since_epoch, NULL), + __ATTR(max_user_freq, S_IRUGO | S_IWUSR, rtc_sysfs_show_max_user_freq, + rtc_sysfs_set_m

Re: [rtc-linux] Re: rtc max frequency setting

2007-08-06 Thread Alessandro Zummo
(since_epoch, S_IRUGO, rtc_sysfs_show_since_epoch, NULL), + __ATTR(max_user_freq, S_IRUGO | S_IWUSR, rtc_sysfs_show_max_user_freq, + rtc_sysfs_set_max_user_freq), { }, }; -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy

Re: [rtc-linux] Re: rtc max frequency setting

2007-08-04 Thread Alessandro Zummo
at is the best way to do that on modern kernels? The rtc class is missing sysfs interface to the maximum settable value. I guess I'll have to add it. I should be able to find the time in the next few days. However, I agree that they both shold be using an userspace high freq timer :) --

Re: [rtc-linux] Re: rtc max frequency setting

2007-08-04 Thread Alessandro Zummo
interface to the maximum settable value. I guess I'll have to add it. I should be able to find the time in the next few days. However, I agree that they both shold be using an userspace high freq timer :) -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http

Re: [rtc-linux] Re: rtc-ds1307.c: array overrun

2007-07-24 Thread Alessandro Zummo
CUT HERE > Fix a typo turned up by a Coverity check: referring to the wrong register, > which could cause problems restarting DS1338 RTCs after their oscillator > halted. (For example, if the backup battery died.) > > Signed-off-by: David Brownell <[EMAIL PROTEC

Re: [rtc-linux] [PATCH] s3c2410: fixup after arch moves

2007-07-24 Thread Alessandro Zummo
On Tue, 24 Jul 2007 13:40:04 +0100 Ben Dooks <[EMAIL PROTECTED]> wrote: > > Fixup the changes from moving around the arch > support for s3c24xx based systems. > > Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> Acked-by: Alessandro Zummo <[EMAIL PROTECTED]>

Re: [rtc-linux] [PATCH] s3c2410: fixup after arch moves

2007-07-24 Thread Alessandro Zummo
On Tue, 24 Jul 2007 13:40:04 +0100 Ben Dooks [EMAIL PROTECTED] wrote: Fixup the changes from moving around the arch support for s3c24xx based systems. Signed-off-by: Ben Dooks [EMAIL PROTECTED] Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo

Re: [rtc-linux] Re: rtc-ds1307.c: array overrun

2007-07-24 Thread Alessandro Zummo
by a Coverity check: referring to the wrong register, which could cause problems restarting DS1338 RTCs after their oscillator halted. (For example, if the backup battery died.) Signed-off-by: David Brownell [EMAIL PROTECTED] Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards

Re: acpi regression on some laptops

2007-07-12 Thread Alessandro Zummo
47541 444d4163 69746e65 > > 0001 00040f82 01020800 2001 178bfbff > > > > What chipset is it? I'm going to guess at nVidia MCP51, in which case.. > That's the third time that's worked on the MCP51. amd sb600/ati rs480. -- Best regards, Aless

Re: acpi regression on some laptops

2007-07-12 Thread Alessandro Zummo
01020800 2001 178bfbff What chipset is it? I'm going to guess at nVidia MCP51, in which case.. That's the third time that's worked on the MCP51. amd sb600/ati rs480. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe

Re: acpi regression on some laptops

2007-07-11 Thread Alessandro Zummo
002001 178bfbff -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majord

Re: acpi regression on some laptops

2007-07-11 Thread Alessandro Zummo
, obviously, everything acpi related does not work. anything else I can try? The laptop does not have a serial port, so I can't capture the dmesg output. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this lis

Re: acpi regression on some laptops

2007-07-11 Thread Alessandro Zummo
. anything else I can try? The laptop does not have a serial port, so I can't capture the dmesg output. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: acpi regression on some laptops

2007-07-11 Thread Alessandro Zummo
regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

acpi regression on some laptops

2007-07-10 Thread Alessandro Zummo
/pointers are appreciated. I dont't have a deep knowledge of the subsystems involved. [1] http://lkml.org/lkml/2007/6/21/360 -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubs

acpi regression on some laptops

2007-07-10 Thread Alessandro Zummo
/pointers are appreciated. I dont't have a deep knowledge of the subsystems involved. [1] http://lkml.org/lkml/2007/6/21/360 -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux

Re: [rtc-linux] Re: rtc_cmos: error after first write to wakealarm

2007-06-22 Thread Alessandro Zummo
ference of 869984896 seconds. Is this a > bug? I'll have to check that. Sorry for the delay, i've been a bit busy. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux

Re: [rtc-linux] [PATCH 2/2] rtc: watchdog support for rtc-m41t80 driver (take 2)

2007-06-22 Thread Alessandro Zummo
IL PROTECTED]> > Signed-off-by: Alexander Bigga <[EMAIL PROTECTED]> > --- Acked-by: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubsc

Re: [rtc-linux] [PATCH 1/2] rtc: add rtc-m41t80 driver (take 2)

2007-06-22 Thread Alessandro Zummo
hi Nemoto <[EMAIL PROTECTED]> > Signed-off-by: Alexander Bigga <[EMAIL PROTECTED]> > Acked-by: Mark A. Greer <[EMAIL PROTECTED]> Acked-by: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy

Re: [rtc-linux] [PATCH 2/2] rtc: watchdog support for rtc-m41t80 driver (take 2)

2007-06-22 Thread Alessandro Zummo
[EMAIL PROTECTED] --- Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [rtc-linux] [PATCH 1/2] rtc: add rtc-m41t80 driver (take 2)

2007-06-22 Thread Alessandro Zummo
Bigga [EMAIL PROTECTED] Acked-by: Mark A. Greer [EMAIL PROTECTED] Acked-by: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [rtc-linux] Re: rtc_cmos: error after first write to wakealarm

2007-06-22 Thread Alessandro Zummo
. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [rtc-linux] [PATCH 1/2] rtc: add rtc-m41txx driver

2007-06-19 Thread Alessandro Zummo
Mark A. Greer <[EMAIL PROTECTED]> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. Unless this include is required by other files, plea

Re: [rtc-linux] Re: rtc-dev.c & RTC_AIE_ON

2007-06-19 Thread Alessandro Zummo
On Tue, 19 Jun 2007 14:47:35 +0200 Rodolfo Giometti <[EMAIL PROTECTED]> wrote: > On Tue, Jun 19, 2007 at 02:20:06PM +0200, Alessandro Zummo wrote: > > > > 'cos they are two different things :) I don't know how > > the "Lightweight At Daemon" works and

Re: [rtc-linux] Re: rtc_cmos: error after first write to wakealarm

2007-06-19 Thread Alessandro Zummo
would be nice, too. Well, I guess there is no documentation. Maybe we could add a dev_warn with an explicit message. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe

Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

2007-06-19 Thread Alessandro Zummo
On Fri, 15 Jun 2007 20:19:59 +0200 Alessandro Zummo <[EMAIL PROTECTED]> wrote: > On Sat, 16 Jun 2007 01:10:37 +0900 (JST) > Atsushi Nemoto <[EMAIL PROTECTED]> wrote: > > > > > The generic RTC subsystem was added to kernel 2.6.17 which was > > released a ye

Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

2007-06-19 Thread Alessandro Zummo
On Fri, 15 Jun 2007 20:19:59 +0200 Alessandro Zummo [EMAIL PROTECTED] wrote: On Sat, 16 Jun 2007 01:10:37 +0900 (JST) Atsushi Nemoto [EMAIL PROTECTED] wrote: The generic RTC subsystem was added to kernel 2.6.17 which was released a years ago. Since then, many drivers were added

Re: [rtc-linux] Re: rtc_cmos: error after first write to wakealarm

2007-06-19 Thread Alessandro Zummo
that describes that I have to disable it first, and how to do this? A migration document for /proc/acpi/alarm users would be nice, too. Well, I guess there is no documentation. Maybe we could add a dev_warn with an explicit message. -- Best regards, Alessandro Zummo, Tower Technologies

Re: [rtc-linux] Re: rtc-dev.c RTC_AIE_ON

2007-06-19 Thread Alessandro Zummo
On Tue, 19 Jun 2007 14:47:35 +0200 Rodolfo Giometti [EMAIL PROTECTED] wrote: On Tue, Jun 19, 2007 at 02:20:06PM +0200, Alessandro Zummo wrote: 'cos they are two different things :) I don't know how the Lightweight At Daemon works and if it requires AIE support. Yes, it requires

Re: [rtc-linux] [PATCH 1/2] rtc: add rtc-m41txx driver

2007-06-19 Thread Alessandro Zummo
as + * published by the Free Software Foundation. Unless this include is required by other files, please place it in drivers/rtc calling it rtc-drivername.h Other than the comments above, the driver seems fine to me. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http

Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

2007-06-15 Thread Alessandro Zummo
> It is mature enough to remove EXPERIMENTAL label from RTC_CLASS, isn't > it? I'd say yes, I will submit a patch. ty. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux-

Re: [rtc-linux] RTC_CLASS is still considered as EXPERIMENTAL?

2007-06-15 Thread Alessandro Zummo
EXPERIMENTAL label from RTC_CLASS, isn't it? I'd say yes, I will submit a patch. ty. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] Add driver for Dallas DS1682 elapsed time recorder

2007-05-10 Thread Alessandro Zummo
c subsystem can offer help/framework for such a kind of driver. maybe it could be extended to incorporate it. probably the alarms could be handled in some way. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list

Re: [PATCH] Add driver for Dallas DS1682 elapsed time recorder

2007-05-10 Thread Alessandro Zummo
help/framework for such a kind of driver. maybe it could be extended to incorporate it. probably the alarms could be handled in some way. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line

Re: 2.6.21-rc2 : Oops in rtc_cmos...

2007-03-07 Thread Alessandro Zummo
couldn't be found. You'd get the same > > message if, say, the RTC was loaded as a module. > > It seems to me that the DRV_RTC_CMOS and the "standard" CONFIG_RTC > shouldn't be used at the same time... Am I correct on that ? > Wouldn't it be better to have this dependan

Re: 2.6.21-rc2 : Oops in rtc_cmos...

2007-03-07 Thread Alessandro Zummo
that the DRV_RTC_CMOS and the standard CONFIG_RTC shouldn't be used at the same time... Am I correct on that ? Wouldn't it be better to have this dependancy enforced ? I will try to push a patch asap. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it

Re: [rtc-linux] Re: 2.6.21-rc2 : Oops in rtc_cmos...

2007-03-06 Thread Alessandro Zummo
gt; so that driver has claimed the CMOS RTC instead of "rtc-cmos.c". Disable it. > Then you'll be able to use this driver with no little surprises. maybe we should consider this in the Kconfig. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy ht

Re: [rtc-linux] Re: 2.6.21-rc2 : Oops in rtc_cmos...

2007-03-06 Thread Alessandro Zummo
with no little surprises. maybe we should consider this in the Kconfig. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: + blackfin-on-chip-rtc-controller-driver.patch added to -mm tree

2007-03-01 Thread Alessandro Zummo
e, so users are advised not to count on it and device authors to not add properties. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: + blackfin-on-chip-rtc-controller-driver.patch added to -mm tree

2007-03-01 Thread Alessandro Zummo
properties. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [rtc-linux] Re: [patch/rfc 0/6] rtc framework: remove class_device, use class suspend()/resume()

2007-02-23 Thread Alessandro Zummo
ing may also have changed a bit over time! eheh :) given that Greg also agreed, you have my Acked-By: Alessandro Zummo <[EMAIL PROTECTED]> -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the l

Re: [rtc-linux] Re: [patch/rfc 0/6] rtc framework: remove class_device, use class suspend()/resume()

2007-02-23 Thread Alessandro Zummo
:) given that Greg also agreed, you have my Acked-By: Alessandro Zummo [EMAIL PROTECTED] -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [patch/rfc 0/6] rtc framework: remove class_device, use class suspend()/resume()

2007-02-22 Thread Alessandro Zummo
ted to circulate, early last summer. > > It'll be good to have that finally gone! Hi David, thanks for your work. The interface system was originally in place because it seemed the right-thing-to-do. if it isn't, better to remove it ;) -- Best regards, Alessandro Z

Re: [patch/rfc 0/6] rtc framework: remove class_device, use class suspend()/resume()

2007-02-22 Thread Alessandro Zummo
! Hi David, thanks for your work. The interface system was originally in place because it seemed the right-thing-to-do. if it isn't, better to remove it ;) -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it - To unsubscribe from this list

<    1   2   3   >