Age | Commit message (Expand) | Author | Files | Lines |
2020-01-15 | gpio: Remove the unused flags | Shaokun Zhang | 1 | -1/+0 |
2020-01-07 | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma... | Jia-Ju Bai | 1 | -4/+6 |
2020-01-07 | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove() | Jia-Ju Bai | 1 | -4/+0 |
2019-08-05 | gpio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -2/+0 |
2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -3/+1 |
2019-06-27 | gpio: grgpio: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-11-19 | drivers/gpio/gpio-grgpio.c: Remove duplicate header | Brajeswar Ghosh | 1 | -1/+0 |
2018-03-19 | gpio: grgpio: Include the right header | Linus Walleij | 1 | -2/+1 |
2017-10-25 | gpio: grgpio: Do not use gc->pin2mask() | Linus Walleij | 1 | -3/+3 |
2017-08-14 | gpio: Convert to using %pOF instead of full_name | Rob Herring | 1 | -1/+1 |
2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -41/+32 |
2015-08-17 | gpio/grgpio: fix deadlock in grgpio_irq_unmap() | Alexandre Courbot | 1 | -5/+10 |
2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring | 1 | -8/+0 |
2015-05-06 | gpio: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2015-01-20 | Merge tag 'v3.19-rc5' into devel | Linus Walleij | 1 | -1/+2 |
2015-01-15 | gpio: grgpio: off by one in grgpio_to_irq() | Dan Carpenter | 1 | -1/+1 |
2015-01-08 | gpio: grgpio: Avoid potential NULL pointer dereference | Axel Lin | 1 | -1/+2 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-10-28 | gpio: grgpio: remove irq_domain resources on failure | Pramod Gurav | 1 | -0/+1 |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -3/+1 |
2014-05-09 | gpio: grgpio: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
2013-06-19 | gpio: grgpio: Staticize local symbols | Sachin Kamat | 1 | -3/+3 |
2013-04-26 | gpio: grgpio: Add irq support | Andreas Larsson | 1 | -3/+359 |
2013-04-26 | gpio: grgpio: Add device driver for GRGPIO cores | Andreas Larsson | 1 | -0/+149 |