Re: [PATCH] [POWERPC] Add interrupt resource for RTC CMOS driver

2007-08-17 Thread Kumar Gala
> Please add a comment to the source code (similar to that in changelog) > explaining the reason for the 8. Done. - k ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] [POWERPC] Add interrupt resource for RTC CMOS driver

2007-08-17 Thread Dale Farnsworth
> The RTC CMOS driver expects the interrupt to be a resource of the platform > device. Use a fixed interrupt value of 8 since on PPC if we are using this > its off an i8259 which we ensure has interrupt numbers 0..15. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > arch/powerpc/sysdev/

[PATCH] [POWERPC] Add interrupt resource for RTC CMOS driver

2007-08-16 Thread Kumar Gala
The RTC CMOS driver expects the interrupt to be a resource of the platform device. Use a fixed interrupt value of 8 since on PPC if we are using this its off an i8259 which we ensure has interrupt numbers 0..15. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/rtc_cmos_setup