aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-wm8994.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-25gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-12/+1
2018-09-17gpio: wm8xxx: Cut down on boilerplateLinus Walleij1-5/+1
2018-09-17gpio: wm8xxx: Use the right headerLinus Walleij1-1/+1
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-7/+6
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada1-1/+0
2016-04-14gpio: wm8994: use the new open drain callbackLinus Walleij1-1/+24
2016-02-23gpio: wm8994: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-14/+3
2016-01-05gpio: wm8994: use gpiochip data pointerLinus Walleij1-13/+8
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+2
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
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-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+5
2012-07-12gpiolib: wm8994: Convert to devm_kzalloc()Mark Brown1-8/+3
2012-07-12gpiolib: wm8994: Use irq_domain mappings for gpiosMark Brown1-4/+2
2012-07-05gpiolib: wm8994: Pay attention to the value set when enabling as outputMark Brown1-1/+4
2012-01-02gpio: Add decode of WM8994 GPIO configurationMark Brown1-2/+77
2011-06-06gpio: reorganize driversGrant Likely1-0/+242