On Thu, Jan 28, 2016 at 09:47:43AM +0100, Linus Walleij wrote: >Out of curiosity: what is your usecase for all these exotic >GPIO cards? My motivated mainly by philosophy. Despite their popularity in the embedded systems industry, there isn't much support in the baseline kernel for PC/104 and other cards. Typically, when a user purchases one of these devices, they receive some general drivers which serve more as proof that the device is working rather than as practical driver. The user is lucky if they receive Linux drivers rather than just the usual Windows drivers. Even if Linux drivers are provided, the drivers are often written for ancient kernel versions (e.g. version 2.4), and implement some custom character device structure rather than utilize the Linux device model. I'm writing these drivers to help bring support for these devices to the baseline Linux kernel, in the hopes that it will be useful to someone, and perhaps even motivate the companies to improve and share their own Linux drivers. William Breathitt Gray -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html