summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mb86s7x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mb86s7x: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* gpio: mb86s7x: don't include gpiolib.hBartosz Golaszewski2023-09-111-1/+0
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* gpio: mb86s7x: Remove superfluous test for ACPI companionAndy Shevchenko2020-05-181-8/+6
* gpio: mb86s7x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2020-05-181-9/+7
* gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko2019-07-311-0/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-7/+44
|\
| * gpio: mb86s7x: Enable ACPI supportArd Biesheuvel2019-05-291-7/+44
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
|/
* drivers: gpio: mb86s7x: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
* gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Ard Biesheuvel2017-10-311-5/+0
* gpio: mb86s7x: share with other SoCs as moduleArd Biesheuvel2017-10-311-1/+6
* gpio: mb86s7x: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-141-1/+3
* gpio: mb86s7x: use builtin_platform_driverGeliang Tang2016-11-221-5/+1
* gpio: mb86s7x: make explicitly non-modularPaul Gortmaker2016-03-311-7/+1
* gpio: mb86s7x: Remove redundant platform_set_drvdata() callAxel Lin2016-03-301-2/+0
* gpio: mb86s7x: use gpiochip data pointerLinus Walleij2016-01-051-12/+7
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: mb86s70: Return error if requesting an already assigned gpioAxel Lin2015-03-021-0/+5
* gpio: Add Fujitsu MB86S7x GPIO driverJassi Brar2015-01-201-0/+232