summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mlxbf2.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi2022-04-251-9/+9
* Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-081-2/+140
|\
| * gpio: mlxbf2: Introduce IRQ supportAsmaa Mnebhi2021-10-291-2/+140
* | gpio: mlxbf2.c: Add check for bgpio_init failureAsmaa Mnebhi2021-10-251-0/+5
|/
* gpio: mlxbf2: Use DEFINE_RES_MEM_NAMED() helper macroAndy Shevchenko2021-08-161-5/+2
* gpio: mlxbf2: Use devm_platform_ioremap_resource()Andy Shevchenko2021-08-161-8/+3
* gpio: mlxbf2: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-08-161-2/+2
* gpio: mlxbf2: Convert to device PM opsAndy Shevchenko2021-08-161-15/+6
* gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing SparseLee Jones2020-07-081-0/+2
* gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be useLee Jones2020-07-081-1/+1
* Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-06-051-3/+2
|\
| * gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()Wei Yongjun2020-04-281-2/+2
| * gpio: mlxbf2: remove unused including <linux/version.h>YueHaibing2020-04-171-1/+0
* | gpio: mlxbf2: Fix sleeping while holding spinlockAxel Lin2020-05-251-3/+3
|/
* gpio: add driver for Mellanox BlueField 2 GPIO controllerAsmaa Mnebhi2020-03-091-0/+335