Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
18a1d5e1945385d9b5adc3fe11427ce4a9d2826e
/
drivers
/
gpio
/
gpio-stmpe.c
448cf90
gpio: Get rid of duplicate of_node assignment in the drivers
by Andy Shevchenko
· 3 years ago
2a9a2cc
gpio: stmpe: fully use convert probe to device-managed
by Alexandru Ardelean
· 3 years, 8 months ago
8aa1633
gpio: stmpe: Fix forgotten refactoring
by Linus Walleij
· 4 years, 2 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
beb3fb4
gpio: stmpe: Move chip registration
by Linus Walleij
· 4 years, 5 months ago
9745079
gpio: stmpe: Use irqchip template
by Linus Walleij
· 4 years, 6 months ago
e42615e
gpio: Use new GPIO_LINE_DIRECTION
by Matti Vaittinen
· 5 years ago
5fbe5b5
gpio: Initialize the irqchip valid_mask with a callback
by Linus Walleij
· 5 years ago
1f67b599
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464
by Thomas Gleixner
· 6 years ago
ecac6e6
gpio: stmpe: Include the right header
by Linus Walleij
· 7 years ago
97fe7be
gpio: Remove VLA from stmpe driver
by Laura Abbott
· 7 years ago
0f71923
gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe()
by Markus Elfring
· 7 years ago
757ad05
gpio: stmpe: Move an assignment in stmpe_gpio_probe()
by Markus Elfring
· 7 years ago
64fec0b
gpio: stmpe: Improve a size determination in stmpe_gpio_probe()
by Markus Elfring
· 7 years ago
0d83a5e
gpio: stmpe: Use seq_putc() in stmpe_dbg_show()
by Markus Elfring
· 7 years ago
b888fb6
gpio: stmpe: i2c transfer are forbiden in atomic context
by Patrice Chotard
· 7 years ago
e2843cb
gpio: gpio-stmpe: make various char arrays static const, shrinks object size
by Colin Ian King
· 7 years ago
dc7b038
gpio: Move irq_valid_mask into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
f0fbe7b
gpio: Move irqdomain into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
e80df7b
gpio: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
061ad50
Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
acf1fcf
Merge branch 'thread-irq-simpler' into devel
by Linus Walleij
· 8 years ago
d245b3f
gpio: simplify adding threaded interrupts
by Linus Walleij
· 8 years ago
1516c63
gpio: stmpe: fix interrupt handling bug
by Linus Walleij
· 8 years ago
d1ca19c
gpio: stmpe: || vs && typo
by Dan Carpenter
· 8 years ago
4e2678b
gpio: stmpe: use BIT() macro
by Linus Walleij
· 8 years ago
96b2cca
gpio: stmpe: forbid unused lines to be mapped as IRQs
by Linus Walleij
· 8 years ago
e35b5ab
gpio: constify gpio_chip structures
by Julia Lawall
· 8 years ago
c6a05a0
gpio: stmpe: Add STMPE1600 support
by Patrice Chotard
· 8 years ago
43db289
gpio: stmpe: Rework registers access
by Patrice Chotard
· 8 years ago
6936e1f
gpio: stmpe: Write int status register only when needed
by Patrice Chotard
· 8 years ago
287849c
gpio: stmpe: Fix edge and rising/falling edge detection
by Patrice Chotard
· 8 years ago
2ec64c9
gpio: remove redundant owner assignments of drivers
by Masahiro Yamada
· 9 years ago
8e293fb
gpio: stmpe: implement .get_direction()
by Linus Walleij
· 9 years ago
3b52bb9
gpio: stmpe: make it explicitly non-modular
by Paul Gortmaker
· 9 years ago
b03c04a
gpio: stmpe: use gpiochip data pointer
by Linus Walleij
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
1dfb4a0
gpio: stmpe: enforce device tree only mode
by Linus Walleij
· 10 years ago
27ec8a9
gpio: stmpe: add verbose debug code
by Linus Walleij
· 10 years ago
1fe3bd9
gpio: stmpe: fix up interrupt enable logic
by Linus Walleij
· 10 years ago
3f97d5fc
gpio: handle also nested irqchips in the chained handler set-up
by Linus Walleij
· 10 years ago
9f5132a
gpio: remove all usage of gpio_remove retval in driver/gpio
by abdoulaye berthe
· 10 years ago
fe44e70
gpio: stmpe: switch to use gpiolib irqchip helpers
by Linus Walleij
· 11 years ago
9e9dc7d
mfd: stmpe: root out static GPIO and IRQ assignments
by Linus Walleij
· 11 years ago
9fb1f39
gpio/pinctrl: make gpio_chip members typed boolean
by Linus Walleij
· 11 years ago
ed05e20
gpio: stmpe: drop references to "virtual" IRQ, fix bug
by Linus Walleij
· 11 years ago
8700d0a
gpio: stmpe: Staticize non-exported symbols
by Axel Lin
· 12 years ago
e1142aa
gpio: stmpe: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
9afd9b7
gpio: stmpe: pass DT node to irqdomain
by Gabriel Fernandez
· 12 years ago
cff2f74
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
fc13d5a
gpio: Provide the STMPE GPIO driver with its own IRQ Domain
by Lee Jones
· 12 years ago
86605cf
gpio: stmpe: Add DT support for stmpe gpio
by Vipul Kumar Samar
· 12 years ago
206210c
gpio: remove use of __devexit
by Bill Pemberton
· 12 years ago
3836309
gpio: remove use of __devinit
by Bill Pemberton
· 12 years ago
8283c4f
gpio: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
7bf97e1
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
7535b8b
gpio/gpio-stmpe: Fix the value returned by _get_value routine
by Bhupesh Sharma
· 13 years ago
38040c8
gpio: Support no-irq stmpe mode
by Chris Blair
· 13 years ago
cccdceb
gpio: Add support for stmpe variant 801
by Viresh Kumar
· 13 years ago
c103de2
gpio: reorganize drivers
by Grant Likely
· 14 years ago
[Renamed from drivers/gpio/stmpe-gpio.c]
b51804b
gpio: Cleanup genirq namespace
by Thomas Gleixner
· 14 years ago
2a866f3
gpio: stmpe-gpio: irq_data conversion
by Lennert Buytenhek
· 14 years ago
02bf074
gpio: Fix stmpe error path
by Vasiliy Kulikov
· 14 years ago
f4ebcab
gpio: Handle stmpe-gpio platform data with no gpio base
by Virupax Sadashivpetimath
· 14 years ago
b8e9cf0
gpio: Add bitmask to block requests to unavailable stmpe GPIOs
by Wolfram Sang
· 14 years ago
03f822f
gpio: Add STMPE GPIO driver
by Rabin Vincent
· 15 years ago