Age | Commit message (Expand) | Author | Files | Lines |
2021-05-05 | gpio: mxs: remove useless function | Jiapeng Chong | 1 | -5/+0 |
2020-12-04 | gpio: mxs: Remove unused .id_table support | Fabio Estevam | 1 | -14/+0 |
2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
2018-12-21 | gpio: mxs: read pin level directly instead of using .get | Uwe Kleine-König | 1 | -1/+1 |
2018-09-04 | gpio: mxs: Get rid of external API call | Linus Walleij | 1 | -3/+1 |
2018-07-30 | gpio: mxs: Fit writel() into a single line | Fabio Estevam | 1 | -2/+1 |
2018-05-24 | gpio: mxs: Switch to SPDX identifier | Fabio Estevam | 1 | -21/+7 |
2018-05-16 | gpio: mxs: Use of_device_get_match_data() | Thierry Reding | 1 | -3/+1 |
2017-08-21 | gpio: mxs: use devres for irq generic chip | Bartosz Golaszewski | 1 | -5/+9 |
2017-08-21 | gpio: mxs: disallow unbinding the driver | Bartosz Golaszewski | 1 | -0/+1 |
2017-03-15 | gpio: mxs: use devm_irq_alloc_descs() | Bartosz Golaszewski | 1 | -4/+2 |
2016-12-30 | gpio: mxs: remove __init annotation | Arnd Bergmann | 1 | -1/+1 |
2016-12-13 | Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -12/+33 |
2016-10-24 | gpio: mxs: fix duplicate level interrupts | Sascha Hauer | 1 | -9/+29 |
2016-10-24 | gpio: mxs: use enable/disable regs to (un)mask irqs | Sascha Hauer | 1 | -3/+4 |
2016-10-20 | gpio: mxs: Unmap region obtained by of_iomap | Arvind Yadav | 1 | -2/+6 |
2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -19/+14 |
2015-09-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
2015-09-14 | gpio: mxs: need to check return value of irq_alloc_generic_chip | Peng Fan | 1 | -2/+11 |
2015-07-14 | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
2015-06-23 | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2015-06-18 | gpio: gpio-mxs: Fix race in installing chained IRQ handler | Russell King | 1 | -2/+2 |
2015-05-12 | gpio: Constify platform_device_id | Krzysztof Kozlowski | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-28 | gpio: mxs: implement get_direction callback | Janusz Uzycki | 1 | -0/+13 |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-03-27 | gpio: mxs: Allow for recursive enable_irq_wake() call | Marek Vasut | 1 | -1/+2 |
2013-11-06 | gpio: gpio-mxs: Remove unneeded dt checks | Fabio Estevam | 1 | -23/+9 |
2013-05-20 | gpio: mxs: Use set and clear capabilities of the gpio controller | Maxime Ripard | 1 | -1/+2 |
2013-02-26 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -0/+31 |
2013-01-29 | gpio: mxs: Add IRQ_TYPE_EDGE_BOTH support | Gwenhael Goavec-Merou | 1 | -0/+31 |
2013-01-22 | gpio: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -3/+6 |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-09-03 | gpio/mxs: adopt irq_domain support for mxs gpio driver | Shawn Guo | 1 | -18/+30 |
2012-05-26 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -62/+94 |
2012-05-19 | gpio/generic: initialize basic_mmio_gpio shadow variables properly | Shawn Guo | 1 | -1/+1 |
2012-05-12 | gpio/mxs: add device tree probe | Shawn Guo | 1 | -4/+32 |
2012-05-12 | gpio/mxs: get rid of the use of cpu_is_xxx | Shawn Guo | 1 | -22/+52 |
2012-05-12 | gpio/mxs: use devm_* helpers to make error handling simple | Shawn Guo | 1 | -39/+13 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 1 | -0/+1 |
2011-08-17 | gpio/mxs: move irq_to_gpio() into gpio-mxs driver | Shawn Guo | 1 | -0/+2 |
2011-07-19 | gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming | Shawn Guo | 1 | -2/+2 |
2011-06-07 | gpio/mxs: convert gpio-mxs to use generic irq chip | Shawn Guo | 1 | -61/+34 |
2011-06-07 | gpio/mxs: remove irq_high related implementation | Shawn Guo | 1 | -14/+4 |
2011-06-07 | gpio/mxs: convert gpio-mxs to use basic_mmio_gpio library | Shawn Guo | 1 | -62/+18 |
2011-06-06 | gpio/mxs: Change gpio-mxs into an upstanding gpio driver | Shawn Guo | 1 | -92/+124 |
2011-06-06 | gpio/mxs: Move Freescale mxs gpio driver to drivers/gpio | Grant Likely | 1 | -0/+338 |