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