summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mxs.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mxs: Switch to SPDX identifierFabio Estevam2018-05-241-21/+7
* gpio: mxs: Use of_device_get_match_data()Thierry Reding2018-05-161-3/+1
* gpio: mxs: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+9
* gpio: mxs: disallow unbinding the driverBartosz Golaszewski2017-08-211-0/+1
* gpio: mxs: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-151-4/+2
* gpio: mxs: remove __init annotationArnd Bergmann2016-12-301-1/+1
* Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-131-12/+33
|\
| * gpio: mxs: fix duplicate level interruptsSascha Hauer2016-10-241-9/+29
| * gpio: mxs: use enable/disable regs to (un)mask irqsSascha Hauer2016-10-241-3/+4
* | gpio: mxs: Unmap region obtained by of_iomapArvind Yadav2016-10-201-2/+6
|/
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-19/+14
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* | gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan2015-09-141-2/+11
|/
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-1/+1
* Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-231-1/+1
|\
| * gpio: Constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
* | gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+2
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: mxs: implement get_direction callbackJanusz Uzycki2014-11-281-0/+13
|/
* gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut2014-03-271-1/+2
* gpio: gpio-mxs: Remove unneeded dt checksFabio Estevam2013-11-061-23/+9
* gpio: mxs: Use set and clear capabilities of the gpio controllerMaxime Ripard2013-05-201-1/+2
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-261-0/+31
|\
| * gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou2013-01-291-0/+31
* | gpio: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+6
|/
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio/mxs: adopt irq_domain support for mxs gpio driverShawn Guo2012-09-031-18/+30
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-62/+94
|\
| * gpio/mxs: add device tree probeShawn Guo2012-05-121-4/+32
| * gpio/mxs: get rid of the use of cpu_is_xxxShawn Guo2012-05-121-22/+52
| * gpio/mxs: use devm_* helpers to make error handling simpleShawn Guo2012-05-121-39/+13
* | 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
* | gpio/mxs: move irq_to_gpio() into gpio-mxs driverShawn Guo2011-08-171-0/+2
|/
* gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo2011-07-191-2/+2
* gpio/mxs: convert gpio-mxs to use generic irq chipShawn Guo2011-06-071-61/+34
* gpio/mxs: remove irq_high related implementationShawn Guo2011-06-071-14/+4
* gpio/mxs: convert gpio-mxs to use basic_mmio_gpio libraryShawn Guo2011-06-071-62/+18
* gpio/mxs: Change gpio-mxs into an upstanding gpio driverShawn Guo2011-06-061-92/+124
* gpio/mxs: Move Freescale mxs gpio driver to drivers/gpioGrant Likely2011-06-061-0/+338
OpenPOWER on IntegriCloud