aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mlxbf2.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10gpio: mlxbf2: Convert to immutable irq_chipGravatar Linus Walleij 1-7/+25
2022-09-19gpio: mlxbf2: Use generic_handle_irq_safe()Gravatar Sebastian Andrzej Siewior 1-4/+2
2022-04-25gpio: use raw spinlock for gpio chip shadowed dataGravatar Schspa Shi 1-9/+9
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+140
2021-10-29gpio: mlxbf2: Introduce IRQ supportGravatar Asmaa Mnebhi 1-2/+140
2021-10-25gpio: mlxbf2.c: Add check for bgpio_init failureGravatar Asmaa Mnebhi 1-0/+5
2021-08-16gpio: mlxbf2: Use DEFINE_RES_MEM_NAMED() helper macroGravatar Andy Shevchenko 1-5/+2
2021-08-16gpio: mlxbf2: Use devm_platform_ioremap_resource()Gravatar Andy Shevchenko 1-8/+3
2021-08-16gpio: mlxbf2: Drop wrong use of ACPI_PTR()Gravatar Andy Shevchenko 1-2/+2
2021-08-16gpio: mlxbf2: Convert to device PM opsGravatar Andy Shevchenko 1-15/+6
2020-07-08gpio: gpio-mlxbf2.c: Provide __releases() annotation to stop confusing SparseGravatar Lee Jones 1-0/+2
2020-07-08gpio: gpio-mlxbf2: Tell the compiler that ACPI functions may not be useGravatar Lee Jones 1-1/+1
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-3/+2
2020-05-25gpio: mlxbf2: Fix sleeping while holding spinlockGravatar Axel Lin 1-3/+3
2020-04-28gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()Gravatar Wei Yongjun 1-2/+2
2020-04-17gpio: mlxbf2: remove unused including <linux/version.h>Gravatar YueHaibing 1-1/+0
2020-03-09gpio: add driver for Mellanox BlueField 2 GPIO controllerGravatar Asmaa Mnebhi 1-0/+335