aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-arizona.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-13gpio: arizona: Include proper headerLinus Walleij1-1/+1
2017-05-29gpio: arizona: Add support for GPIOs that need to be maintainedCharles Keepax1-2/+33
2017-04-24gpio: arizona: Correct check whether the pin is an inputCharles Keepax1-1/+1
2017-04-07gpio: arizona: Correct handling for reading input GPIOsCharles Keepax1-2/+28
2016-12-07gpio: arizona: Tidy up probe error pathCharles Keepax1-5/+2
2016-12-07gpio: arizona: Remove pointless set of platform drvdataCharles Keepax1-2/+0
2016-09-13gpio: constify gpio_chip structuresJulia Lawall1-1/+1
2016-02-23gpio: arizona: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+2
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-11/+6
2016-01-11gpio: arizona: Support Cirrus Logic CS47L24 and WM1831Richard Fitzgerald1-0/+4
2016-01-05gpio: arizona: use gpiochip data pointerLinus Walleij1-10/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-02gpio: arizona: add support for WM8998 and WM1814Richard Fitzgerald1-0/+2
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+1
2015-04-08gpio: use (!foo) instead of (foo == NULL)Varka Bhadram1-1/+1
2015-04-08gpio: arizona: drop owner assignment from platform_driversVarka Bhadram1-1/+0
2015-02-26gpio: arizona: Add support for WM8280/WM8281Richard Fitzgerald1-0/+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-10-02gpio: arizona: Use the of_node from the Arizona deviceCharles Keepax1-0/+3
2013-09-20gpio: arizona: Add wm8997 support to probeCharles Keepax1-0/+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-17gpiolib: Add support for Wolfson Microelectronics Arizona class devicesMark Brown1-0/+163