summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-grgpio.c
AgeCommit message (Expand)AuthorLines
2022-06-23gpio: grgpio: Fix device removingUwe Kleine-König-13/+1
2022-04-25gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi-15/+15
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko-1/+0
2020-01-15gpio: Remove the unused flagsShaokun Zhang-1/+0
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai-4/+6
2020-01-07gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()Jia-Ju Bai-4/+0
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd-2/+0
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-3/+1
2019-06-27gpio: grgpio: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-11-19drivers/gpio/gpio-grgpio.c: Remove duplicate headerBrajeswar Ghosh-1/+0
2018-03-19gpio: grgpio: Include the right headerLinus Walleij-2/+1
2017-10-25gpio: grgpio: Do not use gc->pin2mask()Linus Walleij-3/+3
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring-1/+1
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij-41/+32
2015-08-17gpio/grgpio: fix deadlock in grgpio_irq_unmap()Alexandre Courbot-5/+10
2015-07-28gpio: kill off set_irq_flags usageRob Herring-8/+0
2015-05-06gpio: Constify irq_domain_opsKrzysztof Kozlowski-1/+1
2015-01-20Merge tag 'v3.19-rc5' into develLinus Walleij-1/+2
2015-01-15gpio: grgpio: off by one in grgpio_to_irq()Dan Carpenter-1/+1
2015-01-08gpio: grgpio: Avoid potential NULL pointer dereferenceAxel Lin-1/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-10-28gpio: grgpio: remove irq_domain resources on failurePramod Gurav-0/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe-3/+1
2014-05-09gpio: grgpio: Make of_device_id array constJingoo Han-1/+1
2013-06-19gpio: grgpio: Staticize local symbolsSachin Kamat-3/+3
2013-04-26gpio: grgpio: Add irq supportAndreas Larsson-3/+359
2013-04-26gpio: grgpio: Add device driver for GRGPIO coresAndreas Larsson-0/+149