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