1. 551cb86 gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_property by Andy Shevchenko · 4 years, 8 months ago
  2. aa90939 gpio: dwapb: Don't use IRQ 0 as valid Linux interrupt by Andy Shevchenko · 4 years, 8 months ago
  3. d7cc236 gpio: dwapb: avoid error message for optional IRQ by Andy Shevchenko · 4 years, 8 months ago
  4. 494a94e gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration by Andy Shevchenko · 4 years, 8 months ago
  5. 1475b62 gpio: dwapb: Amend indentation in some cases by Andy Shevchenko · 4 years, 9 months ago
  6. 1afbc80 gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value by Andy Shevchenko · 4 years, 9 months ago
  7. 4c2b54f gpio: dwapb: Split out dwapb_get_irq() helper by Andy Shevchenko · 4 years, 9 months ago
  8. c59042e gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls by Andy Shevchenko · 4 years, 9 months ago
  9. 4f344e8 gpio: dwapb: Drop bogus BUG_ON()s by Andy Shevchenko · 4 years, 9 months ago
  10. 48ce805 gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce() by Andy Shevchenko · 4 years, 9 months ago
  11. d31275a gpio: dwapb: Convert to use IRQ core provided macros by Andy Shevchenko · 4 years, 9 months ago
  12. 9826bbe gpio: dwapb: Use device_get_match_data() to simplify code by Andy Shevchenko · 4 years, 9 months ago
  13. e092bc5 gpio: dwapb: Convert to use irqd_to_hwirq() by Andy Shevchenko · 4 years, 9 months ago
  14. 43296bf gpio: dwapb: Deduplicate IRQ resource management by Andy Shevchenko · 4 years, 9 months ago
  15. f9754c7 gpio: dwapb: set default handler to be handle_bad_irq() by Andy Shevchenko · 4 years, 9 months ago
  16. 9b0aef3 gpio: dwapb: Use chained IRQ prologue and epilogue by Andy Shevchenko · 4 years, 9 months ago
  17. 038aa1f gpio: dwapb: Refactor IRQ handler to use bit operations by Andy Shevchenko · 4 years, 9 months ago
  18. c58220c gpio: dwapb: Append MODULE_ALIAS for platform driver by Andy Shevchenko · 4 years, 9 months ago
  19. 5c544c9 gpio: dwapb: Add debounce reference clock support by Serge Semin · 4 years, 10 months ago
  20. 3ea8094c gpio: dwapb: Use optional-clocks interface for APB ref-clock by Serge Semin · 4 years, 10 months ago
  21. 77cb907 gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h by Andy Shevchenko · 5 years ago
  22. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  23. 2a7194e drivers: gpio: dwap: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  24. deb19ac gpio: gpio-dwapb: simplify getting .driver_data by Wolfram Sang · 6 years ago
  25. a618cf4 gpio: dwapb: Fix error handling in dwapb_gpio_probe() by Alexey Khoroshilov · 6 years ago
  26. 10ed353 gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  27. da069d5 gpio: dwapb: Rework support for 1 interrupt per port A GPIO by Phil Edworthy · 7 years ago
  28. 7114b7b gpio: dwapb: Use of_device_get_match_data() by Thierry Reding · 7 years ago
  29. e6ca26a gpio: dwapb: Add support for 1 interrupt per port A GPIO by Phil Edworthy · 7 years ago
  30. e6bf377 gpio: dwapb: Add support for a bus clock by Phil Edworthy · 7 years ago
  31. 62c1623 gpio: dwapb: Call directly into the gpiochip to read value by Linus Walleij · 7 years ago
  32. 89f99fe gpio: dwapb: Use "stride" rather than "size" for register distance by Linus Walleij · 7 years ago
  33. d97a1b5 gpio: dwapb: fix bgpio usage by Linus Walleij · 7 years ago
  34. 07901a9 gpio: gpio-dwapb: add optional reset by Alan Tull · 7 years ago
  35. 6437c7b gpio: dwapb: Add wakeup source support by Hoan Tran · 7 years ago
  36. edadced gpio: dwapb: fix missing first irq for edgeboth irq type by Xiaoguang Chen · 8 years ago
  37. 5664aa1 gpio: dwapb: use dwapb_read instead of readl_relaxed by Jisheng Zhang · 8 years ago
  38. a72b8c4 gpio: dwapb: Add support for next generation of X-Gene SoC by Hoan Tran · 8 years ago
  39. 2956b5d pinctrl / gpio: Introduce .set_config() callback for GPIO chips by Mika Westerberg · 8 years ago
  40. bfab7c8 gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata() by Wei Yongjun · 9 years ago
  41. 1b0d5287 gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platforms by Duc Dang · 9 years ago
  42. e6cb348 gpio: dwapb: add gpio-signaled acpi event support by Jiang Qiu · 9 years ago
  43. 4ba8cfa gpio: dwapb: convert device node to fwnode by Jiang Qiu · 9 years ago
  44. e815918 gpio: dwapb: remove name from dwapb_port_property by Jiang Qiu · 9 years ago
  45. 0f4630f gpio: generic: factor into gpio_chip struct by Linus Walleij · 9 years ago
  46. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  47. 476f8b4 gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  48. 6218b88 gpio/dwapb: Fix race in installing chained IRQ handler by Thomas Gleixner · 10 years ago
  49. da9df93 gpio: dwapb: Convert to use resource managed APIs by Axel Lin · 10 years ago
  50. 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
  51. e3a2e87 gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq by Alexandre Courbot · 10 years ago
  52. 4a3a950 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  53. 58a3b92 gpio: dwapb: fix pointer to integer cast by Linus Walleij · 10 years ago
  54. 1e960db GPIO: gpio-dwapb: Suspend & Resume PM enabling by Weike Chen · 10 years ago
  55. 5d60d9e GPIO: gpio-dwapb: Support Debounce by Weike Chen · 10 years ago
  56. 67809b9 GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_write by Weike Chen · 10 years ago
  57. 3d2613c GPIO: gpio-dwapb: Enable platform driver binding to MFD driver by Weike Chen · 10 years ago
  58. 9f5132a gpio: remove all usage of gpio_remove retval in driver/gpio by abdoulaye berthe · 11 years ago
  59. 6a2f4b7 gpio: dwapb: use a second irq chip by Sebastian Andrzej Siewior · 11 years ago
  60. 11d3d33 gpio: dwapb: drop irq_setup_generic_chip() by Sebastian Andrzej Siewior · 11 years ago
  61. 57ef042 gpio: switch drivers to use new callback by Linus Walleij · 11 years ago
  62. 7779b345 gpio: add a driver for the Synopsys DesignWare APB GPIO block by Jamie Iles · 11 years ago