gpio: ipipe: enable pipelined interrupts
authorPhilippe Gerum <rpm@xenomai.org>
Sun, 3 Dec 2017 10:56:22 +0000 (11:56 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 27 Apr 2018 09:21:34 +0000 (11:21 +0200)
include/linux/gpio/driver.h

index 424e5139ff10f0ed27836f88a3821896819f22f8..028ba4aefce616e9d26e16ea2582341262f9971b 100644 (file)
@@ -154,7 +154,7 @@ struct gpio_chip {
        void __iomem *reg_clr;
        void __iomem *reg_dir;
        int bgpio_bits;
-       spinlock_t bgpio_lock;
+       ipipe_spinlock_t bgpio_lock;
        unsigned long bgpio_data;
        unsigned long bgpio_dir;
 #endif