aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-grgpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19gpio: grgpio: Include the right headerLinus Walleij1-2/+1
2017-10-25gpio: grgpio: Do not use gc->pin2mask()Linus Walleij1-3/+3
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-41/+32
2015-08-17gpio/grgpio: fix deadlock in grgpio_irq_unmap()Alexandre Courbot1-5/+10
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-8/+0
2015-05-06gpio: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-01-20Merge tag 'v3.19-rc5' into develLinus Walleij1-1/+2
2015-01-15gpio: grgpio: off by one in grgpio_to_irq()Dan Carpenter1-1/+1
2015-01-08gpio: grgpio: Avoid potential NULL pointer dereferenceAxel Lin1-1/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-28gpio: grgpio: remove irq_domain resources on failurePramod Gurav1-0/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-3/+1
2014-05-09gpio: grgpio: Make of_device_id array constJingoo Han1-1/+1
2013-06-19gpio: grgpio: Staticize local symbolsSachin Kamat1-3/+3
2013-04-26gpio: grgpio: Add irq supportAndreas Larsson1-3/+359
2013-04-26gpio: grgpio: Add device driver for GRGPIO coresAndreas Larsson1-0/+149