aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xgene.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-06gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann1-10/+3
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+22
2016-05-01gpio: xgene: implement .get_direction()Linus Walleij1-0/+12
2016-05-01gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driverDuc Dang1-0/+9
2016-03-31gpio: xgene: make explicitly non-modularPaul Gortmaker1-8/+1
2016-03-30gpio: xgene: Prevent NULL pointer dereferenceAxel Lin1-0/+5
2016-02-23gpio: xgene: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-10/+1
2016-01-05gpio: xgene: use gpiochip data pointerLinus Walleij1-11/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin1-2/+0
2014-09-24gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin1-2/+0
2014-09-24gpio: xgene: Fix missing spin_lock_init()Axel Lin1-0/+1
2014-09-24gpio: Fix return value check in xgene_gpio_probe()Wei Yongjun1-2/+2
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij1-5/+2
2014-08-28gpio: Add APM X-Gene SoC GPIO controller supportFeng Kan1-0/+250