aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mxs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11gpio: mxs: fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-1/+1
2023-07-19gpio: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-03-06gpio: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2022-06-23gpio: mxs: Fix header commentGravatar Stefan Wahren 1-1/+1
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-1/+1
2021-06-25gpio: mxs: Prefer unsigned int to bare use of unsignedGravatar Jinchao Wang 1-2/+2
2021-05-05gpio: mxs: remove useless functionGravatar Jiapeng Chong 1-5/+0
2020-12-04gpio: mxs: Remove unused .id_table supportGravatar Fabio Estevam 1-14/+0
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-1/+4
2018-12-21gpio: mxs: read pin level directly instead of using .getGravatar Uwe Kleine-König 1-1/+1
2018-09-04gpio: mxs: Get rid of external API callGravatar Linus Walleij 1-3/+1
2018-07-29gpio: mxs: Fit writel() into a single lineGravatar Fabio Estevam 1-2/+1
2018-05-24gpio: mxs: Switch to SPDX identifierGravatar Fabio Estevam 1-21/+7
2018-05-16gpio: mxs: Use of_device_get_match_data()Gravatar Thierry Reding 1-3/+1
2017-08-21gpio: mxs: use devres for irq generic chipGravatar Bartosz Golaszewski 1-5/+9
2017-08-21gpio: mxs: disallow unbinding the driverGravatar Bartosz Golaszewski 1-0/+1
2017-03-15gpio: mxs: use devm_irq_alloc_descs()Gravatar Bartosz Golaszewski 1-4/+2
2016-12-30gpio: mxs: remove __init annotationGravatar Arnd Bergmann 1-1/+1
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-12/+33
2016-10-24gpio: mxs: fix duplicate level interruptsGravatar Sascha Hauer 1-9/+29
2016-10-24gpio: mxs: use enable/disable regs to (un)mask irqsGravatar Sascha Hauer 1-3/+4
2016-10-20gpio: mxs: Unmap region obtained by of_iomapGravatar Arvind Yadav 1-2/+6
2016-01-05gpio: generic: factor into gpio_chip structGravatar Linus Walleij 1-19/+14
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipGravatar Peng Fan 1-2/+11
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-1/+1
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2015-06-18gpio: gpio-mxs: Fix race in installing chained IRQ handlerGravatar Russell King 1-2/+2
2015-05-12gpio: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-28gpio: mxs: implement get_direction callbackGravatar Janusz Uzycki 1-0/+13
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-27gpio: mxs: Allow for recursive enable_irq_wake() callGravatar Marek Vasut 1-1/+2
2013-11-06gpio: gpio-mxs: Remove unneeded dt checksGravatar Fabio Estevam 1-23/+9
2013-05-20gpio: mxs: Use set and clear capabilities of the gpio controllerGravatar Maxime Ripard 1-1/+2
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-0/+31
2013-01-29gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGravatar Gwenhael Goavec-Merou 1-0/+31
2013-01-22gpio: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-3/+6
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-09-03gpio/mxs: adopt irq_domain support for mxs gpio driverGravatar Shawn Guo 1-18/+30
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-62/+94
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyGravatar Shawn Guo 1-1/+1
2012-05-12gpio/mxs: add device tree probeGravatar Shawn Guo 1-4/+32
2012-05-12gpio/mxs: get rid of the use of cpu_is_xxxGravatar Shawn Guo 1-22/+52
2012-05-12gpio/mxs: use devm_* helpers to make error handling simpleGravatar Shawn Guo 1-39/+13
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hGravatar Paul Gortmaker 1-0/+1
2011-08-17gpio/mxs: move irq_to_gpio() into gpio-mxs driverGravatar Shawn Guo 1-0/+2
2011-07-19gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingGravatar Shawn Guo 1-2/+2