aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tc3589x.c
AgeCommit message (Expand)Author
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada
2016-04-05gpio: tc3589x: make explicitly non-modularPaul Gortmaker
2016-04-05gpio: tc3589x: implement open drain/source callbackLinus Walleij
2016-04-05gpio: tc3589x: use BIT() macroLinus Walleij
2016-02-23gpio: tc3589x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: tc3589x: use gpiochip data pointerLinus Walleij
2015-12-26gpio: tc3589x: Be sure to clamp return valueLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-08-27gpio: tc3589x: use static container helperLinus Walleij
2015-03-26mfd: tc3589x: Enforce device-tree only modeLinus Walleij
2015-01-15gpio: tc3589x: get rid of platform dataLinus Walleij
2014-11-25mfd: tc3589x: get rid of static baseLinus Walleij
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-04-28gpio: tc3589x: use gpiolib irqchip helpersLinus Walleij
2014-04-28gpio: tc3589x: get rid of static IRQ baseLinus Walleij
2014-04-28gpio: tc3589x: use managed resourcesLinus Walleij
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-10-11gpio: tc3589x: drop references to "virtual" IRQLinus Walleij
2013-05-30gpio: tc3589x: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-27gpio: gpio-tc3589x.c: fix checkpatch errorsLaurent Navet
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-28gpio: remove use of __devexitBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-28gpio: remove use of __devexit_pBill Pemberton
2012-10-26gpio/tc3589x: convert to use the simple irqdomainLinus Walleij
2012-09-12gpio: Enable the tc3298x GPIO expander driver for Device TreeLee Jones
2012-09-12gpio: Provide the tc3589x GPIO expander driver with an IRQ domainLee Jones
2011-06-06gpio: reorganize driversGrant Likely