1. 1b18af4 spmi: spmi-pmic-arb: fix irq_set_type race condition by David Collins · 3 years ago
  2. 504eb71 spmi: mediatek: Add support for MT8195 by James Lo · 3 years ago
  3. b45b3cc spmi: mediatek: Add support for MT6873/8192 by James Lo · 3 years ago
  4. b56ca50 spmi: pmic-arb: Add sid and address to error messages by Stephen Boyd · 3 years ago
  5. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  6. e562cf3 spmi: hisi-spmi-controller: move driver from staging by Mauro Carvalho Chehab · 3 years, 6 months ago
  7. d19db80 spmi: spmi-pmic-arb: Fix hw_irq overflow by Subbaraman Narayanamurthy · 3 years, 11 months ago
  8. d40c2d4 spmi: Add driver shutdown support by Hsin-Hsiung Wang · 4 years, 1 month ago
  9. 0be0a73 spmi: fix some coding style issues at the spmi core by Mauro Carvalho Chehab · 4 years, 1 month ago
  10. b1f0aee spmi: get rid of a warning when built with W=1 by Mauro Carvalho Chehab · 4 years, 1 month ago
  11. 2d5a2f9 spmi: pmic-arb: Set lockdep class for hierarchical irq domains by Stephen Boyd · 5 years ago
  12. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  13. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  14. 760a160 spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in Kconfig by Brian Masney · 6 years ago
  15. 25655c7 spmi: pmic-arb: revert "validate type when mapping IRQ" by Brian Masney · 6 years ago
  16. e7dc6af spmi: pmic-arb: revert "disassociate old virq if hwirq mapping already exists" by Brian Masney · 6 years ago
  17. 135ef21 spmi: pmic-arb: validate type when mapping IRQ by Brian Masney · 6 years ago
  18. 682aefa spmi: pmic-arb: disassociate old virq if hwirq mapping already exists by Brian Masney · 6 years ago
  19. 12a9eea spmi: pmic-arb: convert to v2 irq interfaces to support hierarchical IRQ chips by Brian Masney · 6 years ago
  20. 2fb4f25 spmi: pmic-arb: Move the ownership check to irq_chip callback by Kiran Gunda · 7 years ago
  21. e55fe64 spmi: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  22. 53d296b spmi: pmic-arb: Remove checking opc value not less than 0 by Fenglin Wu · 7 years ago
  23. 40f318f spmi: pmic-arb: add support for HW version 5 by David Collins · 7 years ago
  24. 000e1a4 spmi: pmic-arb: fix a possible null pointer dereference by Kiran Gunda · 7 years ago
  25. e95d073 spmi: pmic-arb: return __iomem pointer instead of offset by Kiran Gunda · 7 years ago
  26. cdeef07 spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup capability by Kiran Gunda · 7 years ago
  27. ff615ed spmi: pmic-arb: return the value instead of passing by pointer by Kiran Gunda · 7 years ago
  28. 9f7a9a4 spmi: pmic-arb: replace the writel_relaxed with __raw_writel by Kiran Gunda · 7 years ago
  29. 4788e61 spmi: pmic-arb: fix memory allocation for mapping_table by Kiran Gunda · 7 years ago
  30. 325255b spmi: pmic-arb: optimize qpnpint_irq_set_type function by Kiran Gunda · 7 years ago
  31. f2f31564 spmi: pmic-arb: clean up pmic_arb_find_apid function by Kiran Gunda · 7 years ago
  32. 02abec3 spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other cleanup by Kiran Gunda · 7 years ago
  33. b319b59 spmi: pmic-arb: remove the read/write access checks by Kiran Gunda · 7 years ago
  34. eba9718 spmi: pmic-arb: Always allocate ppid_to_apid table by Stephen Boyd · 8 years ago
  35. d50daa2 spmi: Include OF based modalias in device uevent by Bjorn Andersson · 7 years ago
  36. 76b069b1 spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source by Kiran Gunda · 8 years ago
  37. 319f688 spmi: pmic_arb: add support for PMIC bus arbiter v3 by Abhijeet Dharmapurikar · 8 years ago
  38. 472eaf8 spmi: pmic-arb: check apid enabled before calling the handler by Abhijeet Dharmapurikar · 8 years ago
  39. 5f9b2ea spmi: pmic_arb: use appropriate flow handler by Abhijeet Dharmapurikar · 8 years ago
  40. cee0fad spmi: pmic-arb: clear the latched status of the interrupt by Abhijeet Dharmapurikar · 8 years ago
  41. f6dda8e spmi: pmic-arb: fix missing interrupts by Abhijeet Dharmapurikar · 8 years ago
  42. 6bc546e spmi: pmic-arb: cleanup unrequested irqs by Abhijeet Dharmapurikar · 8 years ago
  43. 7f1d4e5 spmi: pmic-arb: optimize table lookups by Abhijeet Dharmapurikar · 8 years ago
  44. 1ef1ce4 spmi: pmic-arb: fix inconsistent use of apid and chan by Abhijeet Dharmapurikar · 8 years ago
  45. 111a10b spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arb by Abhijeet Dharmapurikar · 8 years ago
  46. 57102ad spmi: pmic_arb: block access of invalid read and writes by Abhijeet Dharmapurikar · 8 years ago
  47. e98cc18 spmi: pmic-arb: Return an error code if sanity check fails by Christophe JAILLET · 8 years ago
  48. 47f55b7 spmi: do not use bus internal data by Sudip Mukherjee · 9 years ago
  49. 987a9f1 spmi: pmic-arb: Support more than 128 peripherals by Stephen Boyd · 9 years ago
  50. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  51. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  52. 9b76968 spmi: pmic-arb: u8 <= 0xff is always true by Stephen Boyd · 9 years ago
  53. d514479 spmi: pmic-arb: Don't byte swap when reading/writing FIFO by Stephen Boyd · 9 years ago
  54. ff6f464 spmi: Auto-populate driver.owner in spmi_driver_register() by Stephen Boyd · 9 years ago
  55. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  56. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  57. d719b76 spmi: Select IRQ_DOMAIN instead of depend on it by Stephen Boyd · 10 years ago
  58. 60be423 spmi: pmic-arb: add support for irq_get_irqchip_state by Courtney Cavin · 9 years ago
  59. a9fce37 spmi: add command tracepoints for SPMI by Ankit Gupta · 10 years ago
  60. 7fe88f3 spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  61. fb68ba6 spmi/pmic_arb: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  62. 61a590f spmi: Add dependency on HAS_IOMEM by Richard Weinberger · 10 years ago
  63. 149cb91 spmi: pmic_arb: remove ARM build time dependency by Ivan T. Ivanov · 10 years ago
  64. d0c6ae4 spmi: pmic_arb: add support for hw version 2 by Gilad Avidov · 10 years ago
  65. 0b9641f spmi: remove wakeup command before slave probe by Gilad Avidov · 10 years ago
  66. f271fbd spmi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  67. 6f8a103 spmi: Remove duplicate inclusion of module.h by Sachin Kamat · 11 years ago
  68. 442d40a spmi: pm: drop bus-level PM suspend/resume routines by Josh Cartwright · 11 years ago
  69. 2415fc6 spmi: pmic_arb: make selectable on ARCH_QCOM by Josh Cartwright · 11 years ago
  70. 67b563f spmi: pmic_arb: add support for interrupt handling by Josh Cartwright · 11 years ago
  71. 39ae93e spmi: Add MSM PMIC Arbiter SPMI controller by Kenneth Heitke · 11 years ago
  72. 5a86bf3 spmi: Linux driver framework for SPMI by Kenneth Heitke · 11 years ago