summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-xgene.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann2017-03-061-10/+3
* Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-8/+22
|\
| * gpio: xgene: implement .get_direction()Linus Walleij2016-05-011-0/+12
| * gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driverDuc Dang2016-05-011-0/+9
| * gpio: xgene: make explicitly non-modularPaul Gortmaker2016-03-311-8/+1
* | gpio: xgene: Prevent NULL pointer dereferenceAxel Lin2016-03-301-0/+5
|/
* gpio: xgene: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-10/+1
* gpio: xgene: use gpiochip data pointerLinus Walleij2016-01-051-11/+6
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin2014-09-241-2/+0
* gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin2014-09-241-2/+0
* gpio: xgene: Fix missing spin_lock_init()Axel Lin2014-09-241-0/+1
* gpio: Fix return value check in xgene_gpio_probe()Wei Yongjun2014-09-241-2/+2
* gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij2014-09-231-5/+2
* gpio: Add APM X-Gene SoC GPIO controller supportFeng Kan2014-08-281-0/+250
OpenPOWER on IntegriCloud