aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ep93xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27gpio: ep93xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-5/+2
2018-09-10gpio: ep93xx: fix test for end of loopDan Carpenter1-1/+1
2018-09-10gpio: ep93xx: fix incorrect array element size checkColin Ian King1-1/+1
2018-08-29gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIPLinus Walleij1-45/+50
2018-08-29gpio: ep93xx: Cut gpio_to_irq() usageLinus Walleij1-24/+24
2018-08-29gpio: ep93xx: Use for_each_set_bit() in IRQ handlerLinus Walleij1-14/+10
2018-08-29gpio: ep93xx: Use the hwirq and portLinus Walleij1-19/+14
2018-08-29gpio: ep93xx: Do not pingpong irq numbersLinus Walleij1-12/+23
2018-08-29gpio: ep93xx: Properly call the chained IRQ handlerLinus Walleij1-0/+8
2018-08-29gpio: ep93xx: Rename has_debounce to has_irqLinus Walleij1-7/+7
2018-08-29gpio: ep93xx: Pass around struct gpio_chipLinus Walleij1-38/+73
2018-08-29gpio: ep93xx: Switch to SPDX license tagLinus Walleij1-4/+1
2018-08-29gpio: ep93xx: Cut down variable namesLinus Walleij1-13/+13
2018-08-29ARM/gpio: ep93xx: build standaloneArnd Bergmann1-25/+23
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-3/+8
2016-02-23gpio: ep93xx: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-1/+1
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-12/+13
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-3/+2
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-1/+1
2015-07-14gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalThomas Gleixner1-1/+3
2015-07-14gpio/ep93xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-27gpio: ep93xx: Use devm_ioremap_resource()Jingoo Han1-1/+1
2014-05-16gpio: gpioep93xx: use devm functionsabdoulaye berthe1-27/+7
2013-10-16gpio: ep93xx: get rid of bogus __raw* accessorsLinus Walleij1-9/+9
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo1-1/+1
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-8/+0
2012-03-25gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten1-8/+0
2012-03-14ep93xx: Configure GPIO ports in core codeRyan Mallon1-7/+0
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-10-01ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsLinus Walleij1-0/+3
2011-08-22ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driverLinus Walleij1-1/+18
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-09gpio/ep93xx: Remove superfluous debug pr_info statementGrant Likely1-1/+0
2011-06-08gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten1-121/+119
2011-06-07gpio/ep93xx: fix pr_fmt outputH Hartley Sweeten1-1/+1
2011-06-06gpio: reorganize driversGrant Likely1-2/+0
2011-06-06gpio/ep93xx: move driver to drivers/gpioH Hartley Sweeten1-0/+410