| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-14 | syscore: Pass context data to callbacks | Thierry Reding | 1 | -4/+8 |
| 2025-09-24 | gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_ | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-07-07 | gpio: mxc: use new generic GPIO chip API | Bartosz Golaszewski | 1 | -17/+24 |
| 2025-07-07 | gpio: mxc: use lock guards for the generic GPIO chip lock | Bartosz Golaszewski | 1 | -27/+21 |
| 2025-06-16 | gpio: Use dev_fwnode() where applicable across drivers | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+8 |
| 2025-05-16 | gpio: Switch to irq_domain_create_*() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-05-15 | gpio: mxc: configure dynamic GPIO base for CONFIG_GPIO_SYSFS=n | Ahmad Fatoum | 1 | -1/+8 |
| 2025-01-23 | gpio: mxc: remove dead code after switch to DT-only | Ahmad Fatoum | 1 | -2/+1 |
| 2023-08-21 | gpio: mxc: Use helper function devm_clk_get_optional_enabled() | Li Zetao | 1 | -8/+1 |
| 2023-08-11 | gpio: mxc: release the parent IRQ in runtime suspend | Shenwei Wang | 1 | -12/+29 |
| 2023-07-25 | gpio: mxc: Improve PM configuration | Geert Uytterhoeven | 1 | -5/+5 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2023-07-10 | gpio: mxc: add runtime pm support | Shenwei Wang | 1 | -2/+59 |
| 2023-01-25 | gpio: mxc: Unlock on error path in mxc_flip_edge() | Dan Carpenter | 1 | -1/+2 |
| 2023-01-16 | gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode | Marek Vasut | 1 | -1/+1 |
| 2023-01-16 | gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock | Marek Vasut | 1 | -0/+11 |
| 2022-11-08 | gpio: mxc: enable pad wakeup on i.MX8x platforms | Shenwei Wang | 1 | -1/+91 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -1/+1 |
| 2021-06-21 | gpio: mxc: Fix disabled interrupt wake-up support | Loic Poulain | 1 | -1/+1 |
| 2020-11-18 | gpio: mxc: Convert the driver to DT-only | Fabio Estevam | 1 | -80/+22 |
| 2020-09-29 | gpio: mxc: Support module build | Anson Huang | 1 | -0/+6 |
| 2020-04-02 | gpio: Unconditionally assign .request()/.free() | Thierry Reding | 1 | -5/+2 |
| 2019-10-01 | gpio: mxc: Only get the second IRQ when there is more than one IRQ | Anson Huang | 1 | -3/+10 |
| 2019-08-02 | gpio: mxc: Use devm_clk_get_optional instead of devm_clk_get | Anson Huang | 1 | -6/+3 |
| 2019-04-05 | drivers: gpio: mxc: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
| 2019-02-25 | gpio: mxc: add check to return defer probe if clock tree NOT ready | Anson Huang | 1 | -1/+4 |
| 2018-11-16 | gpio: mxc: move gpio noirq suspend/resume to syscore phase | Anson Huang | 1 | -15/+24 |
| 2018-11-05 | gpio: gpio-mxc: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |
| 2018-07-29 | gpio: mxc: add power management support | Anson Huang | 1 | -0/+73 |
| 2018-05-24 | gpio: mxc: Switch to SPDX identifier | Fabio Estevam | 1 | -21/+8 |
| 2018-05-24 | gpio: mxc: add clock operation | Anson Huang | 1 | -0/+14 |
| 2018-05-16 | gpio: mxc: Remove reliance on <linux/gpio.h> | Linus Walleij | 1 | -6/+3 |
| 2017-08-21 | gpio: mxc: use devres for irq generic chip | Bartosz Golaszewski | 1 | -5/+10 |
| 2017-08-21 | gpio: mxc: disallow unbinding the driver | Bartosz Golaszewski | 1 | -0/+1 |
| 2017-08-14 | gpio: gpio-mxc: gpio_set_wake_irq() use proper return values | Philipp Rosenberger | 1 | -5/+6 |
| 2017-08-01 | gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake source | Philipp Rosenberger | 1 | -0/+3 |
| 2017-03-15 | gpio: mxc: use devm_irq_alloc_descs() | Bartosz Golaszewski | 1 | -4/+2 |
| 2016-10-05 | Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -8/+2 |
| 2016-09-12 | gpio: mxc: add generic gpio request/free callbacks to pinctrl | Vladimir Zapolskiy | 1 | -0/+5 |
| 2016-09-12 | gpio: mxc: shift gpio_mxc_init() to subsys_initcall level | Vladimir Zapolskiy | 1 | -1/+1 |
| 2016-08-23 | gpio: mxc: drop unused MODULE_ tags from non-modular code | Paul Gortmaker | 1 | -8/+2 |
| 2016-02-23 | gpio: mxc: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -4/+2 |
| 2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -15/+12 |
| 2015-10-15 | gpio-mxc: stop including <asm-generic/bug> | Christoph Hellwig | 1 | -1/+1 |
| 2015-09-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -2/+2 |
| 2015-09-14 | gpio: mxc: need to check return value of irq_alloc_generic_chip | Peng Fan | 1 | -2/+10 |
| 2015-08-13 | gpio: mxc: fix section mismatch warning | Dirk Behme | 1 | -1/+1 |
| 2015-08-13 | gpio/mxc: mask gpio interrupts in suspend | Ulises Brindis | 1 | -0/+1 |
| 2015-07-14 | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -3/+3 |
| 2015-06-23 | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -2/+3 |
| 2015-06-18 | gpio: gpio-mxc: Fix race in installing chained IRQ handler | Russell King | 1 | -7/+6 |
| 2015-05-12 | gpio: Constify platform_device_id | Krzysztof Kozlowski | 1 | -1/+1 |
| 2015-05-11 | gpio: mxc: read output value from GPIO_DR register | Vladimir Zapolskiy | 1 | -1/+2 |
| 2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -1/+1 |
| 2014-01-02 | gpio: mxc: Do not hard code return value | Sachin Kamat | 1 | -1/+1 |
| 2013-08-16 | gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handler | Uwe Kleine-König | 1 | -0/+4 |
| 2013-07-23 | gpio: gpio-mxc: Include "<linux/err.h>" | Fabio Estevam | 1 | -0/+1 |
| 2013-07-20 | gpio: gpio-mxc: Use devm functions | Fabio Estevam | 1 | -28/+8 |
| 2013-03-26 | arm: Move chained_irq_(enter|exit) to a generic file | Catalin Marinas | 1 | -1/+1 |
| 2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -2/+2 |
| 2012-08-07 | gpio/mxc: specify gpio base for device tree probe | Shawn Guo | 1 | -1/+2 |
| 2012-08-07 | gpio/mxc: remove redundant shadow variables initialization | Shawn Guo | 1 | -2/+0 |
| 2012-07-26 | Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | Linus Torvalds | 1 | -14/+57 |
| 2012-07-23 | Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -24/+32 |
| 2012-07-17 | gpio/mxc: use the edge_sel feature if available | Benoît Thébaudeau | 1 | -14/+57 |
| 2012-07-05 | gpio/mxc: make irqs work for fsl,imx21-gpio devices | Uwe Kleine-König | 1 | -4/+6 |
| 2012-07-01 | gpio/mxc: move irq_domain_add_legacy call into gpio driver | Shawn Guo | 1 | -24/+32 |
| 2012-05-19 | gpio/generic: initialize basic_mmio_gpio shadow variables properly | Shawn Guo | 1 | -1/+1 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-11-01 | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 1 | -0/+12 |
| 2011-10-31 | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 1 | -0/+1 |
| 2011-09-21 | gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler() | Shawn Guo | 1 | -0/+6 |
| 2011-08-17 | gpio/mxc: move irq_to_gpio() into gpio-mxc driver | Shawn Guo | 1 | -0/+2 |
| 2011-08-16 | gpio/mxc: add .to_irq for gpio chip | Shawn Guo | 1 | -0/+10 |
| 2011-07-19 | gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming | Shawn Guo | 1 | -2/+2 |
| 2011-07-08 | gpio/mxc: add device tree probe support | Shawn Guo | 1 | -6/+28 |
| 2011-07-08 | gpio/mxc: get rid of the uses of cpu_is_mx() | Shawn Guo | 1 | -18/+107 |
| 2011-07-07 | gpio/mxc: add missing initialization of basic_mmio_gpio shadow variables | Lothar Waßmann | 1 | -0/+2 |
| 2011-06-11 | gpio/mxc: fix a bug with gpio_get_value calling | Shawn Guo | 1 | -1/+1 |
| 2011-06-07 | gpio/mxc: convert gpio-mxc to use generic irq chip | Shawn Guo | 1 | -61/+29 |
| 2011-06-06 | gpio/mxc: convert gpio-mxc to use basic_mmio_gpio library | Shawn Guo | 1 | -69/+14 |
| 2011-06-06 | gpio/mxc: Change gpio-mxc into an upstanding gpio driver | Shawn Guo | 1 | -72/+145 |
| 2011-06-06 | gpio/mxc: Move Freescale MXC gpio driver to drivers/gpio | Shawn Guo | 1 | -0/+361 |