1. e96f27c spmi: pmic-arb: support updating interrupt type flags by Yimin Peng · 6 years ago
  2. a118d1d spmi: pmic-arb: Use asynchronous probe by Patrick Daly · 6 years ago
  3. c6e7a0c spmi: pmic-arb: Always allocate ppid_to_apid table by Kiran Gunda · 6 years ago
  4. 2d5f01d spmi: pmic-arb: Move the ownership check to irq_chip callback by Kiran Gunda · 6 years ago
  5. 084e216 spmi: spmi-pmic-arb: correct duplicate APID to PPID mapping logic by David Collins · 7 years ago
  6. ee176e2 spmi: spmi-pmic-arb: add support for SPMI write corruption workaround by David Collins · 7 years ago
  7. 51257b7 spmi: pmic-arb: Remove custom show_resume_irq code by Stephen Boyd · 7 years ago
  8. 3dfb68c Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9 by Kyle Yan · 7 years ago
  9. 1c7e5ca spmi: Include OF based modalias in device uevent by Bjorn Andersson · 7 years ago
  10. 9a33914 spmi: spmi-pmic-arb-debug: add clock management support by David Collins · 7 years ago
  11. 8fbf358 spmi-pmic-arb: add support to dispatch interrupt based on IRQ status by Ashay Jaiswal · 7 years ago
  12. dc81798 spmi: spmi-pmic-arb: check apid against limits before calling irq handler by David Collins · 7 years ago
  13. 858c33a spmi: add SPMI PMIC arbiter debug bus driver by David Collins · 7 years ago
  14. f115a0e spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq by Subbaraman Narayanamurthy · 7 years ago
  15. b2d9a40 spmi: pmic-arb: add support for HW version 5 by David Collins · 8 years ago
  16. 69dc3fc spmi: pmic-arb: support show_resume_irq by Abhijeet Dharmapurikar · 8 years ago
  17. 57132f5 spmi-pmic-arb: fix a possible null pointer dereference by Abhijeet Dharmapurikar · 8 years ago
  18. 370a4fa spmi: pmic-arb: correct support for up to 512 APIDs by David Collins · 8 years ago
  19. 7888886 spmi-pmic-arb: change mode callback/ops for v3 by Abhijeet Dharmapurikar · 8 years ago
  20. 237e914 spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source by Nicholas Troast · 8 years ago
  21. 5e5078b spmi-pmic-arb: check apid enabled before calling the handler by Abhijeet Dharmapurikar · 8 years ago
  22. ed44ac1 spmi: pmic_arb: add a print in cleanup_irq by Abhijeet Dharmapurikar · 8 years ago
  23. 2464e90 spmi: pmic_arb: use appropriate flow handler by Abhijeet Dharmapurikar · 8 years ago
  24. 9c10f8f spmi: pmic_arb: add support for PMIC bus arbiter v3 by Nicholas Troast · 8 years ago
  25. 76de09c spmi: pmic_arb: don't synchronize accesses to interrupt region by Abhijeet Dharmapurikar · 8 years ago
  26. c27d863 spmi: pmic_arb: remove disabling of ACC bit by Abhijeet Dharmapurikar · 8 years ago
  27. 2ff2daf spmi: regmap: enable userspace writes by Abhijeet Dharmapurikar · 8 years ago
  28. 0571f6f spmi: pmic_arb: remove struct pmic_arb_irq_spec by Abhijeet Dharmapurikar · 8 years ago
  29. a5a32ce spmi: pmic-arb: clear the latched status when unmasking an interrupt by David Collins · 11 years ago
  30. e546548 spmi: pmic-arb: fix missing interrupts by Abhijeet Dharmapurikar · 8 years ago
  31. b9b8744 spmi: pmic-arb: cleanup unrequested irqs by Abhijeet Dharmapurikar · 8 years ago
  32. 8f8ec81 spmi: pmic-arb: disable ACC bit only when all irqs are disabled by Abhijeet Dharmapurikar · 8 years ago
  33. 6e9eb38 spmi: pmic-arb: optimize table lookups by Abhijeet Dharmapurikar · 8 years ago
  34. 39155b6 spmi: pmic-arb: fix inconsistent use of ppid and chan by Abhijeet Dharmapurikar · 8 years ago
  35. fbcfb7e spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arb by Abhijeet Dharmapurikar · 8 years ago
  36. 469f2c3 spmi: pmic-arb: cleanup 1 << X to use BIT(X) by Abhijeet Dharmapurikar · 8 years ago
  37. ea64f7f spmi: pmic_arb: block access of invalid read and writes by Abhijeet Dharmapurikar · 8 years ago
  38. df9bf94 spmi: pmic-arb: instantiate spmi_devices at arch_initcall by Abhijeet Dharmapurikar · 9 years ago
  39. e98cc18 spmi: pmic-arb: Return an error code if sanity check fails by Christophe JAILLET · 8 years ago
  40. 47f55b7 spmi: do not use bus internal data by Sudip Mukherjee · 8 years ago
  41. 987a9f1 spmi: pmic-arb: Support more than 128 peripherals by Stephen Boyd · 9 years ago
  42. 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
  43. 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
  44. 9b76968 spmi: pmic-arb: u8 <= 0xff is always true by Stephen Boyd · 9 years ago
  45. d514479 spmi: pmic-arb: Don't byte swap when reading/writing FIFO by Stephen Boyd · 9 years ago
  46. ff6f464 spmi: Auto-populate driver.owner in spmi_driver_register() by Stephen Boyd · 9 years ago
  47. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  48. 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
  49. d719b76 spmi: Select IRQ_DOMAIN instead of depend on it by Stephen Boyd · 9 years ago
  50. 60be423 spmi: pmic-arb: add support for irq_get_irqchip_state by Courtney Cavin · 9 years ago
  51. a9fce37 spmi: add command tracepoints for SPMI by Ankit Gupta · 9 years ago
  52. 7fe88f3 spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  53. fb68ba6 spmi/pmic_arb: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  54. 61a590f spmi: Add dependency on HAS_IOMEM by Richard Weinberger · 9 years ago
  55. 149cb91 spmi: pmic_arb: remove ARM build time dependency by Ivan T. Ivanov · 9 years ago
  56. d0c6ae4 spmi: pmic_arb: add support for hw version 2 by Gilad Avidov · 9 years ago
  57. 0b9641f spmi: remove wakeup command before slave probe by Gilad Avidov · 9 years ago
  58. f271fbd spmi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  59. 6f8a103 spmi: Remove duplicate inclusion of module.h by Sachin Kamat · 10 years ago
  60. 442d40a spmi: pm: drop bus-level PM suspend/resume routines by Josh Cartwright · 10 years ago
  61. 2415fc6 spmi: pmic_arb: make selectable on ARCH_QCOM by Josh Cartwright · 10 years ago
  62. 67b563f spmi: pmic_arb: add support for interrupt handling by Josh Cartwright · 10 years ago
  63. 39ae93e spmi: Add MSM PMIC Arbiter SPMI controller by Kenneth Heitke · 10 years ago
  64. 5a86bf3 spmi: Linux driver framework for SPMI by Kenneth Heitke · 10 years ago