Age | Commit message (Expand) | Author |
2017-08-28 | spmi: pmic-arb: Move the ownership check to irq_chip callback | Kiran Gunda |
2017-08-28 | spmi: Convert to using %pOF instead of full_name | Rob Herring |
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-07-17 | spmi: Include OF based modalias in device uevent | Bjorn Andersson |
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 |
2017-06-03 | spmi: pmic_arb: use appropriate flow handler | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic-arb: clear the latched status of the interrupt | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic-arb: fix missing interrupts | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic-arb: cleanup unrequested irqs | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic-arb: optimize table lookups | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic-arb: fix inconsistent use of apid and chan | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arb | Abhijeet Dharmapurikar |
2017-06-03 | spmi: pmic_arb: block access of invalid read and writes | Abhijeet Dharmapurikar |
2016-09-27 | spmi: pmic-arb: Return an error code if sanity check fails | Christophe JAILLET |
2016-04-30 | spmi: do not use bus internal data | Sudip Mukherjee |
2016-02-08 | spmi: pmic-arb: Support more than 128 peripherals | Stephen Boyd |
2015-11-04 | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-10-13 | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier |
2015-10-04 | spmi: pmic-arb: u8 <= 0xff is always true | Stephen Boyd |
2015-10-04 | spmi: pmic-arb: Don't byte swap when reading/writing FIFO | Stephen Boyd |
2015-09-20 | spmi: Auto-populate driver.owner in spmi_driver_register() | Stephen Boyd |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner |
2015-09-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-08-05 | spmi: Select IRQ_DOMAIN instead of depend on it | Stephen Boyd |
2015-08-05 | spmi: pmic-arb: add support for irq_get_irqchip_state | Courtney Cavin |
2015-08-05 | spmi: add command tracepoints for SPMI | Ankit Gupta |
2015-07-29 | spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu |
2015-07-29 | spmi/pmic_arb: Consolidate chained IRQ handler install/remove | Thomas Gleixner |
2015-05-24 | spmi: Add dependency on HAS_IOMEM | Richard Weinberger |
2015-04-03 | spmi: pmic_arb: remove ARM build time dependency | Ivan T. Ivanov |
2015-03-26 | spmi: pmic_arb: add support for hw version 2 | Gilad Avidov |
2015-03-26 | spmi: remove wakeup command before slave probe | Gilad Avidov |
2014-10-20 | spmi: drop owner assignment from platform_drivers | Wolfram Sang |
2014-07-10 | spmi: Remove duplicate inclusion of module.h | Sachin Kamat |
2014-03-08 | spmi: pm: drop bus-level PM suspend/resume routines | Josh Cartwright |
2014-03-08 | spmi: pmic_arb: make selectable on ARCH_QCOM | Josh Cartwright |