aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-stmpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner1-1/+1
2018-07-02gpio: stmpe: Include the right headerLinus Walleij1-1/+1
2018-05-24gpio: Remove VLA from stmpe driverLaura Abbott1-1/+8
2018-01-17gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe()Markus Elfring1-2/+1
2018-01-17gpio: stmpe: Move an assignment in stmpe_gpio_probe()Markus Elfring1-2/+1
2018-01-17gpio: stmpe: Improve a size determination in stmpe_gpio_probe()Markus Elfring1-1/+1
2018-01-17gpio: stmpe: Use seq_putc() in stmpe_dbg_show()Markus Elfring1-1/+1
2018-01-17gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard1-10/+10
2017-12-02gpio: gpio-stmpe: make various char arrays static const, shrinks object sizeColin Ian King1-9/+15
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-10/+9
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-9/+8
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-9/+8
2016-11-24gpio: stmpe: fix interrupt handling bugLinus Walleij1-1/+1
2016-10-20gpio: stmpe: || vs && typoDan Carpenter1-1/+1
2016-09-30gpio: stmpe: use BIT() macroLinus Walleij1-12/+12
2016-09-30gpio: stmpe: forbid unused lines to be mapped as IRQsLinus Walleij1-0/+11
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-08-10gpio: stmpe: Add STMPE1600 supportPatrice Chotard1-10/+38
2016-08-10gpio: stmpe: Rework registers accessPatrice Chotard1-21/+27
2016-08-10gpio: stmpe: Write int status register only when neededPatrice Chotard1-4/+8
2016-08-10gpio: stmpe: Fix edge and rising/falling edge detectionPatrice Chotard1-25/+60
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-06-07gpio: stmpe: implement .get_direction()Linus Walleij1-0/+17
2016-05-11gpio: stmpe: make it explicitly non-modularPaul Gortmaker1-26/+5
2016-01-05gpio: stmpe: use gpiochip data pointerLinus Walleij1-17/+12
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-01-20gpio: stmpe: enforce device tree only modeLinus Walleij1-20/+3
2014-10-02gpio: stmpe: add verbose debug codeLinus Walleij1-0/+75
2014-10-02gpio: stmpe: fix up interrupt enable logicLinus Walleij1-3/+3
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij1-6/+12
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-7/+1
2014-06-19gpio: stmpe: switch to use gpiolib irqchip helpersLinus Walleij1-84/+27
2014-05-23mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij1-13/+5
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-10-16gpio: stmpe: drop references to "virtual" IRQ, fix bugLinus Walleij1-12/+13
2013-05-30gpio: stmpe: Staticize non-exported symbolsAxel Lin1-3/+3
2013-05-30gpio: stmpe: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-03-27gpio: stmpe: pass DT node to irqdomainGabriel Fernandez1-4/+11
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2012-12-10gpio: Provide the STMPE GPIO driver with its own IRQ DomainLee Jones1-31/+47
2012-12-01gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar1-2/+8
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-2/+2
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-03-12gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma1-1/+1
2012-03-06gpio: Support no-irq stmpe modeChris Blair1-16/+25