gpiolib: Add support for WM8350 GPIO controller
[deliverable/linux.git] / include / linux / mfd / wm8350 / core.h
index 04217a71f173b846ff2dc67c26fb292c7c5bd3c1..fae08aa654131997c5b4ea1a43dba3b81f634627 100644 (file)
@@ -645,11 +645,13 @@ struct wm8350 {
  *        used by the platform to configure GPIO functions and similar.
  * @irq_high: Set if WM8350 IRQ is active high.
  * @irq_base: Base IRQ for genirq (not currently used).
+ * @gpio_base: Base for gpiolib.
  */
 struct wm8350_platform_data {
        int (*init)(struct wm8350 *wm8350);
        int irq_high;
        int irq_base;
+       int gpio_base;
 };
 
 
This page took 0.040215 seconds and 5 git commands to generate.