summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-wm8994.c
AgeCommit message (Expand)Author
2021-05-25gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2018-09-17gpio: wm8xxx: Cut down on boilerplateLinus Walleij
2018-09-17gpio: wm8xxx: Use the right headerLinus Walleij
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2016-09-13gpio: constify gpio_chip structuresJulia Lawall
2016-06-07gpio: remove redundant owner assignments of driversMasahiro Yamada
2016-04-14gpio: wm8994: use the new open drain callbackLinus Walleij
2016-02-23gpio: wm8994: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: wm8994: use gpiochip data pointerLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-08-16gpio: use dev_get_platdata()Jingoo Han
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-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds
2012-07-12gpiolib: wm8994: Convert to devm_kzalloc()Mark Brown
2012-07-12gpiolib: wm8994: Use irq_domain mappings for gpiosMark Brown
2012-07-05gpiolib: wm8994: Pay attention to the value set when enabling as outputMark Brown
2012-01-02gpio: Add decode of WM8994 GPIO configurationMark Brown
2011-06-06gpio: reorganize driversGrant Likely