Hi, i'm attempting to create a Gio driver for our purpose, with DM355 and dvsdk_1_30_00_40. While with the oldest kernel i was able to create a working one, now i'm not stil able, because of changes in the kernel interface.
in particular: - i don't see /proc/gio/ directory. - i can't use gpio_interrupt_disable and gpio_interrupt_enable, and using only the base function "request_irq" doesn't work. I see that's now exists gpio_irq_handler() and davinci_gpio_irq_setup() in arch/arm/mach-davinci/gpio.c, but they're declared as static, and so i thought there must be an interface that i'm still missing. Could you please point me to a document or a fragment of code that could works with this new SDK? my kernel version is this: # uname -a Linux 192.168.1.71 2.6.10_mvl401 #1 Fri Jul 11 15:52:11 CEST 2008 armv5tejl GNU/Linux Thanks, best regards! -- Andrea Gasparini ---- ImaVis S.r.l. ---- web: www.imavis.com _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
