Prev: [PATCH] Generic PS/2 mouse detected on Fujitsu Lifebook B-Series model laptop instead of LBPS/2 Fujitsu Lifebook TouchScreen
Next: [PATCH 3/4] of/gpio: Implement GPIOLIB notifier hooks
From: Anton Vorontsov on 25 Jan 2010 13:20 Hi all, Currently it's a burden to make I2C or SPI GPIO chips work with the OF GPIO infrastructure. I've posted several approaches to solve the issue before, and others have tried too. Here is another try. This patch set is used to make things much easier, and completely seamless for GPIO chips that don't need any platform data (e.g. mcu_mpc8349emitx) or that have OF bindings already (e.g. pca953x). Thanks, -- Anton Vorontsov email: cbouatmailru(a)gmail.com irc://irc.freenode.net/bd2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |