1. 9f51ce0 gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() by Yang Li · 3 years ago
  2. 0b39536 gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe by Miaoqian Lin · 3 years ago
  3. 5e6a584 Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 4 months ago
  4. 889a1b3 gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid a leak by Christophe JAILLET · 3 years, 5 months ago
  5. 7d65889 gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()' by Christophe JAILLET · 3 years, 5 months ago
  6. 555bda4 gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_probe()' by Christophe JAILLET · 3 years, 5 months ago
  7. 47fb0cf Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 3 years, 5 months ago
  8. dbd1c54 gpio: Bulk conversion to generic_handle_domain_irq() by Marc Zyngier · 3 years, 9 months ago
  9. ec7099f Revert "gpio: mpc8xxx: change the gpio interrupt flags." by Rasmus Villemoes · 3 years, 7 months ago
  10. 76c47d1 gpio: mpc8xxx: Add ACPI support by Ran Wang · 3 years, 10 months ago
  11. 3795d7c gpio: mpc8xxx: simplify ls1028a/ls1088a support by Michael Walle · 4 years, 4 months ago
  12. 3d5bfbd gpio: mpc8xxx: change the gpio interrupt flags. by Song Hui · 4 years, 7 months ago
  13. 6a77de2 Merge tag 'v5.5-rc6' into devel by Linus Walleij · 5 years ago
  14. 227caae gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs. by Song Hui · 5 years ago
  15. 322f6a3 gpio: mpc8xxx: Add platform device to gpiochip->parent by Johnson CH Chen (陳昭勳) · 5 years ago
  16. 787b64a gpio/mpc8xxx: fix qoriq GPIO reading by Russell King · 5 years ago
  17. 4e50573 gpio: mpc8xxx: Don't overwrite default irq_set_type callback by Vladimir Oltean · 5 years ago
  18. 698b8ee gpio/mpc8xxx: change irq handler from chained to normal by Song Hui · 5 years ago
  19. 7b73220 gpio: mpc8xxx: add ls1088a platform special function by Song Hui · 5 years ago
  20. bd4bd33 gpio: mpc8xxx: Add ls1028a device specify function. by Song Hui · 5 years ago
  21. b3222f7 gpio: mpc8xxx: Do not reverse bits using bgpio by Linus Walleij · 7 years ago
  22. 7eb6ce2 gpio: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  23. d71cf15 gpio: mpc8xxx: Correct irq handler function by Liu Gang · 8 years ago
  24. adf32ea gpio: mpc8xxx: Slightly update the code for better readability by Axel Lin · 9 years ago
  25. cd0d3f5 gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chip by Axel Lin · 9 years ago
  26. fa4007c gpio: mpc8xxx: Fixup setting gpio direction output by Axel Lin · 9 years ago
  27. 42178e2 drivers/gpio: Switch gpio-mpc8xxx to use gpio-generic by Liu Gang · 9 years ago
  28. 7817998 gpio: mpc8xxx: Do not use gpiochip_get_data() in mpc8xxx_gpio_save_regs() by Guenter Roeck · 9 years ago
  29. 709d71a gpio: mpc8xxx: use gpiochip data pointer by Linus Walleij · 9 years ago
  30. c759174 gpio: mpc8xxx: Be sure to clamp return value by Linus Walleij · 9 years ago
  31. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  32. 5059361 gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlock by Alexander Stein · 9 years ago
  33. 0ba69e0 gpio: mpc8xxx: add support for MPC5125 by Uwe Kleine-König · 10 years ago
  34. 82e39b0 gpio: mpc8xxx: handle differences between incarnations at a single place by Uwe Kleine-König · 10 years ago
  35. 4183afe gpio: mpc8xxx: constify of_device_id by Uwe Kleine-König · 10 years ago
  36. 0537981 gpio/mpc8xxx: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  37. 0b354dc gpio: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  38. 32c006a gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[] by Kevin Hao · 10 years ago
  39. 257e107 gpio: mpc8xxx: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  40. 98686d9a5 gpio: mpc8xxx: Convert to platform device interface. by Ricardo Ribalda Delgado · 10 years ago
  41. e5db3b3 gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple function by Rojhalat Ibrahim · 10 years ago
  42. 1aeef30 powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536 by Liu Gang · 11 years ago
  43. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  44. 5ba17ae gpio: mpc8xxx: drop references to "virtual" IRQ by Linus Walleij · 11 years ago
  45. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  46. de0ccf7 gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mapping by Anatolij Gustschin · 12 years ago
  47. 01a04dd gpio/mpc8xxx: add a const qualifier by Uwe Kleine-König · 13 years ago
  48. d6de85e gpio: mpc8xxx: Prevent NULL pointer deref in demux handler by Thomas Gleixner · 13 years ago
  49. ff8c3ab irq_domain/powerpc: Replace custom xlate functions with library functions by Grant Likely · 13 years ago
  50. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  51. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  52. 28538df gpio: mpc8xxx: don't allow input-only pins to be output for MPC5121 by Wolfram Sang · 13 years ago
  53. cfadd83 powerpc/8xxx: Fix interrupt handling in MPC8xxx GPIO driver by Felix Radensky · 13 years ago
  54. 15a5148 powerpc/85xx: Add 'fsl,pq3-gpio' compatiable for GPIO driver by Kumar Gala · 13 years ago
  55. c68308d gpio: move mpc8xxx/512x gpio driver to drivers/gpio by Wolfram Sang · 13 years ago[Renamed from arch/powerpc/sysdev/mpc8xxx_gpio.c]
  56. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 14 years ago
  57. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 14 years ago
  58. d1dcfbb powerpc/mpc8xxx_gpio: simplify searching for 'fsl, qoriq-gpio' compatiable by Anatolij Gustschin · 14 years ago
  59. 94347cb powerpc: sysdev/mpc8xxx_gpio irq_data conversion. by Lennert Buytenhek · 14 years ago
  60. d392da5 Merge v2.6.37-rc8 into powerpc/next by Grant Likely · 14 years ago
  61. da3ed89 powerpc/mpc8xxx_gpio: Add support for 'qoriq-gpio' controllers by Kumar Gala · 15 years ago
  62. e39d5ef powerpc/5xxx: extend mpc8xxx_gpio driver to support mpc512x gpios by Anatolij Gustschin · 14 years ago
  63. 391c970 of/gpio: add default of_xlate function if device has a node pointer by Anton Vorontsov · 15 years ago
  64. a19e3da of/gpio: Kill of_gpio_chip and add members directly to gpio_chip by Anton Vorontsov · 15 years ago
  65. 345e5c8 powerpc: Add interrupt support to mpc8xxx_gpio by Peter Korsgaard · 15 years ago
  66. 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
  67. c1a676d powerpc/85xx: Workaround MPC8572/MPC8536 GPIO 1 errata. by Felix Radensky · 15 years ago
  68. 1e16dfc powerpc: gpio driver for mpc8349/8572/8610 and compatible by Peter Korsgaard · 16 years ago