summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mxs.c
AgeCommit message (Expand)Author
2017-08-21gpio: mxs: use devres for irq generic chipBartosz Golaszewski
2017-08-21gpio: mxs: disallow unbinding the driverBartosz Golaszewski
2017-03-15gpio: mxs: use devm_irq_alloc_descs()Bartosz Golaszewski
2016-12-30gpio: mxs: remove __init annotationArnd Bergmann
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2016-10-24gpio: mxs: fix duplicate level interruptsSascha Hauer
2016-10-24gpio: mxs: use enable/disable regs to (un)mask irqsSascha Hauer
2016-10-20gpio: mxs: Unmap region obtained by of_iomapArvind Yadav
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-06-18gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King
2015-05-12gpio: Constify platform_device_idKrzysztof Kozlowski
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-28gpio: mxs: implement get_direction callbackJanusz Uzycki
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang
2014-03-27gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut
2013-11-06gpio: gpio-mxs: Remove unneeded dt checksFabio Estevam
2013-05-20gpio: mxs: Use set and clear capabilities of the gpio controllerMaxime Ripard
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-01-29gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-09-03gpio/mxs: adopt irq_domain support for mxs gpio driverShawn Guo
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo
2012-05-12gpio/mxs: add device tree probeShawn Guo
2012-05-12gpio/mxs: get rid of the use of cpu_is_xxxShawn Guo
2012-05-12gpio/mxs: use devm_* helpers to make error handling simpleShawn Guo
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker
2011-08-17gpio/mxs: move irq_to_gpio() into gpio-mxs driverShawn Guo
2011-07-19gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo
2011-06-07gpio/mxs: convert gpio-mxs to use generic irq chipShawn Guo
2011-06-07gpio/mxs: remove irq_high related implementationShawn Guo
2011-06-07gpio/mxs: convert gpio-mxs to use basic_mmio_gpio libraryShawn Guo
2011-06-06gpio/mxs: Change gpio-mxs into an upstanding gpio driverShawn Guo
2011-06-06gpio/mxs: Move Freescale mxs gpio driver to drivers/gpioGrant Likely