1. ccc1256 regmap: irq: Add support to call client specific pre/post interrupt service by Laxman Dewangan · 9 years ago
  2. 58a5336 regmap: irq: Enable irq retriggering for nested irqs by Grygorii Strashko · 9 years ago
  3. 800c3a0 regmap: irq: add devm apis for regmap_{add,del}_irq_chip by Laxman Dewangan · 9 years ago
  4. 4618951 regmap: irq: dispose all virtual irq before removing domain by Laxman Dewangan · 9 years ago
  5. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 9 years ago
  6. 7a78479 regmap: irq: add support for configuration of trigger type by Laxman Dewangan · 9 years ago
  7. 549e08a regmap: replace kmalloc with kmalloc_array by lixiubo · 9 years ago
  8. eeda1bd regmap: replace kzalloc with kcalloc by lixiubo · 9 years ago
  9. a650fdd regmap: irq: add ack_invert flag for chips using cleared bits as ack by Guo Zeng · 9 years ago
  10. 7b7d196 regmap: irq: add support for chips who have separate unmask registers by Guo Zeng · 9 years ago
  11. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  12. e723f2c regmap: kill off set_irq_flags usage by Rob Herring · 10 years ago
  13. 7043f5f regmap: irq: Fixed a typo error by dashsriram · 10 years ago
  14. 77f5f3e regmap: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  15. 09cadf6 regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request by Valentin Rothberg · 10 years ago
  16. e128920 regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 11 years ago
  17. 72a6a5d regmap: irq: Set data pointer only on regmap_add_irq_chip success by Krzysztof Kozlowski · 11 years ago
  18. b5ab3e5 regmap: irq: Remove domain on exit by Mark Brown · 11 years ago
  19. d323343 regmap: irq: Allow using zero value for ack_base by Alexander Shiyan · 11 years ago
  20. 4bd7145 regmap: irq: clear status when disable irq by Yi Zhang · 11 years ago
  21. 2753e6f regmap: irq: Allow to acknowledge masked interrupts during initialization by Philipp Zabel · 11 years ago
  22. eed456f regmap: irq: Clarify error message when we fail to request primary IRQ by Mark Brown · 12 years ago
  23. 283189d regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed case by Li Fei · 12 years ago
  24. 9442490 regmap: irq: Support wake IRQ mask inversion by Mark Brown · 12 years ago
  25. 33be493 regmap: irq: Fix sync of wake statuses to hardware by Mark Brown · 12 years ago
  26. a7440ea regmap: irq: Use a bulk read for interrupt status where possible by Mark Brown · 12 years ago
  27. bbae92c regmap: irq: Factor register read out of the IRQ parsing loop by Mark Brown · 12 years ago
  28. 55ac85e regmap: irq: enable wake support by default by Laxman Dewangan · 12 years ago
  29. 90f790d regmap: irq: Allow users to retrieve the irq_domain by Mark Brown · 12 years ago
  30. 8138073 regmap: no need primary handler for nested irq by Yunfan Zhang · 12 years ago
  31. 36ac914 regmap: irq: Add mask invert flag for enable register by Xiaofan Tian · 12 years ago
  32. 0c00c50 regmap: irq: Enable devices for runtime PM while handling interrupts by Mark Brown · 12 years ago
  33. 40052ca regmap: irq: initialize all irqs to wake disabled by Stephen Warren · 12 years ago
  34. 685879f regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base by Stephen Warren · 12 years ago
  35. ca14275 regmap: name irq_chip based on regmap_irq_chip's name by Stephen Warren · 12 years ago
  36. 7ac140e regmap: store irq_chip inside regmap_irq_chip_data by Stephen Warren · 12 years ago
  37. 0eb46ad regmap: irq: Only update mask bits when doing initial mask by Mark Brown · 12 years ago
  38. 1603262 regmap: fix some error messages to take account of irq_reg_stride by Stephen Warren · 12 years ago
  39. 38e2319 Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next by Mark Brown · 12 years ago
  40. a43fd50 regmap: Implement support for wake IRQs by Mark Brown · 13 years ago
  41. bfd6185d regmap: Don't try to map non-existant IRQs by Mark Brown · 13 years ago
  42. b026ddb regmap: Constify regmap_irq_chip by Mark Brown · 13 years ago
  43. 38e7f5d regmap: Fix typo in IRQ register striding by Mark Brown · 13 years ago
  44. 022f926a regmap: add support for non contiguous status to regmap-irq by Graeme Gregory · 13 years ago
  45. 4af8be6 regmap: Convert regmap_irq to use irq_domain by Mark Brown · 13 years ago
  46. 06e65cb Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next by Mark Brown · 13 years ago
  47. 2431d0a regmap: Pass back the allocated regmap IRQ controller data by Mark Brown · 13 years ago
  48. 5680655 regmap: fix compile errors in regmap-irq.c due to stride changes by Stephen Warren · 13 years ago
  49. f01ee60 regmap: implement register striding by Stephen Warren · 13 years ago
  50. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
  51. 209a600 regmap: Add irq_base accessor to regmap_irq by Mark Brown · 13 years ago
  52. d23511f regmap: Report if we actually handled an interrupt in regmap-irq by Mark Brown · 13 years ago
  53. f8beab2 regmap: Add a reusable irq_chip for regmap based interrupt controllers by Mark Brown · 13 years ago