aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-arizona.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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