summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-arizona.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: arizona: Include proper headerLinus Walleij2018-01-131-1/+1
* gpio: arizona: Add support for GPIOs that need to be maintainedCharles Keepax2017-05-291-2/+33
* gpio: arizona: Correct check whether the pin is an inputCharles Keepax2017-04-241-1/+1
* gpio: arizona: Correct handling for reading input GPIOsCharles Keepax2017-04-071-2/+28
* gpio: arizona: Tidy up probe error pathCharles Keepax2016-12-071-5/+2
* gpio: arizona: Remove pointless set of platform drvdataCharles Keepax2016-12-071-2/+0
* gpio: constify gpio_chip structuresJulia Lawall2016-09-131-1/+1
* gpio: arizona: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-10/+2
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-11/+6
|\
| * gpio: arizona: use gpiochip data pointerLinus Walleij2016-01-051-10/+5
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | gpio: arizona: Support Cirrus Logic CS47L24 and WM1831Richard Fitzgerald2016-01-111-0/+4
|/
* gpio: arizona: add support for WM8998 and WM1814Richard Fitzgerald2015-10-021-0/+2
* Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-04-181-2/+1
|\
| * gpio: use (!foo) instead of (foo == NULL)Varka Bhadram2015-04-081-1/+1
| * gpio: arizona: drop owner assignment from platform_driversVarka Bhadram2015-04-081-1/+0
* | gpio: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+1
|/
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-1/+2
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: arizona: Use the of_node from the Arizona deviceCharles Keepax2013-10-021-0/+3
* gpio: arizona: Add wm8997 support to probeCharles Keepax2013-09-201-0/+1
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-1/+1
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpiolib: Add support for Wolfson Microelectronics Arizona class devicesMark Brown2012-07-171-0/+163
OpenPOWER on IntegriCloud