summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-grgpio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: grgpio: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* gpio: grgpio: Fix device removingUwe Kleine-König2022-06-231-13/+1
* gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi2022-04-251-15/+15
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-1/+0
* gpio: Remove the unused flagsShaokun Zhang2020-01-151-1/+0
* gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai2020-01-071-4/+6
* gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()Jia-Ju Bai2020-01-071-4/+0
* gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-2/+0
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-3/+1
|\
| * gpio: grgpio: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-06-271-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* drivers/gpio/gpio-grgpio.c: Remove duplicate headerBrajeswar Ghosh2018-11-191-1/+0
* gpio: grgpio: Include the right headerLinus Walleij2018-03-191-2/+1
* gpio: grgpio: Do not use gc->pin2mask()Linus Walleij2017-10-251-3/+3
* gpio: Convert to using %pOF instead of full_nameRob Herring2017-08-141-1/+1
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-41/+32
* gpio/grgpio: fix deadlock in grgpio_irq_unmap()Alexandre Courbot2015-08-171-5/+10
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-8/+0
* gpio: Constify irq_domain_opsKrzysztof Kozlowski2015-05-061-1/+1
* Merge tag 'v3.19-rc5' into develLinus Walleij2015-01-201-1/+2
|\
| * gpio: grgpio: Avoid potential NULL pointer dereferenceAxel Lin2015-01-081-1/+2
* | gpio: grgpio: off by one in grgpio_to_irq()Dan Carpenter2015-01-151-1/+1
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: grgpio: remove irq_domain resources on failurePramod Gurav2014-10-281-0/+1
|/
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-3/+1
* gpio: grgpio: Make of_device_id array constJingoo Han2014-05-091-1/+1
* gpio: grgpio: Staticize local symbolsSachin Kamat2013-06-191-3/+3
* gpio: grgpio: Add irq supportAndreas Larsson2013-04-261-3/+359
* gpio: grgpio: Add device driver for GRGPIO coresAndreas Larsson2013-04-261-0/+149