aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ep93xx.c
AgeCommit message (Expand)Author
2018-09-10gpio: ep93xx: fix test for end of loopDan Carpenter
2018-09-10gpio: ep93xx: fix incorrect array element size checkColin Ian King
2018-08-29gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIPLinus Walleij
2018-08-29gpio: ep93xx: Cut gpio_to_irq() usageLinus Walleij
2018-08-29gpio: ep93xx: Use for_each_set_bit() in IRQ handlerLinus Walleij
2018-08-29gpio: ep93xx: Use the hwirq and portLinus Walleij
2018-08-29gpio: ep93xx: Do not pingpong irq numbersLinus Walleij
2018-08-29gpio: ep93xx: Properly call the chained IRQ handlerLinus Walleij
2018-08-29gpio: ep93xx: Rename has_debounce to has_irqLinus Walleij
2018-08-29gpio: ep93xx: Pass around struct gpio_chipLinus Walleij
2018-08-29gpio: ep93xx: Switch to SPDX license tagLinus Walleij
2018-08-29gpio: ep93xx: Cut down variable namesLinus Walleij
2018-08-29ARM/gpio: ep93xx: build standaloneArnd Bergmann
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2016-02-23gpio: ep93xx: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-07-14gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalThomas Gleixner
2015-07-14gpio/ep93xx: Use irq_set_handler_locked()Thomas Gleixner
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang
2014-05-27gpio: ep93xx: Use devm_ioremap_resource()Jingoo Han
2014-05-16gpio: gpioep93xx: use devm functionsabdoulaye berthe
2013-10-16gpio: ep93xx: get rid of bogus __raw* accessorsLinus Walleij
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-25gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten
2012-03-14ep93xx: Configure GPIO ports in core codeRyan Mallon
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker
2011-10-01ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsLinus Walleij
2011-08-22ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driverLinus Walleij
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-06-09gpio/ep93xx: Remove superfluous debug pr_info statementGrant Likely
2011-06-08gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten
2011-06-07gpio/ep93xx: fix pr_fmt outputH Hartley Sweeten
2011-06-06gpio: reorganize driversGrant Likely
2011-06-06gpio/ep93xx: move driver to drivers/gpioH Hartley Sweeten