projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
770a4bc
)
gpio: ipipe: enable pipelined interrupts
author
Philippe Gerum
<rpm@xenomai.org>
Sun, 3 Dec 2017 10:56:22 +0000
(11:56 +0100)
committer
Marek Szyprowski
<m.szyprowski@samsung.com>
Fri, 27 Apr 2018 09:21:34 +0000
(11:21 +0200)
include/linux/gpio/driver.h
patch
|
blob
|
history
diff --git
a/include/linux/gpio/driver.h
b/include/linux/gpio/driver.h
index 424e5139ff10f0ed27836f88a3821896819f22f8..028ba4aefce616e9d26e16ea2582341262f9971b 100644
(file)
--- a/
include/linux/gpio/driver.h
+++ b/
include/linux/gpio/driver.h
@@
-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