summaryrefslogtreecommitdiffstats
path: root/drivers/spmi
AgeCommit message (Expand)AuthorLines
2020-02-10spmi: pmic-arb: Set lockdep class for hierarchical irq domainsStephen Boyd-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-18/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-14spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in KconfigBrian Masney-1/+1
2019-02-09spmi: pmic-arb: revert "validate type when mapping IRQ"Brian Masney-14/+7
2019-01-24spmi: pmic-arb: revert "disassociate old virq if hwirq mapping already exists"Brian Masney-5/+0
2019-01-24spmi: pmic-arb: validate type when mapping IRQBrian Masney-7/+14
2019-01-24spmi: pmic-arb: disassociate old virq if hwirq mapping already existsBrian Masney-0/+5
2019-01-24spmi: pmic-arb: convert to v2 irq interfaces to support hierarchical IRQ chipsBrian Masney-20/+47
2017-08-28spmi: pmic-arb: Move the ownership check to irq_chip callbackKiran Gunda-7/+19
2017-08-28spmi: Convert to using %pOF instead of full_nameRob Herring-8/+6
2017-08-28spmi: pmic-arb: Remove checking opc value not less than 0Fenglin Wu-2/+2
2017-08-28spmi: pmic-arb: add support for HW version 5David Collins-22/+214
2017-08-28spmi: pmic-arb: fix a possible null pointer dereferenceKiran Gunda-2/+2
2017-08-28spmi: pmic-arb: return __iomem pointer instead of offsetKiran Gunda-42/+51
2017-08-28spmi: pmic-arb: use irq_chip callback to set spmi irq wakeup capabilityKiran Gunda-4/+9
2017-08-28spmi: pmic-arb: return the value instead of passing by pointerKiran Gunda-42/+40
2017-08-28spmi: pmic-arb: replace the writel_relaxed with __raw_writelKiran Gunda-1/+1
2017-08-28spmi: pmic-arb: fix memory allocation for mapping_tableKiran Gunda-6/+5
2017-08-28spmi: pmic-arb: optimize qpnpint_irq_set_type functionKiran Gunda-12/+12
2017-08-28spmi: pmic-arb: clean up pmic_arb_find_apid functionKiran Gunda-7/+6
2017-08-28spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other cleanupKiran Gunda-209/+209
2017-08-28spmi: pmic-arb: remove the read/write access checksKiran Gunda-70/+5
2017-07-17spmi: pmic-arb: Always allocate ppid_to_apid tableStephen Boyd-10/+7
2017-07-17spmi: Include OF based modalias in device ueventBjorn Andersson-0/+12
2017-06-03spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup sourceKiran Gunda-0/+1
2017-06-03spmi: pmic_arb: add support for PMIC bus arbiter v3Abhijeet Dharmapurikar-50/+83
2017-06-03spmi: pmic-arb: check apid enabled before calling the handlerAbhijeet Dharmapurikar-3/+7
2017-06-03spmi: pmic_arb: use appropriate flow handlerAbhijeet Dharmapurikar-0/+6
2017-06-03spmi: pmic-arb: clear the latched status of the interruptAbhijeet Dharmapurikar-2/+12
2017-06-03spmi: pmic-arb: fix missing interruptsAbhijeet Dharmapurikar-26/+3
2017-06-03spmi: pmic-arb: cleanup unrequested irqsAbhijeet Dharmapurikar-58/+43
2017-06-03spmi: pmic-arb: optimize table lookupsAbhijeet Dharmapurikar-56/+88
2017-06-03spmi: pmic-arb: fix inconsistent use of apid and chanAbhijeet Dharmapurikar-34/+34
2017-06-03spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arbAbhijeet Dharmapurikar-82/+82
2017-06-03spmi: pmic_arb: block access of invalid read and writesAbhijeet Dharmapurikar-1/+83
2016-09-27spmi: pmic-arb: Return an error code if sanity check failsChristophe JAILLET-0/+1
2016-04-30spmi: do not use bus internal dataSudip Mukherjee-2/+10
2016-02-08spmi: pmic-arb: Support more than 128 peripheralsStephen Boyd-42/+111
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+6
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier-1/+1
2015-10-04spmi: pmic-arb: u8 <= 0xff is always trueStephen Boyd-1/+1
2015-10-04spmi: pmic-arb: Don't byte swap when reading/writing FIFOStephen Boyd-7/+2
2015-09-20spmi: Auto-populate driver.owner in spmi_driver_register()Stephen Boyd-2/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-1/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+5
2015-08-05spmi: Select IRQ_DOMAIN instead of depend on itStephen Boyd-1/+1
2015-08-05spmi: pmic-arb: add support for irq_get_irqchip_stateCourtney Cavin-0/+17
2015-08-05spmi: add command tracepoints for SPMIAnkit Gupta-3/+19
2015-07-29spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu-2/+2