aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mxs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-29gpio: mxs: Fit writel() into a single lineFabio Estevam1-2/+1
2018-05-24gpio: mxs: Switch to SPDX identifierFabio Estevam1-21/+7
2018-05-16gpio: mxs: Use of_device_get_match_data()Thierry Reding1-3/+1
2017-08-21gpio: mxs: use devres for irq generic chipBartosz Golaszewski1-5/+9
2017-08-21gpio: mxs: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-03-15gpio: mxs: use devm_irq_alloc_descs()Bartosz Golaszewski1-4/+2
2016-12-30gpio: mxs: remove __init annotationArnd Bergmann1-1/+1
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+33
2016-10-24gpio: mxs: fix duplicate level interruptsSascha Hauer1-9/+29
2016-10-24gpio: mxs: use enable/disable regs to (un)mask irqsSascha Hauer1-3/+4
2016-10-20gpio: mxs: Unmap region obtained by of_iomapArvind Yadav1-2/+6
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-19/+14
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan1-2/+11
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2015-06-18gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King1-2/+2
2015-05-12gpio: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-28gpio: mxs: implement get_direction callbackJanusz Uzycki1-0/+13
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-27gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2013-11-06gpio: gpio-mxs: Remove unneeded dt checksFabio Estevam1-23/+9
2013-05-20gpio: mxs: Use set and clear capabilities of the gpio controllerMaxime Ripard1-1/+2
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+31
2013-01-29gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou1-0/+31
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding1-3/+6
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-09-03gpio/mxs: adopt irq_domain support for mxs gpio driverShawn Guo1-18/+30
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-62/+94
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo1-1/+1
2012-05-12gpio/mxs: add device tree probeShawn Guo1-4/+32
2012-05-12gpio/mxs: get rid of the use of cpu_is_xxxShawn Guo1-22/+52
2012-05-12gpio/mxs: use devm_* helpers to make error handling simpleShawn Guo1-39/+13
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-08-17gpio/mxs: move irq_to_gpio() into gpio-mxs driverShawn Guo1-0/+2
2011-07-19gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo1-2/+2
2011-06-07gpio/mxs: convert gpio-mxs to use generic irq chipShawn Guo1-61/+34
2011-06-07gpio/mxs: remove irq_high related implementationShawn Guo1-14/+4
2011-06-07gpio/mxs: convert gpio-mxs to use basic_mmio_gpio libraryShawn Guo1-62/+18
2011-06-06gpio/mxs: Change gpio-mxs into an upstanding gpio driverShawn Guo1-92/+124
2011-06-06gpio/mxs: Move Freescale mxs gpio driver to drivers/gpioGrant Likely1-0/+338