Hello, On Monday 14 February 2011 10:07:03 wimpunk wrote: > I probably should ask my question on a kernel mailing list but maybe > some in the openwrt community can help me. > I'm trying to write a gpio driver for my embedded system > (iowa-gx-466-128MB-r11 with gpio on a w83627ehf) but I have some > troubles understanding the recommended gpiolib (according to > Documentation/gpio.txt). Is there anyone out > the who could suggest me a good example on how to use it?
You will find quite a lot of examples of gpiolib drivers in drivers/gpio/. drivers/gpio/it8761e_gpio.c might be the closest one to your chip. -- Florian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
