aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mxc.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-02gpio: mxc: Use devm_clk_get_optional instead of devm_clk_getGravatar Anson Huang 1-6/+3
2019-04-05drivers: gpio: mxc: use devm_platform_ioremap_resource()Gravatar Enrico Weigelt, metux IT consult 1-3/+1
2019-02-25gpio: mxc: add check to return defer probe if clock tree NOT readyGravatar Anson Huang 1-1/+4
2018-11-16gpio: mxc: move gpio noirq suspend/resume to syscore phaseGravatar Anson Huang 1-15/+24
2018-11-05gpio: gpio-mxc: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2018-07-29gpio: mxc: add power management supportGravatar Anson Huang 1-0/+73
2018-05-24gpio: mxc: Switch to SPDX identifierGravatar Fabio Estevam 1-21/+8
2018-05-24gpio: mxc: add clock operationGravatar Anson Huang 1-0/+14
2018-05-16gpio: mxc: Remove reliance on <linux/gpio.h>Gravatar Linus Walleij 1-6/+3
2017-08-21gpio: mxc: use devres for irq generic chipGravatar Bartosz Golaszewski 1-5/+10
2017-08-21gpio: mxc: disallow unbinding the driverGravatar Bartosz Golaszewski 1-0/+1
2017-08-14gpio: gpio-mxc: gpio_set_wake_irq() use proper return valuesGravatar Philipp Rosenberger 1-5/+6
2017-08-01gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourceGravatar Philipp Rosenberger 1-0/+3
2017-03-15gpio: mxc: use devm_irq_alloc_descs()Gravatar Bartosz Golaszewski 1-4/+2
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-8/+2
2016-09-12gpio: mxc: add generic gpio request/free callbacks to pinctrlGravatar Vladimir Zapolskiy 1-0/+5
2016-09-12gpio: mxc: shift gpio_mxc_init() to subsys_initcall levelGravatar Vladimir Zapolskiy 1-1/+1
2016-08-23gpio: mxc: drop unused MODULE_ tags from non-modular codeGravatar Paul Gortmaker 1-8/+2
2016-02-23gpio: mxc: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-4/+2
2016-01-05gpio: generic: factor into gpio_chip structGravatar Linus Walleij 1-15/+12
2015-10-15gpio-mxc: stop including <asm-generic/bug>Gravatar Christoph Hellwig 1-1/+1
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-2/+2
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipGravatar Peng Fan 1-2/+10
2015-08-13gpio: mxc: fix section mismatch warningGravatar Dirk Behme 1-1/+1
2015-08-13gpio/mxc: mask gpio interrupts in suspendGravatar Ulises Brindis 1-0/+1
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-3/+3
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-2/+3
2015-06-18gpio: gpio-mxc: Fix race in installing chained IRQ handlerGravatar Russell King 1-7/+6
2015-05-12gpio: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2015-05-11gpio: mxc: read output value from GPIO_DR registerGravatar Vladimir Zapolskiy 1-1/+2
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-1/+1
2014-01-02gpio: mxc: Do not hard code return valueGravatar Sachin Kamat 1-1/+1
2013-08-16gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerGravatar Uwe Kleine-König 1-0/+4
2013-07-23gpio: gpio-mxc: Include "<linux/err.h>"Gravatar Fabio Estevam 1-0/+1
2013-07-20gpio: gpio-mxc: Use devm functionsGravatar Fabio Estevam 1-28/+8
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileGravatar Catalin Marinas 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-08-07gpio/mxc: specify gpio base for device tree probeGravatar Shawn Guo 1-1/+2
2012-08-07gpio/mxc: remove redundant shadow variables initializationGravatar Shawn Guo 1-2/+0
2012-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Gravatar Linus Torvalds 1-14/+57
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-24/+32
2012-07-17gpio/mxc: use the edge_sel feature if availableGravatar Benoît Thébaudeau 1-14/+57
2012-07-05gpio/mxc: make irqs work for fsl,imx21-gpio devicesGravatar Uwe Kleine-König 1-4/+6
2012-07-01gpio/mxc: move irq_domain_add_legacy call into gpio driverGravatar Shawn Guo 1-24/+32
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyGravatar Shawn Guo 1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 1-0/+12
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hGravatar Paul Gortmaker 1-0/+1