Age | Commit message (Expand) | Author | Files | Lines |
2019-09-04 | gpio: ep93xx: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -67/+73 |
2019-06-27 | gpio: ep93xx: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -5/+2 |
2018-09-10 | gpio: ep93xx: fix test for end of loop | Dan Carpenter | 1 | -1/+1 |
2018-09-10 | gpio: ep93xx: fix incorrect array element size check | Colin Ian King | 1 | -1/+1 |
2018-08-29 | gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIP | Linus Walleij | 1 | -45/+50 |
2018-08-29 | gpio: ep93xx: Cut gpio_to_irq() usage | Linus Walleij | 1 | -24/+24 |
2018-08-29 | gpio: ep93xx: Use for_each_set_bit() in IRQ handler | Linus Walleij | 1 | -14/+10 |
2018-08-29 | gpio: ep93xx: Use the hwirq and port | Linus Walleij | 1 | -19/+14 |
2018-08-29 | gpio: ep93xx: Do not pingpong irq numbers | Linus Walleij | 1 | -12/+23 |
2018-08-29 | gpio: ep93xx: Properly call the chained IRQ handler | Linus Walleij | 1 | -0/+8 |
2018-08-29 | gpio: ep93xx: Rename has_debounce to has_irq | Linus Walleij | 1 | -7/+7 |
2018-08-29 | gpio: ep93xx: Pass around struct gpio_chip | Linus Walleij | 1 | -38/+73 |
2018-08-29 | gpio: ep93xx: Switch to SPDX license tag | Linus Walleij | 1 | -4/+1 |
2018-08-29 | gpio: ep93xx: Cut down variable names | Linus Walleij | 1 | -13/+13 |
2018-08-29 | ARM/gpio: ep93xx: build standalone | Arnd Bergmann | 1 | -25/+23 |
2017-01-26 | pinctrl / gpio: Introduce .set_config() callback for GPIO chips | Mika Westerberg | 1 | -3/+8 |
2016-02-23 | gpio: ep93xx: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -1/+1 |
2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -12/+13 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -3/+2 |
2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring | 1 | -1/+1 |
2015-07-14 | gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removal | Thomas Gleixner | 1 | -1/+3 |
2015-07-14 | gpio/ep93xx: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -1/+1 |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-27 | gpio: ep93xx: Use devm_ioremap_resource() | Jingoo Han | 1 | -1/+1 |
2014-05-16 | gpio: gpioep93xx: use devm functions | abdoulaye berthe | 1 | -27/+7 |
2013-10-16 | gpio: ep93xx: get rid of bogus __raw* accessors | Linus Walleij | 1 | -9/+9 |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-05-19 | gpio/generic: initialize basic_mmio_gpio shadow variables properly | Shawn Guo | 1 | -1/+1 |
2012-03-29 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -8/+0 |
2012-03-26 | gpio/ep93xx: Remove unused inline function and useless pr_err message | H Hartley Sweeten | 1 | -8/+0 |
2012-03-14 | ep93xx: Configure GPIO ports in core code | Ryan Mallon | 1 | -7/+0 |
2011-11-01 | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 1 | -0/+1 |
2011-10-02 | ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics | Linus Walleij | 1 | -0/+3 |
2011-08-22 | ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driver | Linus Walleij | 1 | -1/+18 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-06-09 | gpio/ep93xx: Remove superfluous debug pr_info statement | Grant Likely | 1 | -1/+0 |
2011-06-09 | gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio library | H Hartley Sweeten | 1 | -121/+119 |
2011-06-08 | gpio/ep93xx: fix pr_fmt output | H Hartley Sweeten | 1 | -1/+1 |
2011-06-06 | gpio: reorganize drivers | Grant Likely | 1 | -2/+0 |
2011-06-06 | gpio/ep93xx: move driver to drivers/gpio | H Hartley Sweeten | 1 | -0/+410 |