summaryrefslogtreecommitdiff
path: root/drivers/spmi
AgeCommit message (Expand)Author
2023-12-15spmi: mediatek: add device id checkSen Chu
2023-12-15spmi: Return meaningful errors in spmi_controller_alloc()Fei Shao
2023-12-15spmi: hisi-spmi-controller: Use devm_spmi_controller_add()Fei Shao
2023-12-15spmi: mtk-pmif: Reorder driver remove sequenceFei Shao
2023-12-15spmi: Use devm_spmi_controller_alloc()Fei Shao
2023-12-15spmi: Introduce device-managed functionsFei Shao
2023-12-15spmi: mediatek: Fix UAF on device removeYu-Che Cheng
2023-12-15spmi: mtk-pmif: Serialize PMIF status check and command submissionNícolas F. R. A. Prado
2023-11-01spmi: rename spmi device lookup helperJohan Hovold
2023-11-01spmi: document spmi_device_from_of() refcountingJohan Hovold
2023-04-20spmi: Add a check for remove callback when removing a SPMI driverJishnu Prakash
2023-04-20spmi: fix W=1 kernel-doc warningsRandy Dunlap
2023-04-20spmi: mtk-pmif: Drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-04-20spmi: pmic-arb: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-20spmi: mtk-pmif: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-20spmi: hisi-spmi-controller: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-11-10spmi: pmic-arb: Add support for PMIC v7David Collins
2022-09-30spmi: pmic-arb: increase SPMI transaction timeout delayDavid Collins
2022-09-30spmi: pmic-arb: block access for invalid PMIC arbiter v5 SPMI writesDavid Collins
2022-09-30spmi: pmic-arb: correct duplicate APID to PPID mapping logicDavid Collins
2022-09-30spmi: pmic-arb: add support to dispatch interrupt based on IRQ statusAshay Jaiswal
2022-09-30spmi: pmic-arb: check apid against limits before calling irq handlerDavid Collins
2022-09-30spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irqSubbaraman Narayanamurthy
2022-09-30spmi: pmic-arb: handle spurious interruptFenglin Wu
2022-09-30spmi: pmic-arb: add a print in cleanup_irqAbhijeet Dharmapurikar
2022-09-30drivers: spmi: Directly use ida_alloc()/free()keliu
2022-06-18spmi: add a helper to look up an SPMI device from a device nodeCaleb Connolly
2021-12-17spmi: spmi-pmic-arb: fix irq_set_type race conditionDavid Collins
2021-12-17spmi: mediatek: Add support for MT8195James Lo
2021-12-17spmi: mediatek: Add support for MT6873/8192James Lo
2021-12-17spmi: pmic-arb: Add sid and address to error messagesStephen Boyd
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-25spmi: hisi-spmi-controller: move driver from stagingMauro Carvalho Chehab
2021-02-12spmi: spmi-pmic-arb: Fix hw_irq overflowSubbaraman Narayanamurthy
2020-12-10spmi: Add driver shutdown supportHsin-Hsiung Wang
2020-12-10spmi: fix some coding style issues at the spmi coreMauro Carvalho Chehab
2020-12-10spmi: get rid of a warning when built with W=1Mauro Carvalho Chehab
2020-02-10spmi: pmic-arb: Set lockdep class for hierarchical irq domainsStephen Boyd
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-14spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in KconfigBrian Masney
2019-02-09spmi: pmic-arb: revert "validate type when mapping IRQ"Brian Masney
2019-01-24spmi: pmic-arb: revert "disassociate old virq if hwirq mapping already exists"Brian Masney
2019-01-24spmi: pmic-arb: validate type when mapping IRQBrian Masney
2019-01-24spmi: pmic-arb: disassociate old virq if hwirq mapping already existsBrian Masney
2019-01-24spmi: pmic-arb: convert to v2 irq interfaces to support hierarchical IRQ chipsBrian Masney
2017-08-28spmi: pmic-arb: Move the ownership check to irq_chip callbackKiran Gunda
2017-08-28spmi: Convert to using %pOF instead of full_nameRob Herring
2017-08-28spmi: pmic-arb: Remove checking opc value not less than 0Fenglin Wu