index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-stmpe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: Remove VLA from stmpe driver
Laura Abbott
2018-05-24
1
-1
/
+8
*
gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe()
Markus Elfring
2018-01-17
1
-2
/
+1
*
gpio: stmpe: Move an assignment in stmpe_gpio_probe()
Markus Elfring
2018-01-17
1
-2
/
+1
*
gpio: stmpe: Improve a size determination in stmpe_gpio_probe()
Markus Elfring
2018-01-17
1
-1
/
+1
*
gpio: stmpe: Use seq_putc() in stmpe_dbg_show()
Markus Elfring
2018-01-17
1
-1
/
+1
*
gpio: stmpe: i2c transfer are forbiden in atomic context
Patrice Chotard
2018-01-17
1
-10
/
+10
*
gpio: gpio-stmpe: make various char arrays static const, shrinks object size
Colin Ian King
2017-12-02
1
-9
/
+15
*
gpio: Move irq_valid_mask into struct gpio_irq_chip
Thierry Reding
2017-11-08
1
-2
/
+2
*
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
2017-11-08
1
-1
/
+1
*
gpio: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-10-19
1
-2
/
+2
*
Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2016-12-13
1
-10
/
+9
|
\
|
*
Merge branch 'thread-irq-simpler' into devel
Linus Walleij
2016-12-07
1
-9
/
+8
|
|
\
|
|
*
gpio: simplify adding threaded interrupts
Linus Walleij
2016-11-25
1
-9
/
+8
|
*
|
gpio: stmpe: fix interrupt handling bug
Linus Walleij
2016-11-24
1
-1
/
+1
|
|
/
*
/
gpio: stmpe: || vs && typo
Dan Carpenter
2016-10-20
1
-1
/
+1
|
/
*
gpio: stmpe: use BIT() macro
Linus Walleij
2016-09-30
1
-12
/
+12
*
gpio: stmpe: forbid unused lines to be mapped as IRQs
Linus Walleij
2016-09-30
1
-0
/
+11
*
gpio: constify gpio_chip structures
Julia Lawall
2016-09-13
1
-1
/
+1
*
gpio: stmpe: Add STMPE1600 support
Patrice Chotard
2016-08-10
1
-10
/
+38
*
gpio: stmpe: Rework registers access
Patrice Chotard
2016-08-10
1
-21
/
+27
*
gpio: stmpe: Write int status register only when needed
Patrice Chotard
2016-08-10
1
-4
/
+8
*
gpio: stmpe: Fix edge and rising/falling edge detection
Patrice Chotard
2016-08-10
1
-25
/
+60
*
gpio: remove redundant owner assignments of drivers
Masahiro Yamada
2016-06-07
1
-1
/
+0
*
gpio: stmpe: implement .get_direction()
Linus Walleij
2016-06-07
1
-0
/
+17
*
gpio: stmpe: make it explicitly non-modular
Paul Gortmaker
2016-05-11
1
-26
/
+5
*
gpio: stmpe: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-17
/
+12
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-1
/
+1
*
gpio: stmpe: enforce device tree only mode
Linus Walleij
2015-01-20
1
-20
/
+3
*
gpio: stmpe: add verbose debug code
Linus Walleij
2014-10-02
1
-0
/
+75
*
gpio: stmpe: fix up interrupt enable logic
Linus Walleij
2014-10-02
1
-3
/
+3
*
gpio: handle also nested irqchips in the chained handler set-up
Linus Walleij
2014-09-26
1
-6
/
+12
*
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2014-07-22
1
-7
/
+1
*
gpio: stmpe: switch to use gpiolib irqchip helpers
Linus Walleij
2014-06-19
1
-84
/
+27
*
mfd: stmpe: root out static GPIO and IRQ assignments
Linus Walleij
2014-05-23
1
-13
/
+5
*
gpio/pinctrl: make gpio_chip members typed boolean
Linus Walleij
2013-12-04
1
-1
/
+1
*
gpio: stmpe: drop references to "virtual" IRQ, fix bug
Linus Walleij
2013-10-16
1
-12
/
+13
*
gpio: stmpe: Staticize non-exported symbols
Axel Lin
2013-05-30
1
-3
/
+3
*
gpio: stmpe: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-30
1
-1
/
+0
*
gpio: stmpe: pass DT node to irqdomain
Gabriel Fernandez
2013-03-27
1
-4
/
+11
*
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-12-11
1
-4
/
+4
|
\
|
*
gpio: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-2
/
+2
|
*
gpio: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
gpio: Provide the STMPE GPIO driver with its own IRQ Domain
Lee Jones
2012-12-10
1
-31
/
+47
*
|
gpio: stmpe: Add DT support for stmpe gpio
Vipul Kumar Samar
2012-12-01
1
-2
/
+8
|
/
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-03-28
1
-1
/
+1
|
\
|
*
gpio/gpio-stmpe: Fix the value returned by _get_value routine
Bhupesh Sharma
2012-03-12
1
-1
/
+1
*
|
gpio: Support no-irq stmpe mode
Chris Blair
2012-03-06
1
-16
/
+25
|
/
*
gpio: Add support for stmpe variant 801
Viresh Kumar
2012-01-09
1
-3
/
+22
*
gpio: reorganize drivers
Grant Likely
2011-06-06
1
-0
/
+404