| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: generic: factor into gpio_chip struct | Linus Walleij | 2016-01-05 | 1 | -19/+14 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-18 | 1 | -1/+1 |
|\ |
|
| * | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
* | | gpio: mxs: need to check return value of irq_alloc_generic_chip | Peng Fan | 2015-09-14 | 1 | -2/+11 |
|/ |
|
* | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2015-07-14 | 1 | -1/+1 |
* | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-06-23 | 1 | -1/+1 |
|\ |
|
| * | gpio: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-12 | 1 | -1/+1 |
* | | gpio: gpio-mxs: Fix race in installing chained IRQ handler | Russell King | 2015-06-18 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | gpio: mxs: implement get_direction callback | Janusz Uzycki | 2014-11-28 | 1 | -0/+13 |
|/ |
|
* | gpio: mxs: Allow for recursive enable_irq_wake() call | Marek Vasut | 2014-03-27 | 1 | -1/+2 |
* | gpio: gpio-mxs: Remove unneeded dt checks | Fabio Estevam | 2013-11-06 | 1 | -23/+9 |
* | gpio: mxs: Use set and clear capabilities of the gpio controller | Maxime Ripard | 2013-05-20 | 1 | -1/+2 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-02-26 | 1 | -0/+31 |
|\ |
|
| * | gpio: mxs: Add IRQ_TYPE_EDGE_BOTH support | Gwenhael Goavec-Merou | 2013-01-29 | 1 | -0/+31 |
* | | gpio: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -3/+6 |
|/ |
|
* | gpio: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | gpio/mxs: adopt irq_domain support for mxs gpio driver | Shawn Guo | 2012-09-03 | 1 | -18/+30 |
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -62/+94 |
|\ |
|
| * | gpio/mxs: add device tree probe | Shawn Guo | 2012-05-12 | 1 | -4/+32 |
| * | gpio/mxs: get rid of the use of cpu_is_xxx | Shawn Guo | 2012-05-12 | 1 | -22/+52 |
| * | gpio/mxs: use devm_* helpers to make error handling simple | Shawn Guo | 2012-05-12 | 1 | -39/+13 |
* | | gpio/generic: initialize basic_mmio_gpio shadow variables properly | Shawn Guo | 2012-05-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 1 | -0/+1 |
|\ |
|
| * | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | | gpio/mxs: move irq_to_gpio() into gpio-mxs driver | Shawn Guo | 2011-08-17 | 1 | -0/+2 |
|/ |
|
* | gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renaming | Shawn Guo | 2011-07-19 | 1 | -2/+2 |
* | gpio/mxs: convert gpio-mxs to use generic irq chip | Shawn Guo | 2011-06-07 | 1 | -61/+34 |
* | gpio/mxs: remove irq_high related implementation | Shawn Guo | 2011-06-07 | 1 | -14/+4 |
* | gpio/mxs: convert gpio-mxs to use basic_mmio_gpio library | Shawn Guo | 2011-06-07 | 1 | -62/+18 |
* | gpio/mxs: Change gpio-mxs into an upstanding gpio driver | Shawn Guo | 2011-06-06 | 1 | -92/+124 |
* | gpio/mxs: Move Freescale mxs gpio driver to drivers/gpio | Grant Likely | 2011-06-06 | 1 | -0/+338 |