aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mxc.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski1-1/+1
2025-07-07gpio: mxc: use new generic GPIO chip APIBartosz Golaszewski1-17/+24
2025-07-07gpio: mxc: use lock guards for the generic GPIO chip lockBartosz Golaszewski1-27/+21
2025-06-16gpio: Use dev_fwnode() where applicable across driversJiri Slaby (SUSE)1-2/+2
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+8
2025-05-16gpio: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-1/+1
2025-05-15gpio: mxc: configure dynamic GPIO base for CONFIG_GPIO_SYSFS=nAhmad Fatoum1-1/+8
2025-01-23gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum1-2/+1
2023-08-21gpio: mxc: Use helper function devm_clk_get_optional_enabled()Li Zetao1-8/+1
2023-08-11gpio: mxc: release the parent IRQ in runtime suspendShenwei Wang1-12/+29
2023-07-25gpio: mxc: Improve PM configurationGeert Uytterhoeven1-5/+5
2023-07-19gpio: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-10gpio: mxc: add runtime pm supportShenwei Wang1-2/+59
2023-01-25gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter1-1/+2
2023-01-16gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut1-1/+1
2023-01-16gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut1-0/+11
2022-11-08gpio: mxc: enable pad wakeup on i.MX8x platformsShenwei Wang1-1/+91
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-06-21gpio: mxc: Fix disabled interrupt wake-up supportLoic Poulain1-1/+1
2020-11-18gpio: mxc: Convert the driver to DT-onlyFabio Estevam1-80/+22
2020-09-29gpio: mxc: Support module buildAnson Huang1-0/+6
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding1-5/+2
2019-10-01gpio: mxc: Only get the second IRQ when there is more than one IRQAnson Huang1-3/+10
2019-08-02gpio: mxc: Use devm_clk_get_optional instead of devm_clk_getAnson Huang1-6/+3
2019-04-05drivers: gpio: mxc: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-02-25gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang1-1/+4
2018-11-16gpio: mxc: move gpio noirq suspend/resume to syscore phaseAnson Huang1-15/+24
2018-11-05gpio: gpio-mxc: simplify getting .driver_dataWolfram Sang1-4/+2
2018-07-29gpio: mxc: add power management supportAnson Huang1-0/+73
2018-05-24gpio: mxc: Switch to SPDX identifierFabio Estevam1-21/+8
2018-05-24gpio: mxc: add clock operationAnson Huang1-0/+14
2018-05-16gpio: mxc: Remove reliance on <linux/gpio.h>Linus Walleij1-6/+3
2017-08-21gpio: mxc: use devres for irq generic chipBartosz Golaszewski1-5/+10
2017-08-21gpio: mxc: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-14gpio: gpio-mxc: gpio_set_wake_irq() use proper return valuesPhilipp Rosenberger1-5/+6
2017-08-01gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourcePhilipp Rosenberger1-0/+3
2017-03-15gpio: mxc: use devm_irq_alloc_descs()Bartosz Golaszewski1-4/+2
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-8/+2
2016-09-12gpio: mxc: add generic gpio request/free callbacks to pinctrlVladimir Zapolskiy1-0/+5
2016-09-12gpio: mxc: shift gpio_mxc_init() to subsys_initcall levelVladimir Zapolskiy1-1/+1
2016-08-23gpio: mxc: drop unused MODULE_ tags from non-modular codePaul Gortmaker1-8/+2
2016-02-23gpio: mxc: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-4/+2
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-15/+12
2015-10-15gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig1-1/+1
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan1-2/+10
2015-08-13gpio: mxc: fix section mismatch warningDirk Behme1-1/+1
2015-08-13gpio/mxc: mask gpio interrupts in suspendUlises Brindis1-0/+1
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-3/+3
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-2/+3
2015-06-18gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King1-7/+6
2015-05-12gpio: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-11gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy1-1/+2
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+1
2014-01-02gpio: mxc: Do not hard code return valueSachin Kamat1-1/+1
2013-08-16gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König1-0/+4
2013-07-23gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam1-0/+1
2013-07-20gpio: gpio-mxc: Use devm functionsFabio Estevam1-28/+8
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-2/+2
2012-08-07gpio/mxc: specify gpio base for device tree probeShawn Guo1-1/+2
2012-08-07gpio/mxc: remove redundant shadow variables initializationShawn Guo1-2/+0
2012-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds1-14/+57
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-24/+32
2012-07-17gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau1-14/+57
2012-07-05gpio/mxc: make irqs work for fsl,imx21-gpio devicesUwe Kleine-König1-4/+6
2012-07-01gpio/mxc: move irq_domain_add_legacy call into gpio driverShawn Guo1-24/+32
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-0/+12
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-09-21gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler()Shawn Guo1-0/+6
2011-08-17gpio/mxc: move irq_to_gpio() into gpio-mxc driverShawn Guo1-0/+2
2011-08-16gpio/mxc: add .to_irq for gpio chipShawn Guo1-0/+10
2011-07-19gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo1-2/+2
2011-07-08gpio/mxc: add device tree probe supportShawn Guo1-6/+28
2011-07-08gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo1-18/+107
2011-07-07gpio/mxc: add missing initialization of basic_mmio_gpio shadow variablesLothar Waßmann1-0/+2
2011-06-11gpio/mxc: fix a bug with gpio_get_value callingShawn Guo1-1/+1
2011-06-07gpio/mxc: convert gpio-mxc to use generic irq chipShawn Guo1-61/+29
2011-06-06gpio/mxc: convert gpio-mxc to use basic_mmio_gpio libraryShawn Guo1-69/+14
2011-06-06gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo1-72/+145
2011-06-06gpio/mxc: Move Freescale MXC gpio driver to drivers/gpioShawn Guo1-0/+361