index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spmi
/
spmi-pmic-arb.c
Age
Commit message (
Expand
)
Author
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-11-10
spmi: pmic-arb: fix return path in for_each_available_child_of_node()
Javier Carrasco
2024-07-31
spmi: pmic-arb: add missing newline in dev_err format strings
David Collins
2024-07-31
spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree
Konrad Dybcio
2024-07-12
spmi: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-08
spmi: pmic-arb: Add multi bus support
Abel Vesa
2024-05-08
spmi: pmic-arb: Register controller for bus instead of arbiter
Abel Vesa
2024-05-08
spmi: pmic-arb: Make core resources acquiring a version operation
Abel Vesa
2024-05-08
spmi: pmic-arb: Make the APID init a version operation
Abel Vesa
2024-05-08
spmi: pmic-arb: Fix some compile warnings about members not being described
Abel Vesa
2024-05-08
spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_p...
Markus Elfring
2023-12-15
spmi: Use devm_spmi_controller_alloc()
Fei Shao
2023-04-20
spmi: fix W=1 kernel-doc warnings
Randy Dunlap
2023-04-20
spmi: pmic-arb: Convert to platform remove callback returning void
Uwe Kleine-König
2022-11-10
spmi: pmic-arb: Add support for PMIC v7
David Collins
2022-09-30
spmi: pmic-arb: increase SPMI transaction timeout delay
David Collins
2022-09-30
spmi: pmic-arb: block access for invalid PMIC arbiter v5 SPMI writes
David Collins
2022-09-30
spmi: pmic-arb: correct duplicate APID to PPID mapping logic
David Collins
2022-09-30
spmi: pmic-arb: add support to dispatch interrupt based on IRQ status
Ashay Jaiswal
2022-09-30
spmi: pmic-arb: check apid against limits before calling irq handler
David Collins
2022-09-30
spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq
Subbaraman Narayanamurthy
2022-09-30
spmi: pmic-arb: handle spurious interrupt
Fenglin Wu
2022-09-30
spmi: pmic-arb: add a print in cleanup_irq
Abhijeet Dharmapurikar
2021-12-17
spmi: spmi-pmic-arb: fix irq_set_type race condition
David Collins
2021-12-17
spmi: pmic-arb: Add sid and address to error messages
Stephen Boyd
2021-02-12
spmi: spmi-pmic-arb: Fix hw_irq overflow
Subbaraman Narayanamurthy
2020-02-10
spmi: pmic-arb: Set lockdep class for hierarchical irq domains
Stephen Boyd
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2019-02-09
spmi: pmic-arb: revert "validate type when mapping IRQ"
Brian Masney
2019-01-24
spmi: pmic-arb: revert "disassociate old virq if hwirq mapping already exists"
Brian Masney
2019-01-24
spmi: pmic-arb: validate type when mapping IRQ
Brian Masney
2019-01-24
spmi: pmic-arb: disassociate old virq if hwirq mapping already exists
Brian Masney
2019-01-24
spmi: pmic-arb: convert to v2 irq interfaces to support hierarchical IRQ chips
Brian Masney
2017-08-28
spmi: pmic-arb: Move the ownership check to irq_chip callback
Kiran Gunda
2017-08-28
spmi: pmic-arb: Remove checking opc value not less than 0
Fenglin Wu
2017-08-28
spmi: pmic-arb: add support for HW version 5
David Collins
2017-08-28
spmi: pmic-arb: fix a possible null pointer dereference
Kiran Gunda
2017-08-28
spmi: pmic-arb: return __iomem pointer instead of offset
Kiran Gunda
2017-08-28
spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup capability
Kiran Gunda
2017-08-28
spmi: pmic-arb: return the value instead of passing by pointer
Kiran Gunda
2017-08-28
spmi: pmic-arb: replace the writel_relaxed with __raw_writel
Kiran Gunda
2017-08-28
spmi: pmic-arb: fix memory allocation for mapping_table
Kiran Gunda
2017-08-28
spmi: pmic-arb: optimize qpnpint_irq_set_type function
Kiran Gunda
2017-08-28
spmi: pmic-arb: clean up pmic_arb_find_apid function
Kiran Gunda
2017-08-28
spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other cleanup
Kiran Gunda
2017-08-28
spmi: pmic-arb: remove the read/write access checks
Kiran Gunda
2017-07-17
spmi: pmic-arb: Always allocate ppid_to_apid table
Stephen Boyd
2017-06-03
spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source
Kiran Gunda
2017-06-03
spmi: pmic_arb: add support for PMIC bus arbiter v3
Abhijeet Dharmapurikar
2017-06-03
spmi: pmic-arb: check apid enabled before calling the handler
Abhijeet Dharmapurikar
[next]