aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-stmpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-09gpio: Add support for stmpe variant 801Viresh Kumar1-3/+22
2011-06-06gpio: reorganize driversGrant Likely1-0/+404