I took a short look into the patch, it seems that at91x40_gettimeoffset() in arch/arm/mach-at91/at91x40_time.c isn't correct. It doesn't read from the right channel number. I have seen that the timer routines are hardcoded for timer channel 1, formerly this was configurable with "KERNEL_TIMER". This was quite helpful if the hardware uses some of the timer in/outputs.
Regards, Erwin Am Freitag, den 13.07.2007, 17:01 +1000 schrieb Greg Ungerer: > Hi All, > > An update of the uClinux (MMU-less) code against 2.6.22. > Quite a few changes, some cleanup, some bug fixes. > > http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.22-uc0.patch.gz > > This is mostly m68knommu changes, and some ARM mmuless changes > I plan on pushing as well. > > > Change log: > > . switch m68knommu to generic irq framework Greg Ungerer > . convert ATMEL to ARM AT91x40 machine Greg Ungerer > . uC5272 and uC5282 support David Wu > . Intec WildFire and WildFireMod support Steve Bennett > . cleanup of m68knommu/kernel/setup.c Greg Ungerer > . unify m68knommu builtin command line Greg Ungerer > . print exception stack on m68knommu dump Philippe De Muyter > . clean out m68knommu/kernel/mm Greg Ungerer > . platform setup code all coldfire platforms Greg Ungerer > . more fec driver cleanups Philippe De Muyter > . fix type in m68knommu mcfdma.h Philippe De Muyter > > > And by popular request here is a big patch that will bring a > stock 2.6.22 kernel up to a uClinux-dist 2.6.x level kernel: > > http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.22-uc0-big.patch.gz > > Regards > Greg > > > > ------------------------------------------------------------------------ > Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] > SnapGear -- a division of Secure Computing PHONE: +61 7 3435 2888 > 825 Stanley St, FAX: +61 7 3891 3630 > Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com > > > > > > > _______________________________________________ > uClinux-dev mailing list > [email protected] > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by [email protected] > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev -- Dipl.-Ing. Erwin Authried Softwareentwicklung und Systemdesign _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
