aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tc3589x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-8/+7
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-9/+8
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-9/+8
2016-11-15gpio: tc3589x: fix up .get_direction()Linus Walleij1-1/+1
2016-09-19gpio: tc3589x: fix up complaints on unsignedLinus Walleij1-11/+11
2016-09-19gpio: tc3589x: add .get_direction() and small cleanupLinus Walleij1-6/+23
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-04-05gpio: tc3589x: make explicitly non-modularPaul Gortmaker1-11/+0
2016-04-05gpio: tc3589x: implement open drain/source callbackLinus Walleij1-0/+41
2016-04-05gpio: tc3589x: use BIT() macroLinus Walleij1-8/+9
2016-02-23gpio: tc3589x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-11/+2
2016-01-05gpio: tc3589x: use gpiochip data pointerLinus Walleij1-15/+10
2015-12-26gpio: tc3589x: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-08-27gpio: tc3589x: use static container helperLinus Walleij1-5/+5
2015-03-26mfd: tc3589x: Enforce device-tree only modeLinus Walleij1-3/+0
2015-01-15gpio: tc3589x: get rid of platform dataLinus Walleij1-13/+2
2014-11-25mfd: tc3589x: get rid of static baseLinus Walleij1-1/+1
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij1-0/+5
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-7/+1
2014-04-28gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij1-91/+23
2014-04-28gpio: tc3589x: get rid of static IRQ baseLinus Walleij1-9/+1
2014-04-28gpio: tc3589x: use managed resourcesLinus Walleij1-18/+10
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-10-11gpio: tc3589x: drop references to "virtual" IRQLinus Walleij1-18/+18
2013-05-30gpio: tc3589x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-03-27gpio: gpio-tc3589x.c: fix checkpatch errorsLaurent Navet1-4/+4
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-26gpio/tc3589x: convert to use the simple irqdomainLinus Walleij1-11/+9
2012-09-12gpio: Enable the tc3298x GPIO expander driver for Device TreeLee Jones1-9/+17
2012-09-12gpio: Provide the tc3589x GPIO expander driver with an IRQ domainLee Jones1-28/+70
2011-06-06gpio: reorganize driversGrant Likely1-0/+389