aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-ep93xx.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-3/+8
2016-02-23gpio: ep93xx: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-1/+1
2016-01-05gpio: generic: factor into gpio_chip structGravatar Linus Walleij 1-12/+13
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-3/+2
2015-07-28gpio: kill off set_irq_flags usageGravatar Rob Herring 1-1/+1
2015-07-14gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removalGravatar Thomas Gleixner 1-1/+3
2015-07-14gpio/ep93xx: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-27gpio: ep93xx: Use devm_ioremap_resource()Gravatar Jingoo Han 1-1/+1
2014-05-16gpio: gpioep93xx: use devm functionsGravatar abdoulaye berthe 1-27/+7
2013-10-16gpio: ep93xx: get rid of bogus __raw* accessorsGravatar Linus Walleij 1-9/+9
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyGravatar Shawn Guo 1-1/+1
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-8/+0
2012-03-25gpio/ep93xx: Remove unused inline function and useless pr_err messageGravatar H Hartley Sweeten 1-8/+0
2012-03-14ep93xx: Configure GPIO ports in core codeGravatar Ryan Mallon 1-7/+0
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hGravatar Paul Gortmaker 1-0/+1
2011-10-01ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsGravatar Linus Walleij 1-0/+3
2011-08-22ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driverGravatar Linus Walleij 1-1/+18
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-06-09gpio/ep93xx: Remove superfluous debug pr_info statementGravatar Grant Likely 1-1/+0
2011-06-08gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryGravatar H Hartley Sweeten 1-121/+119
2011-06-07gpio/ep93xx: fix pr_fmt outputGravatar H Hartley Sweeten 1-1/+1
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-2/+0
2011-06-06gpio/ep93xx: move driver to drivers/gpioGravatar H Hartley Sweeten 1-0/+410