aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tc3589x.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Gravatar Thomas Gleixner 1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-8/+7
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-9/+8
2016-11-25gpio: simplify adding threaded interruptsGravatar Linus Walleij 1-9/+8
2016-11-15gpio: tc3589x: fix up .get_direction()Gravatar Linus Walleij 1-1/+1
2016-09-19gpio: tc3589x: fix up complaints on unsignedGravatar Linus Walleij 1-11/+11
2016-09-19gpio: tc3589x: add .get_direction() and small cleanupGravatar Linus Walleij 1-6/+23
2016-09-13gpio: constify gpio_chip structuresGravatar Julia Lawall 1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversGravatar Masahiro Yamada 1-1/+0
2016-04-05gpio: tc3589x: make explicitly non-modularGravatar Paul Gortmaker 1-11/+0
2016-04-05gpio: tc3589x: implement open drain/source callbackGravatar Linus Walleij 1-0/+41
2016-04-05gpio: tc3589x: use BIT() macroGravatar Linus Walleij 1-8/+9
2016-02-23gpio: tc3589x: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-11/+2
2016-01-05gpio: tc3589x: use gpiochip data pointerGravatar Linus Walleij 1-15/+10
2015-12-26gpio: tc3589x: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-08-27gpio: tc3589x: use static container helperGravatar Linus Walleij 1-5/+5
2015-03-26mfd: tc3589x: Enforce device-tree only modeGravatar Linus Walleij 1-3/+0
2015-01-15gpio: tc3589x: get rid of platform dataGravatar Linus Walleij 1-13/+2
2014-11-25mfd: tc3589x: get rid of static baseGravatar Linus Walleij 1-1/+1
2014-09-26gpio: handle also nested irqchips in the chained handler set-upGravatar Linus Walleij 1-0/+5
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-7/+1
2014-04-28gpio: tc3589x: use gpiolib irqchip helpersGravatar Linus Walleij 1-91/+23
2014-04-28gpio: tc3589x: get rid of static IRQ baseGravatar Linus Walleij 1-9/+1
2014-04-28gpio: tc3589x: use managed resourcesGravatar Linus Walleij 1-18/+10
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanGravatar Linus Walleij 1-1/+1
2013-10-11gpio: tc3589x: drop references to "virtual" IRQGravatar Linus Walleij 1-18/+18
2013-05-30gpio: tc3589x: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-03-27gpio: gpio-tc3589x.c: fix checkpatch errorsGravatar Laurent Navet 1-4/+4
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-10-26gpio/tc3589x: convert to use the simple irqdomainGravatar Linus Walleij 1-11/+9
2012-09-12gpio: Enable the tc3298x GPIO expander driver for Device TreeGravatar Lee Jones 1-9/+17
2012-09-12gpio: Provide the tc3589x GPIO expander driver with an IRQ domainGravatar Lee Jones 1-28/+70
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-0/+389