summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mxc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam2013-07-231-0/+1
* gpio: gpio-mxc: Use devm functionsFabio Estevam2013-07-201-28/+8
* arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-2/+2
* gpio/mxc: specify gpio base for device tree probeShawn Guo2012-08-071-1/+2
* gpio/mxc: remove redundant shadow variables initializationShawn Guo2012-08-071-2/+0
* Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-261-14/+57
|\
| * gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau2012-07-171-14/+57
* | Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-24/+32
|\ \
| * | gpio/mxc: move irq_domain_add_legacy call into gpio driverShawn Guo2012-07-011-24/+32
| |/
* | gpio/mxc: make irqs work for fsl,imx21-gpio devicesUwe Kleine-König2012-07-051-4/+6
|/
* gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-191-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+12
|\ \ | |/ |/|
| * gpio/mxc: move irq_to_gpio() into gpio-mxc driverShawn Guo2011-08-171-0/+2
| * gpio/mxc: add .to_irq for gpio chipShawn Guo2011-08-161-0/+10
* | gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler()Shawn Guo2011-09-211-0/+6
|/
* gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo2011-07-191-2/+2
* gpio/mxc: add device tree probe supportShawn Guo2011-07-081-6/+28
* gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-081-18/+107
OpenPOWER on IntegriCloud