1. 3f13b6a gpio: mvebu: Fix cause computation in irq handler by Gregory CLEMENT · 7 years ago
  2. c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  3. 6c7515c gpio: mvebu: change compatible string for PWM support by Ralph Sennhauser · 8 years ago
  4. b6730b2 gpio: mvebu: Add support for the Armada 7K/8K SoCs by Gregory CLEMENT · 8 years ago
  5. 43a2dce gpio: mvebu: fix regmap_update_bits usage by Gregory CLEMENT · 8 years ago
  6. fc7a906 gpio: mvebu: fix gpio bank registration when pwm is used by Richard Genoud · 8 years ago
  7. c528eb2 gpio: mvebu: fix blink counter register selection by Richard Genoud · 8 years ago
  8. 2233bf7 gpio: mvebu: switch to regmap for register access by Thomas Petazzoni · 8 years ago
  9. 6ec015d gpio: mvebu: sort header include by Gregory CLEMENT · 8 years ago
  10. 757642f gpio: mvebu: Add limited PWM support by Andrew Lunn · 8 years ago
  11. d2cabc4 gpio: mvebu: use BIT macro instead of bit shifting by Ralph Sennhauser · 8 years ago
  12. f07708c gpio: mvebu: let the compiler inline by Ralph Sennhauser · 8 years ago
  13. f4c240c gpio: mvebu: extra whitespace fixes by Ralph Sennhauser · 8 years ago
  14. 163ad36 gpio: mvebu: checkpatch: whitespace fixes by Ralph Sennhauser · 8 years ago
  15. d276de7 gpio: mvebu: checkpatch: unsigned int fixes by Ralph Sennhauser · 8 years ago
  16. 899c37e gpio: mvebu: start multiline block comments with blank line by Ralph Sennhauser · 8 years ago
  17. 7077f4c gpio: mvebu: checkpatch: block comment fixes by Ralph Sennhauser · 8 years ago
  18. f0d5046 gpio: mvebu: fix warning when building on 64-bit by Russell King · 8 years ago
  19. 812d478 gpio/mvebu: Use irq_domain_add_linear by Jason Gunthorpe · 8 years ago
  20. ed329f3 gpio: mvebu: make explicitly non-modular by Paul Gortmaker · 9 years ago
  21. 00b9ab4 gpio: mvebu: Use devm_gpiochip_add_data() for gpio registration by Laxman Dewangan · 9 years ago
  22. bbe7600 gpio: mvebu: use gpiochip data pointer by Linus Walleij · 9 years ago
  23. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  24. 203f0da gpio: replace trivial implementations of request/free with generic one by Jonas Gorski · 9 years ago
  25. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  26. 364ea44b gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removal by Thomas Gleixner · 9 years ago
  27. 476f8b4 gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  28. d68cd06ce4 gpio/mvebu: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  29. 6181954 gpio: mvebu: Fix mask/unmask managment per irq chip type by Gregory CLEMENT · 10 years ago
  30. f1d2d08 gpio: mvebu: Fix probe cleanup on error by Andrew Lunn · 10 years ago
  31. a4319a6 gpio: mvebu: checkpatch fixes by Andrew Lunn · 10 years ago
  32. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  33. b5b7b48 gpio: mvebu: add suspend/resume support by Thomas Petazzoni · 10 years ago
  34. 4a3a950 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  35. dd64003 gpio: mvebu: Remove initcall-based driver initialization by Ezequiel Garcia · 11 years ago
  36. 271b17b gpio: mvebu: Make of_device_id array const by Jingoo Han · 11 years ago
  37. 6c8365f gpio: mvebu: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  38. 01ca59f gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibility by Thomas Petazzoni · 11 years ago
  39. 3509c6f gpio: mvebu: Do not hard code error code by Sachin Kamat · 11 years ago
  40. bdc54ef Merge tag 'v3.13-rc3' into devel by Linus Walleij · 11 years ago
  41. 9fb1f39 gpio/pinctrl: make gpio_chip members typed boolean by Linus Walleij · 11 years ago
  42. d535922 gpio: mvebu: make mvchip->irqbase signed for error handling by Dan Carpenter · 11 years ago
  43. 08a67a5 drivers/gpio: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  44. fb90c22 gpio: mvebu: Use irq_get_trigger_type() to get IRQ flags by Javier Martinez Canillas · 12 years ago
  45. 8cfc2a1 drivers/gpio: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  46. 30c67e9 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  47. a4ba5e1 gpio: mvebu: add dbg_show function by Simon Guinot · 12 years ago
  48. f4dcd2d9 gpio: gpio-mvebu.c: fix checkpatch errors by Laurent Navet · 12 years ago
  49. de88747 gpio: mvebu: Add clk support to prevent lockup by Andrew Lunn · 12 years ago
  50. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  51. 641d034 gpio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  52. 11c0cee gpio: mvebu: Don't free chip label memory by Thierry Reding · 12 years ago
  53. bc1008c gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG by Gregory CLEMENT · 12 years ago
  54. 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
  55. b0885d0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  56. aeca8ad gpio: remove use of __devinitdata by Bill Pemberton · 12 years ago
  57. 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
  58. e913376 mvebu-gpio: Disable blinking when enabling a GPIO for output by Jamie Lentin · 12 years ago
  59. 3764bdde gpio: mvebu: Set free callback for gpio_chip by Axel Lin · 12 years ago
  60. bc90942 Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  61. 8fcff5f GPIO: mvebu-gpio: Don't initialize the mask_cache by Andrew Lunn · 12 years ago
  62. ce931f5 gpio/mvebu: convert to use irq_domain_add_simple() by Linus Walleij · 12 years ago
  63. c57d75c gpio: mvebu: correctly set the value in direction_output() by Thomas Petazzoni · 12 years ago
  64. 7cf8c9f gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type by Axel Lin · 12 years ago
  65. fefe7b0 gpio: introduce gpio-mvebu driver for Marvell SoCs by Thomas Petazzoni · 12 years ago