summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-stmpe.c
Commit message (Expand)AuthorAge
* gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe()Markus Elfring2018-01-17
* gpio: stmpe: Move an assignment in stmpe_gpio_probe()Markus Elfring2018-01-17
* gpio: stmpe: Improve a size determination in stmpe_gpio_probe()Markus Elfring2018-01-17
* gpio: stmpe: Use seq_putc() in stmpe_dbg_show()Markus Elfring2018-01-17
* gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard2018-01-17
* gpio: gpio-stmpe: make various char arrays static const, shrinks object sizeColin Ian King2017-12-02
* gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-08
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-08
* gpio: mark expected switch fall-throughsGustavo A. R. Silva2017-10-19
* Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-13
|\
| * Merge branch 'thread-irq-simpler' into develLinus Walleij2016-12-07
| |\
| | * gpio: simplify adding threaded interruptsLinus Walleij2016-11-25
| * | gpio: stmpe: fix interrupt handling bugLinus Walleij2016-11-24
| |/
* | gpio: stmpe: || vs && typoDan Carpenter2016-10-20
|/
* gpio: stmpe: use BIT() macroLinus Walleij2016-09-30
* gpio: stmpe: forbid unused lines to be mapped as IRQsLinus Walleij2016-09-30
* gpio: constify gpio_chip structuresJulia Lawall2016-09-13
* gpio: stmpe: Add STMPE1600 supportPatrice Chotard2016-08-10
* gpio: stmpe: Rework registers accessPatrice Chotard2016-08-10
* gpio: stmpe: Write int status register only when neededPatrice Chotard2016-08-10
* gpio: stmpe: Fix edge and rising/falling edge detectionPatrice Chotard2016-08-10
* gpio: remove redundant owner assignments of driversMasahiro Yamada2016-06-07
* gpio: stmpe: implement .get_direction()Linus Walleij2016-06-07
* gpio: stmpe: make it explicitly non-modularPaul Gortmaker2016-05-11
* gpio: stmpe: use gpiochip data pointerLinus Walleij2016-01-05
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* gpio: stmpe: enforce device tree only modeLinus Walleij2015-01-20
* gpio: stmpe: add verbose debug codeLinus Walleij2014-10-02
* gpio: stmpe: fix up interrupt enable logicLinus Walleij2014-10-02
* gpio: handle also nested irqchips in the chained handler set-upLinus Walleij2014-09-26
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-22
* gpio: stmpe: switch to use gpiolib irqchip helpersLinus Walleij2014-06-19
* mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij2014-05-23
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-04
* gpio: stmpe: drop references to "virtual" IRQ, fix bugLinus Walleij2013-10-16
* gpio: stmpe: Staticize non-exported symbolsAxel Lin2013-05-30
* gpio: stmpe: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-30
* gpio: stmpe: pass DT node to irqdomainGabriel Fernandez2013-03-27
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-11
|\
| * gpio: remove use of __devexitBill Pemberton2012-11-28
| * gpio: remove use of __devinitBill Pemberton2012-11-28
| * gpio: remove use of __devexit_pBill Pemberton2012-11-28
* | gpio: Provide the STMPE GPIO driver with its own IRQ DomainLee Jones2012-12-10
* | gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar2012-12-01
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-28
|\
| * gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma2012-03-12
* | gpio: Support no-irq stmpe modeChris Blair2012-03-06
|/
* gpio: Add support for stmpe variant 801Viresh Kumar2012-01-09
* gpio: reorganize driversGrant Likely2011-06-06