1. f259f89 pinctrl: mcp23s08: fix irq and irqchip setup order by Marco Felsch · 6 years ago
  2. 7547b59 pinctrl: mcp23s08: debugfs: Do not restore the INTF register by Jan Kundrát · 7 years ago
  3. fa2b7fa pinctrl: mcp23s08: add open drain configuration for irq output by Phil Reid · 7 years ago
  4. d9f5004 pinctrl: mcp23s08: fix probing of mcp23s18 by Phil Reid · 7 years ago
  5. 1781af5 pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entries by Jan Kundrát · 7 years ago
  6. ed23175 pinctrl: mcp23s08: spi: Add HW address to gpio_chip.label by Jan Kundrát · 7 years ago
  7. 9b3e420 pinctrl: mcp23s08: spi: Fix regmap debugfs entries by Jan Kundrát · 7 years ago
  8. 02e389e pinctrl: mcp23s08: fix irq setup order by Dmitry Mastykin · 7 years ago
  9. 7c3012c pinctrl: mcp23s08: Combine two function calls into one in mcp23s08_dbg_show() by Markus Elfring · 7 years ago
  10. 7f6f50d pinctrl: mcp23s08: Improve unlocking of a mutex in mcp23s08_irq() by Markus Elfring · 7 years ago
  11. b630a23 Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  12. 6aa2f94 Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  13. bee67c7 Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel by Linus Walleij · 7 years ago
  14. f0fbe7b gpio: Move irqdomain into struct gpio_irq_chip by Thierry Reding · 7 years ago
  15. ff0f2ce gpio: mcp23s08: add support for mcp23018 by Phil Reid · 7 years ago
  16. 5986170 pinctrl: mcp23s08: fix interrupt handling regression by Dmitry Mastykin · 7 years ago
  17. 2a7893c pinctrl: mcp23s08: remove unused variables from pinconf_set by Phil Reid · 7 years ago
  18. d8f4494 pinctrl: mcp23s08: drop comment about missing irq support by Sebastian Reichel · 8 years ago
  19. ce9bd0a pinctrl: mcp23s08: simplify spi_present_mask handling by Sebastian Reichel · 8 years ago
  20. 5b1a7e8 pinctrl: mcp23s08: generalize irq property handling by Sebastian Reichel · 8 years ago
  21. 0d7fcd5 pinctrl: mcp23s08: simplify spi pdata handling by Sebastian Reichel · 8 years ago
  22. 5f853ac pinctrl: mcp23s08: simplify i2c pdata handling by Sebastian Reichel · 8 years ago
  23. d0e49da pinctrl: mcp23s08: switch to devm_gpiochip_add_data by Sebastian Reichel · 8 years ago
  24. 2f98e78 pinctrl: mcp23s08: use managed kzalloc for mcp by Sebastian Reichel · 8 years ago
  25. 2e29e76 pinctrl: mcp23s08: irq mapping is already done by Sebastian Reichel · 8 years ago
  26. 8f38910 pinctrl: mcp23s08: switch to regmap caching by Sebastian Reichel · 8 years ago
  27. d795cb5 pinctrl: mcp23s08: drop pullup config from pdata by Sebastian Reichel · 8 years ago
  28. 82039d2 pinctrl: mcp23s08: add pinconf support by Sebastian Reichel · 8 years ago
  29. 64ac43e gpio: mcp23s08: move to pinctrl by Sebastian Reichel · 8 years ago[Renamed from drivers/gpio/gpio-mcp23s08.c]
  30. 2cd29f2 gpio:mcp23s08 Fixed missing interrupts by Robert Middleton · 8 years ago
  31. 3d84fdb gpio: mcp23s08: use regmap by Sebastian Reichel · 8 years ago
  32. d245b3f gpio: simplify adding threaded interrupts by Linus Walleij · 8 years ago
  33. 60f749f gpio: mcp23s08: make driver depend on OF_GPIO by Linus Walleij · 8 years ago
  34. 16fe1ad gpio: mcp23s08: Add support for level triggered interrupts by Alexander Stein · 9 years ago
  35. f7aed67 gpio: mcp23s08: delete req/rel_resource callbacks by Linus Walleij · 9 years ago
  36. dad3d27 gpio: mcp23s08: switch to use gpiolib irqchip helpers by Phil Reid · 9 years ago
  37. 3539699 gpio: mcp23s08: Fix clearing of interrupt. by Phil Reid · 9 years ago
  38. 28c5a41 gpio: mcp23s08: Add support for mcp23s18 by Phil Reid · 9 years ago
  39. aaf2b3a gpio-mcp23s08: correctly handling failed allocation by Insu Yun · 9 years ago
  40. 9e03cf0 gpio: mcp: use gpiochip data pointer by Linus Walleij · 9 years ago
  41. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  42. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  43. 23393d4 gpio: kill off set_irq_flags usage by Rob Herring · 9 years ago
  44. c4941e0 gpio: removing kfree remove functionality by Varka Bhadram · 10 years ago
  45. 7898b31 gpio: use devm_kzalloc by Varka Bhadram · 10 years ago
  46. b184c38 gpio: mcp23s08: handle default gpio base by Sonic Zhang · 10 years ago
  47. 170680a gpio: mcp23s08: fix up compilation error by Linus Walleij · 10 years ago
  48. a4e6355 gpio: mcp23s08: Add option to configure IRQ output polarity as active high by Alexander Stein · 10 years ago
  49. a231b88c gpio: mcp23s08: Add simple IRQ support for SPI devices by Alexander Stein · 10 years ago
  50. 9c0b04b gpio: mcp23s08: request a shared interrupt by Alexander Stein · 10 years ago
  51. 1c649f4 gpio: mcp23s08: Do not free unrequested interrupt by Alexander Stein · 10 years ago
  52. e3a2e87 gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq by Alexandre Courbot · 10 years ago
  53. 3af0dbd gpio: mcp23s08 to support both device tree and platform data by Sonic Zhang · 10 years ago
  54. 06b49ea Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  55. 9f5132a gpio: remove all usage of gpio_remove retval in driver/gpio by abdoulaye berthe · 10 years ago
  56. ef8290a gpio: mcp23s08: Eliminates redundant checking. by Michael Welling · 11 years ago
  57. 80fb974 Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into next by Linus Torvalds · 11 years ago
  58. 596a1c5 gpio: mcp23s08: switch chip count to int by Linus Walleij · 11 years ago
  59. 3e3bed9 gpio: mcp23s08: fixed count variable for devicetree probing by Michael Stickel · 11 years ago
  60. ac79180 gpio: mcp23s08: Make of_device_id array const by Jingoo Han · 11 years ago
  61. 99e4b98 gpio: mcp23s08: Bug fix of SPI device tree registration. by Michael Welling · 11 years ago
  62. 57ef042 gpio: switch drivers to use new callback by Linus Walleij · 11 years ago
  63. 33bc8411 gpio: mcp23s08: trivial: fixed coding style issues by Gary Servin · 11 years ago
  64. de755c3 gpio: mcp23s08: fix casting caused build warning by SeongJae Park · 11 years ago
  65. 4e47f91 gpio: mcp23s08: Add irq functionality for i2c chips by Lars Poeschel · 11 years ago
  66. 9fb1f39 gpio/pinctrl: make gpio_chip members typed boolean by Linus Walleij · 11 years ago
  67. 4597168 gpio: mcp23s08: rename the device tree property by Lars Poeschel · 11 years ago
  68. e56aee1 gpio: use dev_get_platdata() by Jingoo Han · 11 years ago
  69. 8a56406 gpio-mcp23s08: i2c: auto-select base if no DT match or platform data by Daniel M. Weeks · 11 years ago
  70. 97ddb1c gpio: mcp23s08: convert driver to DT by Lars Poeschel · 12 years ago
  71. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  72. 206210c gpio: remove use of __devexit by Bill Pemberton · 12 years ago
  73. 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
  74. 8283c4f gpio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  75. cbf24fa gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m by Daniel M. Weeks · 12 years ago
  76. eb1567f gpio-mcp23s08: dbg_show: fix pullup configuration display by Peter Korsgaard · 13 years ago
  77. bb207ef drivers/gpio: Fix drivers who are implicit users of module.h by Paul Gortmaker · 14 years ago
  78. 752ad5e mcp23s08: add i2c support by Peter Korsgaard · 13 years ago
  79. d62b98f mcp23s08: isolate spi specific parts by Peter Korsgaard · 13 years ago
  80. 1bb6f9b0 mcp23s08: get rid of setup/teardown callbacks by Peter Korsgaard · 13 years ago
  81. 8ff37c3 mcp23s08: remove unused work queue by Peter Korsgaard · 13 years ago
  82. c103de2 gpio: reorganize drivers by Grant Likely · 14 years ago[Renamed (99%) from drivers/gpio/mcp23s08.c]
  83. 0b7bb77 gpio/mcp23s08: support mcp23s17 variant by Peter Korsgaard · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  85. d120c17 gpio: include <linux/gpio.h> not <asm/gpio.h> by H Hartley Sweeten · 15 years ago
  86. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  87. a342d21 gpio: fix probe() error return in gpio driver probes by Ben Dooks · 16 years ago
  88. 673c0c0 spi: core and gpio expanders use subsys_init by David Brownell · 16 years ago
  89. 8f1cc3b gpio: mcp23s08 handles multiple chips per chipselect by David Brownell · 16 years ago
  90. d8f388d8 gpio: sysfs interface by David Brownell · 16 years ago
  91. 1d1c1d9 gpio: mcp23s08 debug fix by Roel Kluin · 17 years ago
  92. d72cbed gpiolib: i2c/spi drivers: handle rmmod better by Guennadi Liakhovetski · 17 years ago
  93. e58b9e2 mcp23s08 spi gpio expander support by David Brownell · 17 years ago