Re: [OpenWrt-Devel] kernel module runtime configuration

2014-08-15 Thread Geert Uytterhoeven
Hi Brent, On Fri, Aug 15, 2014 at 12:45 AM, Brent Thomson wrote: > Hey all. I'm working on my first Linux kernel module. It's an > adaptation of an hd44780-over-GPIO driver. You can see it here: > > https://github.com/brnt/openwrt-hd44780 > > The driver is working fine, but I'd like to allow

Re: [OpenWrt-Devel] kernel module runtime configuration

2014-08-14 Thread Florian Fainelli
Hello Brent, On 08/14/2014 03:45 PM, Brent Thomson wrote: > Hey all. I'm working on my first Linux kernel module. It's an > adaptation of an hd44780-over-GPIO driver. You can see it here: > > https://github.com/brnt/openwrt-hd44780 > > The driver is working fine, but I'd like to allow the us

[OpenWrt-Devel] kernel module runtime configuration

2014-08-14 Thread Brent Thomson
Hey all. I'm working on my first Linux kernel module. It's an adaptation of an hd44780-over-GPIO driver. You can see it here: https://github.com/brnt/openwrt-hd44780 The driver is working fine, but I'd like to allow the user to configure which GPIOs are used by the driver. Rather than hard-co