summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mxc.c
Commit message (Expand)AuthorAge
* gpio: mxc: use devres for irq generic chipBartosz Golaszewski2017-08-21
* gpio: mxc: disallow unbinding the driverBartosz Golaszewski2017-08-21
* gpio: gpio-mxc: gpio_set_wake_irq() use proper return valuesPhilipp Rosenberger2017-08-14
* gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourcePhilipp Rosenberger2017-08-01
* gpio: mxc: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-15
* Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-10-05
|\
| * gpio: mxc: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-23
* | gpio: mxc: add generic gpio request/free callbacks to pinctrlVladimir Zapolskiy2016-09-12
* | gpio: mxc: shift gpio_mxc_init() to subsys_initcall levelVladimir Zapolskiy2016-09-12
|/
* gpio: mxc: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-23
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-05
* gpio-mxc: stop including <asm-generic/bug>Christoph Hellwig2015-10-15
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-18
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* | gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan2015-09-14
|/
* gpio: mxc: fix section mismatch warningDirk Behme2015-08-13
* gpio/mxc: mask gpio interrupts in suspendUlises Brindis2015-08-13
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-14
* Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-23
|\
| * gpio: Constify platform_device_idKrzysztof Kozlowski2015-05-12
| * gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy2015-05-11
* | gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King2015-06-18
|/
* gpio: drop owner assignment from platform_driversWolfram Sang2014-10-20
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-22
* gpio: mxc: Do not hard code return valueSachin Kamat2014-01-02
* gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König2013-08-16
* gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam2013-07-23
* gpio: gpio-mxc: Use devm functionsFabio Estevam2013-07-20
* arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-26
* gpio: remove use of __devinitBill Pemberton2012-11-28
* gpio/mxc: specify gpio base for device tree probeShawn Guo2012-08-07
* gpio/mxc: remove redundant shadow variables initializationShawn Guo2012-08-07
* Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-26
|\
| * gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau2012-07-17
* | Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-23
|\ \
| * | gpio/mxc: move irq_domain_add_legacy call into gpio driverShawn Guo2012-07-01
| |/
* | gpio/mxc: make irqs work for fsl,imx21-gpio devicesUwe Kleine-König2012-07-05
|/
* gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-19
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker2011-10-31
* | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-01
|\ \ | |/ |/|
| * gpio/mxc: move irq_to_gpio() into gpio-mxc driverShawn Guo2011-08-17
| * gpio/mxc: add .to_irq for gpio chipShawn Guo2011-08-16
* | gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler()Shawn Guo2011-09-21
|/
* gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo2011-07-19
* gpio/mxc: add device tree probe supportShawn Guo2011-07-08
* gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-08
* gpio/mxc: add missing initialization of basic_mmio_gpio shadow variablesLothar Waßmann2011-07-07
* gpio/mxc: fix a bug with gpio_get_value callingShawn Guo2011-06-11
* gpio/mxc: convert gpio-mxc to use generic irq chipShawn Guo2011-06-07