summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mxc.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mxc: Use helper function devm_clk_get_optional_enabled()Li Zetao2023-08-211-8/+1
* gpio: mxc: release the parent IRQ in runtime suspendShenwei Wang2023-08-111-12/+29
* gpio: mxc: Improve PM configurationGeert Uytterhoeven2023-07-251-5/+5
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+0
* gpio: mxc: add runtime pm supportShenwei Wang2023-07-101-2/+59
* gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter2023-01-251-1/+2
* gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut2023-01-161-1/+1
* gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut2023-01-161-0/+11
* gpio: mxc: enable pad wakeup on i.MX8x platformsShenwei Wang2022-11-081-1/+91
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* gpio: mxc: Fix disabled interrupt wake-up supportLoic Poulain2021-06-211-1/+1
* gpio: mxc: Convert the driver to DT-onlyFabio Estevam2020-11-181-80/+22
* gpio: mxc: Support module buildAnson Huang2020-09-291-0/+6
* gpio: Unconditionally assign .request()/.free()Thierry Reding2020-04-021-5/+2
* gpio: mxc: Only get the second IRQ when there is more than one IRQAnson Huang2019-10-011-3/+10
* gpio: mxc: Use devm_clk_get_optional instead of devm_clk_getAnson Huang2019-08-021-6/+3
* drivers: gpio: mxc: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
* gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang2019-02-251-1/+4
* gpio: mxc: move gpio noirq suspend/resume to syscore phaseAnson Huang2018-11-161-15/+24
* gpio: gpio-mxc: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* gpio: mxc: add power management supportAnson Huang2018-07-291-0/+73
* gpio: mxc: Switch to SPDX identifierFabio Estevam2018-05-241-21/+8
* gpio: mxc: add clock operationAnson Huang2018-05-241-0/+14
* gpio: mxc: Remove reliance on <linux/gpio.h>Linus Walleij2018-05-161-6/+3
* gpio: mxc: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+10
* gpio: mxc: disallow unbinding the driverBartosz Golaszewski2017-08-211-0/+1
* gpio: gpio-mxc: gpio_set_wake_irq() use proper return valuesPhilipp Rosenberger2017-08-141-5/+6
* gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourcePhilipp Rosenberger2017-08-011-0/+3
* gpio: mxc: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-151-4/+2
* Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-10-051-8/+2
|\
| * gpio: mxc: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-8/+2
* | gpio: mxc: add generic gpio request/free callbacks to pinctrlVladimir Zapolskiy2016-09-121-0/+5
* | gpio: mxc: shift gpio_mxc_init() to subsys_initcall levelVladimir Zapolskiy2016-09-121-1/+1
|/
* gpio: mxc: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-4/+2
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-15/+12
* gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig2015-10-151-1/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-2/+2
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* | gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan2015-09-141-2/+10
|/
* gpio: mxc: fix section mismatch warningDirk Behme2015-08-131-1/+1
* gpio/mxc: mask gpio interrupts in suspendUlises Brindis2015-08-131-0/+1
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-3/+3
* Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-231-2/+3
|\
| * gpio: Constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
| * gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy2015-05-111-1/+2
* | gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King2015-06-181-7/+6
|/
* gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-1/+1
* gpio: mxc: Do not hard code return valueSachin Kamat2014-01-021-1/+1
* gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König2013-08-161-0/+4